Adobe Illustrator CS6

Informations

Creator Nachricht
calex Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 172388
Wine: 2.22

Feedbacks

Description

Vector graphics editor, 2012. Wikipedia.
This script is a modification of the Adobe Photoshop CS6 script. It works with Illustrator CS6. No tested with CC.

NOTE (2014): This application does NOT work on Intel graphics (at least not that I have seen). Nvidia and AMD graphics should be used. 

Appdb.winehq.org, Codeweavers.

Source code

#!/bin/bash
# Date : (2016-04-08)
# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.2.2
#
# CHANGELOG
# [Calex] (2016)
#   First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
# [Fathard] (2018)
#   1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it)
# [Dadu042] (2019-11-28)
#   Wine 3.4 -> 2.22 (according my review of appdb.winehq.org)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="IllustratorCS6"
WINEVERSION="2.22"
ITLE="Adobe Illustrator CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Nachricht
akbappisamira Friday 5 May 2023 at 23:27
akbappisamira Anonymous

Nachricht

ok

Antworten

sherbazar Wednesday 30 November 2022 at 16:15
sherbazar Anonymous

Nachricht

vcxvdb

Antworten

80lu Thursday 26 May 2022 at 19:39
80lu Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

update to more recent version of wine, still working good on latest wine releases

Differences

@@ -17,7 +17,7 @@
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="IllustratorCS6"
-WINEVERSION="2.22"
+WINEVERSION="6.0"
 ITLE="Adobe Illustrator CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"

New source code

#!/bin/bash
# Date : (2016-04-08)
# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.2.2
#
# CHANGELOG
# [Calex] (2016)
#   First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
# [Fathard] (2018)
#   1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it)
# [Dadu042] (2019-11-28)
#   Wine 3.4 -> 2.22 (according my review of appdb.winehq.org)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="IllustratorCS6"
WINEVERSION="6.0"
ITLE="Adobe Illustrator CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Antworten

Editiert von: 80lu

cxrodgers Friday 11 March 2022 at 22:39
cxrodgers Anonymous

Nachricht

This mostly works, which is awesome because CS6 is the most recent version of this software that I still like to use. I installed from the playonlinux menu by choosing "Adobe Illustrator CS6". When it asks for the location of the installation media, I point it to "Illustrator_16_LS16.exe", not the much larger exe with the "Content" in it. I accepted all the defaults when it asked me any questions.

As others have said, it cannot access the internet to run the validation of the serial number. There's an offline registration method that I'm going to try. 

The only wonky thing is that it only actually starts properly maybe 25% of the time. I never try to start from the POL GUI, I always just type 
  playonlinux --run "Adobe Illustrator CS6"
in a terminal window. Most of the time, it crashes with some error, and I just keep trying until it works. Once it starts, it's fine.

There are a few graphical glitches, like sometimes the "tool tips" that show up when you hover over something are permanently stuck on the screen, so I disabled those tips. And the splash screen when it starts is distorted. But these are minor. 

I am running this on Mint 20.3 with onboard Intel graphics, nothing fancy. The instructions say something about not working on Intel graphics but this doesn't seem to be a problem for me. 

Antworten

morsejohn Tuesday 23 February 2021 at 17:29
morsejohn Anonymous

Nachricht

Hi

I am trying to install illustrator from the Adobe package 'Design Standard' (which includes Acrobat and Photoshop etc.)

I managed to do this and activate the program OK on a machine running LinuxMint19.2. However on a new Dell Inspiron 3881 running LinuxMint 20.1 Ulyssa, Illustrator installs and runs OK, but it cannot access the internet to get activated (so it will only run for 7 days!). I have put what seems to be the relevant 'errors'  part the Playonlinux debugger logfile here:  

https://pastebin.com/i4Lrc0Sf

Can anyone help with this?

Thanks

Antworten

Anonymous
Friday 11 March 2022 at 22:39
Did you try the offline validation method?
albertazzi65 Saturday 15 February 2020 at 9:38
albertazzi65 Anonymous

Nachricht

Hello everybody. I trid to install the Illustrator program CS6 16.2.0. The installation proceeds regularly and the program works. However, once I restart the computer the application no longer starts in any way. I have tried other versions of CS6 but I always have the usual problem. I tried the modified script but it doesn't work. My configuration is Linux Mint 19.3, Lenovo Miix 510 computer, PlayOnLinux ver. 4.3.4. Thanks for your help

Antworten

Editiert von: Dadu042

Dadu042 Friday 29 November 2019 at 11:31
Dadu042

Information

This update has been approved by the team.

Differences

@@ -4,14 +4,20 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux : 4.2.2
-# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
-
+#
+# CHANGELOG
+# [Calex] (2016)
+#   First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
+# [Fathard] (2018)
+#   1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it)
+# [Dadu042] (2019-11-28)
+#   Wine 3.4 -> 2.22 (according my review of appdb.winehq.org)
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="IllustratorCS6"
-WINEVERSION="3.4"
+WINEVERSION="2.22"
 ITLE="Adobe Illustrator CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
