Created the .wine-new folder, now how do I install programs?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
commandrix
Newbie
Newbie
Posts: 3
Joined: Tue Apr 21, 2015 9:45 am

Created the .wine-new folder, now how do I install programs?

Post by commandrix »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Created the .wine-new folder, now how do I install progr

Post by dimesio »

The same way you created it: by specifying the WINEPREFIX in the command line, e.g.,

Code: Select all

WINEPREFIX=/path/to/wineprefix wine /path/to/installer.exe
(use the actual paths)
http://wiki.winehq.org/FAQ#wineprefix
Locked