Вы находитесь здесь

Форум

Autocad 2008 install

Автор Replies
Kaar3l Sunday 14 February 2010 at 18:26
Kaar3lAnonymous

POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/$TYTUL" "acad.exe" "" "$TYTUL"
POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Common Files/Autodesk Shared/plu26.exe" "acad.exe" "" "$TYTUL - Portable License Utility" "/l:enu"

Set_WineVersion_Assign "$CHOSENWINEVERSION" "$TYTUL"
Set_WineVersion_Assign "$CHOSENWINEVERSION" "$TYTUL - Portable License Utility"
POL_SetupWindow_make_icon_for_shortcut "$TYTUL - Portable License Utility" "a2de_plu26.0.png"
POL_SetupWindow_message "$TYTUL has been installed successfully" "$TYTUL"
The problem should be somewhere here. After autocad installion the Portable license utility doesn't work. It creates a bit buggy shortcut into .playonlinux/configurations/installed

The shortcut is like that:
cd "/home/kaarel/.PlayOnLinux/wineprefix/AutoCAD2008/drive_c/Program Files/Common Files/Autodesk Shared/PLU26.exe"
wine "acad.exe" $@

But it should be

cd "/home/kaarel/.PlayOnLinux/wineprefix/AutoCAD2008/drive_c/Program Files/Common Files/Autodesk Shared"
wine "PLU26.exe" $@
Вы находитесь здесь: Index > PlayOnLinux > Autocad 2008 install