Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from corbindavenport/offline-installer
Browse files Browse the repository at this point in the history
Switch to offline installer
  • Loading branch information
corbindavenport authored Jul 10, 2018
2 parents f07e1cb + eac2f9b commit f208064
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions creativecloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
# Create prefix and temporary download folder
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
POL_System_TmpCreate "AppManagerTmp"
POL_System_TmpCreate "CreativeCloud"
Set_OS "win7"

# Install dependencies
Expand All @@ -44,10 +44,11 @@ chmod +x winetricks
./winetricks atmlib corefonts fontsmooth=rgb

# Get the installer
POL_SetupWindow_wait "Installation in progress..." "$TITLE"
cd "$POL_System_TmpDir"
POL_Download "https://ccmdls.adobe.com/AdobeProducts/KCCC/1/win32/CreativeCloudSet-Up.exe"
INSTALLER="$POL_System_TmpDir/CreativeCloudSet-Up.exe"
POL_Download "http://ccmdl.adobe.com/AdobeProducts/KCCC/1/win32/ACCCx4_5_0_331.zip"
POL_SetupWindow_wait "Please wait while the installer is extracted..." "$TITLE"
unzip *.zip
INSTALLER="$POL_System_TmpDir/Set-up.exe"

# Run the installer
POL_Wine_WaitBefore "$TITLE"
Expand All @@ -56,7 +57,7 @@ POL_Shortcut "Creative Cloud.exe" "Adobe Creative Cloud"
POL_System_TmpDelete

# All done
POL_SetupWindow_message "$(eval_gettext 'The installation is now complete, you can now use the Adobe Creative Cloud manager to download the applications you need.\n\nNOTE: The Creative Cloud manager takes a while to log in. That is completely normal.\n\nAfter you download an app, you can add a PlayOnLinux shortcut for it by clicking ADOBE CREATIVE CLOUD in the app list, clicking CONFIGURE, and clicking MAKE A NEW SHORTCUT FROM THIS VIRTUAL DRIVE. Then look for the app, like Photoshop.exe, and add it.')" "$TITLE"
POL_SetupWindow_message "$(eval_gettext 'The installation is now complete, you can now use the Adobe Creative Cloud manager to download the applications you need.\n\nNOTE: The Creative Cloud manager takes a while to log in, and you may see an error meessage. That is completely normal - don't close the login window!\n\nAfter you download an app, you can add a PlayOnLinux shortcut for it by clicking ADOBE CREATIVE CLOUD in the app list, clicking CONFIGURE, and clicking MAKE A NEW SHORTCUT FROM THIS VIRTUAL DRIVE. Then look for the app, like Photoshop.exe, and add it.')" "$TITLE"
POL_SetupWindow_Close
exit 0

0 comments on commit f208064

Please sign in to comment.