@@ -59,7 +65,7 @@
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcuts
-POL_Shortcut "illustrator.exe" "$TITLE"
+POL_Shortcut "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;"
 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
 

New source code

#!/bin/bash
# Date : (2016-04-08)
# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.2.2
#
# CHANGELOG
# [Calex] (2016)
#   First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
# [Fathard] (2018)
#   1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it)
# [Dadu042] (2019-11-28)
#   Wine 3.4 -> 2.22 (according my review of appdb.winehq.org)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="IllustratorCS6"
WINEVERSION="2.22"
ITLE="Adobe Illustrator CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Antworten

lucaslsoto Saturday 20 July 2019 at 4:27
lucaslsoto Anonymous

Nachricht

Hi everyone! I'm having a minor issue with this one.  When I press Esc the program crashes, no matter where.

Like I said, it's not that terrible, but you may notice that it can be annoying.

Everything else works aparently well.

  • Tested several downloads of AI CS6, even portable versions (all x86, can't run on x64).
  • Tested on two Ubuntu 18.04 Gnome amd64 desktops, one with ATI and one with NVIDIA graphics.
  • Tested several versions of Wine.
  • Tested adding some additional packages, but...

I see that I have lots of errors on my log but i'm a bit confused about where to start.

Does anybody knows about this?

I'm really trying to stick to FOSS, but I'm not really comfortable with Inkscape.

Any help would be really apreciated, thanks for the job.

 

Antworten

Saturday 20 July 2019 at 6:28
See "Error related to Wine " at: http://wiki.playonlinux.com/index.php/How_to_Read_Debug_Logs

Editiert von: lucaslsoto

FatHard Saturday 8 December 2018 at 2:21
FatHard Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

On U
Lubuntu 18.04 is not working. This Update may fix it

Differences

@@ -11,8 +11,8 @@
 source "$PLAYONLINUX/lib/sources"
       
 PREFIX="IllustratorCS6"
-WINEVERSION="1.7.46-staging"
-TITLE="Adobe Illustrator CS6"
+WINEVERSION="3.4"
+ITLE="Adobe Illustrator CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
 AUTHOR="RoninDusette"

New source code

#!/bin/bash
# Date : (2016-04-08)
# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.2.2
# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="IllustratorCS6"
WINEVERSION="3.4"
ITLE="Adobe Illustrator CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "illustrator.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Antworten

Andy4 Friday 8 April 2016 at 16:38
Andy4 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script :
https://www.playonlinux.com/pl/app-2316-Adobe_Photoshop_CS6.html

Installed without any issues on Ubuntu 14.04.4 LTS 64-bit (Illustrator installation is 32-bit).

Supposedly it won`t work on Intel graphics. I`ve tested on NVIDIA GeForce 8600M GT.
Everything seems to be working fine, however there are some minor rendering glitches on my system (e.g. rulers doesn`t refresh correctly).
Tested with internal Ubuntu`s X-driver and NVIDIA binary driver 340.96 and it`s this same thing.
Luckily it`s nothing serious that prevents you from doing your work.

Differences

@@ -0,0 +1,67 @@
+#!/bin/bash
+# Date : (2016-04-08)
+# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
+# Author : RoninDusette
+# Licence : GPLv3
+# PlayOnLinux : 4.2.2
+# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script
+
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+      
+PREFIX="IllustratorCS6"
+WINEVERSION="1.7.46-staging"
+TITLE="Adobe Illustrator CS6"
+EDITOR="Adobe Systems Inc."
+GAME_URL="http://www.adobe.com"
+AUTHOR="RoninDusette"
+
+#Initialization
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2316
+
+POL_Debug_Init
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
+INSTALLER="$APP_ANSWER"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+#Dependencies
+POL_Call POL_Install_AdobeAir
+POL_Call POL_Install_atmlib
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msxml3
+POL_Call POL_Install_msxml6
+POL_Call POL_Install_vcrun2005
+POL_Call POL_Install_vcrun2008
+POL_Call POL_Install_vcrun2010
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_tahoma2
+POL_Call POL_Install_FontsSmoothRGB
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
+
+
+# Installation
+Set_OS "win7"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$INSTALLER"
+POL_Wine_WaitExit "$TITLE"
+
+# Create Shortcuts
+POL_Shortcut "illustrator.exe" "$TITLE"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-04-08)
# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux : 4.2.2
# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
      
PREFIX="IllustratorCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Illustrator CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "illustrator.exe" "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE"

POL_SetupWindow_Close
exit 0

Antworten

Andy4 Saturday 2 April 2016 at 9:04
Andy4 Anonymous

Nachricht

So... where is the download link for this script ? I really would like to try it.

Antworten