Guest User

Adobe Creative Cloud 2014 (32-bit) [Lightroom 5.5]

a guest
May 20th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. #!/bin/bash
  2. # Adobe Creative Cloud 2014 (32-bit) [Lightroom 5.5]
  3. # Authors : RoninDusette & Andy4
  4. # Date : 2016-04-30
  5. # Licence : GPLv3
  6. # Test Distribution: Ubuntu 16.04 LTS 64-bit
  7. # Test PlayOnLinux : 4.2.10
  8.  
  9. [ "$PLAYONLINUX" = "" ] && exit 0
  10. source "$PLAYONLINUX/lib/sources"
  11.        
  12. PREFIX="Adobe2014"
  13. TITLE="Adobe Photoshop Lightroom CC 2014 (32-bit)"
  14. SHORTCUT="Adobe CC 2014 - Lightroom 5.5"
  15.  
  16. POL_SetupWindow_Init
  17. POL_SetupWindow_SetID
  18. POL_Debug_Init
  19. POL_SetupWindow_browse "$(eval_gettext 'Select [Adobe_Lightroom.msi] file for $TITLE')" "$TITLE"
  20. POL_Wine_SelectPrefix "$PREFIX"
  21. POL_Wine_WaitBefore "$TITLE"
  22. POL_AutoWine "$APP_ANSWER"
  23. POL_Wine_WaitExit "$TITLE"
  24. POL_SetupWindow_message "Now will be performed an installation of Internet Explorer 6, which can fail while downloading updates. That's actually nothing serious, just click \"Next\" and everything should work fine after that."
  25. Set_OS "winxp"
  26. POL_Call POL_Install_ie6
  27. POL_Call POL_Install_wmpcodecs
  28. Set_OS "win7"
  29. POL_Shortcut "Lightroom.exe" "$SHORTCUT"
  30. POL_SetupWindow_Close
  31. exit 0
Add Comment
Please, Sign In to add comment