On Fri, 2 Jan 2009 16:08:31 -0600 "Austin English" <austinenglish@xxxxxxxxx> wrote: > You can test in a temporary prefix, or move it away temporarily: > $ mv ~/.wine ~/.wine.bak > $ wine setup.exe # test again here > $ rm -rf ~/.wine # remove the test wineprefix > $ mv ~/.wine.bak ~/.wine Or just do "env WINEPREFIX="/home/username/tempwineprefix" wine setup.exe".