The forum

Help with winetricks in a new prefix

Author Replies
asafhacohen Monday 7 February 2011 at 17:08
asafhacohenAnonymous

Hi

I not shore how to do it .. but I am trying to install SOlidworks 2009

I managed to do it with wine 1.2 and 1.2.1 , but now wine has changed to 1.2.2 and it does not working.

I would like to use the manual installer of PlayOnLinux to assign the wine version.

before installing Solidworks I need to install ie6, msxml6 and vcrun2005 .

How do I do this?

I know that I can build a prefix of an ie6 with PalyOnLinux and to add to this prefix msxml6 also with PlayOnLinux, but how do I add there vcrun2005 ? how do I tell winetricks to install on the same prefix vcrun2005 ? ? ?

or is there some other way to do this ???

Tanks a lot
Assaf

Edited by asafhacohen

Quentin PÂRIS Monday 7 March 2011 at 15:15
Quentin PÂRISAnonymous

Open PlayOnLinux terminal (Tools menu)

Run the following lines :
export WINEPREFIX="$REPERTOIRE/wineprefix/solidworks"
wineboot
POL_SetupWindow_Init
Use_WineVersion 1.2
POL_Call POL_Install_ie6
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005

cd "/path/of/your/setup/program"
wine "Your program.exe"

POL_SetupWindow_auto_shortcut "solidworks" "exe_to_open_to_run_solidworks.exe" "Solidworks 2009"

POL_SetupWindow_Close