Guest User

Adobe Creative Cloud 2014 (32-bit) [Illustrator 18]

a guest
May 20th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. #!/bin/bash
  2. # Adobe Creative Cloud 2014 (32-bit) [Illustrator 18]
  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 Illustrator CC 2014 (32-bit)"
  14. SHORTCUT="Adobe CC 2014 - Illustrator 18"
  15.  
  16. POL_SetupWindow_Init
  17. POL_SetupWindow_SetID
  18. POL_Debug_Init
  19. POL_SetupWindow_browse "$(eval_gettext 'Select [Set-up.exe] file for $TITLE')" "$TITLE"
  20. POL_Wine_SelectPrefix "$PREFIX"
  21. POL_Wine_WaitBefore "$TITLE"
  22. POL_Wine "$APP_ANSWER"
  23. POL_Wine_WaitExit "$TITLE"
  24. POL_Shortcut "Support Files/Contents/Windows/Illustrator.exe" "$SHORTCUT"
  25. POL_SetupWindow_Close
  26. exit 0
Add Comment
Please, Sign In to add comment