


POL_Shortcut "steam.exe" "Steam ($TITLE)" "" "" POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/$STEAM_ID" # Shortcut done before install for steam version # Asking about memory size of graphic card POL_Call POL_Install_steam_flags "$STEAM_ID" POL_SetupWindow_InstallMethod "DVD,STEAM" # Choose between DVD and Digital Download version POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Downloading wine if necessary and creating prefix POL_SetupWindow_menu "$(eval_gettext 'Steam installation has been detected\nwould you like to install this game in the same virtual drive?')" "$TITLE" "$(eval_gettext 'Yes')~$(eval_gettext 'No')" "~" STEAM=`find $WINEPREFIX -name "Steam.exe"` POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Wine 1.5.9 -> 2.22 (to avoid Freetype and POl's GUI issues). # BUG: when installing from DVD, window 'Binary not found: steam.exe'.
