#!/bin/bash
[
"$PLAYONLINUX"
=
""
] &&
exit
0
source
"$PLAYONLINUX/lib/sources"
TITLE=
"SketchUp 2016"
PREFIX=
"SketchUp2016"
WINEVERSION=
"1.8.1"
POL_SetupWindow_Init
POL_Debug_Init
POL_System_TmpCreate
"$PREFIX"
cd
"$POL_System_TmpDir"
POL_SetupWindow_presentation
"$TITLE"
"Trimble Navigation, Ltd."
"www.trimble.com"
"MTres19"
"$PREFIX"
POL_System_SetArch
"x86"
POL_Wine_SelectPrefix
"$PREFIX"
POL_Wine_PrefixCreate
"$WINEVERSION"
POL_Call
POL_Install_ie8
POL_SetupWindow_message
"$(eval_gettext 'Your browser will open shortly. Enter the information required for downloading SketchUp. Cancel the automatic download for 64-bit Windows. On the thank you page, click Download problems, then Download, and choose a version for 32-bit Windows. SketchUp Make is the free version.')"
"$TITLE"
POL_SetupWindow_browse
"$(eval_gettext 'Please select the setup file to run.')"
"$TITLE"
Set_OS
"win7"
POL_Wine
"$APP_ANSWER"
POL_Wine_WaitExit
"$TITLE"
POL_Shortcut
"SketchUp.exe"
"SketchUp"
POL_System_TmpDelete
POL_SetupWindow_Close
exit
0