Is there a way to protect Wine?
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
Is there a way to protect Wine?
This may seem weird, but is there a way to ensure that an installer cannot destroy your wine files? I have a game that, I think, may try to install some weird directX stuff without giving you the option, but I'm not sure, and I don't want to ruin my other games. I installed it once and Jazz Jackrabbit 2 stopped working, but that may have been the cause of something else.
So...what can I do? Is there some easy way of protecting wine and the other games? Or has there never been an installer that force installed directx?
The game is a demo of Hype: The time quest, available here if someone wants to test it: http://www.download.com/Hype-The-Time-Q ... 32795.html
So...what can I do? Is there some easy way of protecting wine and the other games? Or has there never been an installer that force installed directx?
The game is a demo of Hype: The time quest, available here if someone wants to test it: http://www.download.com/Hype-The-Time-Q ... 32795.html
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
Is there a way to protect Wine?
DOS4dinner wrote:
WINEPREFIX=$HOME/.wine-yournewgame wine /path/to/the/installer.exe
it will create a new windows 'installation' (C:\ and all that stuff)
under $HOME/.wine-yournewgame
tom
in a terminal, type this:Just what I needed. Now...How do I use WINEPREFIX?
WINEPREFIX=$HOME/.wine-yournewgame wine /path/to/the/installer.exe
it will create a new windows 'installation' (C:\ and all that stuff)
under $HOME/.wine-yournewgame
tom
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
Wait...so, now do I just put the .exe in the .winehypegame folder I made and run? I noticed that under the windows and system 32 folders there are no files...is that normal? does it just connect that back to the main wine installation? If so, doesn't that mean it could still wreck the other programs? Sorry for all the questions...
No you missed this part:DOS4dinner wrote:Wait...so, now do I just put the .exe in the .winehypegame folder I made and run?
Code: Select all
WINEPREFIX=$HOME/.wine-yournewgame
-
- Level 2
- Posts: 36
- Joined: Thu Aug 07, 2008 3:50 pm
Each time you want to run this game, instead of :DOS4dinner wrote:sorry for the confusion. I entered WINEPREFIX=$HOME/.wine-yournewgame into the terminal and ran it. It created the new .winehypegame folder. Now, how do I use it? (Forgive me, I'm a bit of a n00b to wine and Linux)
Code: Select all
wine mygame.exe
Code: Select all
WINEPREFIX=$HOME/.wine-yournewgame wine mygame.exe
For the applications in your default wine prefix (~/.wine) you can use wine directly.
If you want to run it from a shortcut, you will have to modify the shortcut to take into account the WINEPREFIX=$HOME/.wine-yournewgame part.