Adobe Illustrator CS6

Informations

Créateur Messages
calex Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 172388
Wine: 2.22

Retours d'expérience

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.

Code source

#!/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:

Contribuer
Membre Messages
akbappisamira Vendredi 5 Mai 2023 à 23:27
akbappisamira Anonymous

Messages

ok

Réponses

sherbazar Mercredi 30 Novembre 2022 à 16:15
sherbazar Anonymous

Messages

vcxvdb

Réponses

80lu Jeudi 26 Mai 2022 à 19:39
80lu Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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"

Nouveau code source

#!/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

Réponses

Edité par 80lu

cxrodgers Vendredi 11 Mars 2022 à 22:39
cxrodgers Anonymous

Messages

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. 

Réponses

morsejohn Mardi 23 Février 2021 à 17:29
morsejohn Anonymous

Messages

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

Réponses

Anonymous
Vendredi 11 Mars 2022 à 22:39
Did you try the offline validation method?
albertazzi65 Samedi 15 Février 2020 à 9:38
albertazzi65 Anonymous

Messages

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

Réponses

Edité par Dadu042

Dadu042 Vendredi 29 Novembre 2019 à 11:31
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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"
 

Nouveau code source

#!/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

Réponses

lucaslsoto Samedi 20 Juillet 2019 à 4:27
lucaslsoto Anonymous

Messages

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.

 

Réponses

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

Edité par lucaslsoto

FatHard Samedi 8 Décembre 2018 à 2:21
FatHard Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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"

Nouveau code source

#!/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

Réponses

Andy4 Vendredi 8 Avril 2016 à 16:38
Andy4 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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

Nouveau code source

#!/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

Réponses

Andy4 Samedi 2 Avril 2016 à 9:04
Andy4 Anonymous

Messages

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

Réponses