diff --git a/creativecloud.sh b/creativecloud.sh index f3e76d0..4739753 100644 --- a/creativecloud.sh +++ b/creativecloud.sh @@ -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 @@ -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" @@ -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