Created the .wine-new folder, now how do I install programs?
-
- Newbie
- Posts: 3
- Joined: Tue Apr 21, 2015 9:45 am
Created the .wine-new folder, now how do I install programs?
Whenever I want to install a program in the .wine-new folder, the system either tells me that C:\\windows\\system32\\install.exe does not exist, or tries to redirect me back to the old .wine folder. Can someone tell me how to redirect installations to the .wine-new folder?
Re: Created the .wine-new folder, now how do I install progr
The same way you created it: by specifying the WINEPREFIX in the command line, e.g.,
(use the actual paths)
http://wiki.winehq.org/FAQ#wineprefix
Code: Select all
WINEPREFIX=/path/to/wineprefix wine /path/to/installer.exe
http://wiki.winehq.org/FAQ#wineprefix