Adobe Audition CS6

Informations

Créateur Messages
oovyxd Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 9660
Wine: 4.6

Retours d'expérience

Description

Code source

#!/bin/bash
# Date : (2019-04-29)
# Version: 1.0
# Distribution used to test : Arch Linux (Manjaro w. DDE) 64-bit
# Author : oovyxd
# Licence : GPLv3
# PlayOnLinux: 4.2-1
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="AuditionCS6"
WINEVERSION="4.6"
TITLE="Adobe Audition CS6"
EDITOR="oovyxd"
GAME_URL="http://www.oovy.dev"
AUTHOR="oovyxd"
        
#Initialization
POL_GetSetupImages "http://rozn.yt/pol-resources/anyinstaller/top.jpg" "http://rozn.yt/pol-resources/anyinstaller/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
Set_OS "win7"
# 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"

#Dependencies
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
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "Adobe Audition CS6.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

Contributions

Filters:

Contribuer
Membre Messages
oovyxd Lundi 29 Avril 2019 à 20:56
oovyxd Anonymous

Information

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

Messages

Installer Version 1.0

Differences

@@ -0,0 +1,61 @@
+#!/bin/bash
+# Date : (2019-04-29)
+# Version: 1.0
+# Distribution used to test : Arch Linux (Manjaro w. DDE) 64-bit
+# Author : oovyxd
+# Licence : GPLv3
+# PlayOnLinux: 4.2-1
+  
+  
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+        
+PREFIX="AuditionCS6"
+WINEVERSION="4.6"
+TITLE="Adobe Audition CS6"
+EDITOR="oovyxd"
+GAME_URL="http://www.oovy.dev"
+AUTHOR="oovyxd"
+        
+#Initialization
+POL_GetSetupImages "http://rozn.yt/pol-resources/anyinstaller/top.jpg" "http://rozn.yt/pol-resources/anyinstaller/left.jpg" "$TITLE"
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2316
+        
+POL_Debug_Init
+Set_OS "win7"
+# 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"
+
+#Dependencies
+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
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$INSTALLER"
+POL_Wine_WaitExit "$TITLE"
+  
+# Create Shortcuts
+POL_Shortcut "Adobe Audition CS6.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 : (2019-04-29)
# Version: 1.0
# Distribution used to test : Arch Linux (Manjaro w. DDE) 64-bit
# Author : oovyxd
# Licence : GPLv3
# PlayOnLinux: 4.2-1
  
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
        
PREFIX="AuditionCS6"
WINEVERSION="4.6"
TITLE="Adobe Audition CS6"
EDITOR="oovyxd"
GAME_URL="http://www.oovy.dev"
AUTHOR="oovyxd"
        
#Initialization
POL_GetSetupImages "http://rozn.yt/pol-resources/anyinstaller/top.jpg" "http://rozn.yt/pol-resources/anyinstaller/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
        
POL_Debug_Init
Set_OS "win7"
# 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"

#Dependencies
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
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "Adobe Audition CS6.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

Anonymous
Mardi 30 Avril 2019 à 9:51
Why cant I run adobe 6- an newer? This platform is a real shitt