View Full Version : [SOLVED] Wine can't install discs
SonnHalter
December 25th, 2008, 03:52 PM
i'm following this guide http://www.wine-reviews.net/applicat...with-wine.html
after i use the wine setup i get an error saying
wine: could not load L"C:\\windows\\system32\\setup.exe": Module not found
cogadh
December 25th, 2008, 09:03 PM
404 error on that link.
That particular error from Wine usually indicates that you did not give it the correct path when running the installation. For example, if your CD is mounted at /media/cdrom and is defined in Wine as the D: drive, then you need to run the install like this:
wine /media/cdrom/setup.exe
OR
wine "D:\setup.exe"
SonnHalter
December 26th, 2008, 06:39 PM
i tried wine /media/cdrom0/Adobe CS3/Setup.exe
didn't work.
cogadh
December 26th, 2008, 06:48 PM
Its probably the space between "Adobe" and "CS3" in the path. Terminal commands can't "see" spaces in paths, so you need to add an escape character to compensate for it:
wine /media/cdrom0/Adobe\ CS3/Setup.exe
SonnHalter
December 26th, 2008, 07:16 PM
Holy ****. I love you i love you i love you i love you i love you
SonnHalter
December 26th, 2008, 08:13 PM
i wouldn't really install ps. gui is too messed up. just get virtualbox
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.