Advertisement
Guest User

Adobe Creative Cloud 2014 (32-bit) [Pre-Requisites]

a guest
May 20th, 2016
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. #!/bin/bash
  2. # Adobe Creative Cloud 2014 (32-bit) [Pre-Requisites]
  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. WINEVERSION="1.9.9"
  14.  
  15. POL_SetupWindow_Init
  16. POL_SetupWindow_SetID
  17. POL_Debug_Init
  18. POL_SetupWindow_message "This script will create a prefix and install all common libraries, that are needed by other programs from this scripts series. As a precaution, it is recommended to perform a backup of your prefix using \"PlayOnLinux Vault\" after each successfull installation and establishing that all applications are (still) working. Couple things can go wrong, that might make everything on the prefix unusable and with backup you will be easily able to do a step-back and try again."
  19. POL_Wine_SelectPrefix "$PREFIX"
  20. POL_Wine_PrefixCreate "$WINEVERSION"
  21. Set_OS "winxp"
  22. POL_Call POL_Install_AdobeAir
  23. POL_Call POL_Install_atmlib
  24. POL_Call POL_Install_gdiplus
  25. POL_Call POL_Install_msxml3
  26. POL_Call POL_Install_msxml6
  27. POL_Call POL_Install_vcrun2005
  28. POL_Call POL_Install_vcrun2008
  29. POL_Call POL_Install_vcrun2010
  30. POL_Call POL_Install_corefonts
  31. POL_Call POL_Install_tahoma2
  32. POL_Call POL_Install_FontsSmoothRGB
  33. Set_OS "win7"
  34. POL_SetupWindow_Close
  35. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement