Bump
This commit is contained in:
parent
605eab69b8
commit
1499e2d28c
@ -15,23 +15,23 @@ Message "Uninstalling " + $ProductId$ + " " + $OLD_VERSION$ + "-" + $OLD_CREATOR
|
||||
|
||||
if FileExists($IniFile$)
|
||||
Set $MsiIdOld$ = GetValueFromInifile($IniFile$,"X86","MsiId","{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}")
|
||||
if not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiIdOld$ + "] DisplayName") = "")
|
||||
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiIdOld$ + "] DisplayName") = "")
|
||||
comment "Old MSI id " + $MsiIdOld$ + " found in registry, starting msiexec to uninstall old version"
|
||||
Winbatch_uninstall_msi_old
|
||||
sub_check_exitcode
|
||||
endif
|
||||
endif
|
||||
if not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")
|
||||
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")
|
||||
comment "MSI id " + $MsiId$ + " found in registry, starting msiexec to uninstall"
|
||||
Winbatch_uninstall_msi
|
||||
sub_check_exitcode
|
||||
endif
|
||||
|
||||
comment "Delete files"
|
||||
Files_uninstall /32Bit
|
||||
Files_uninstall /64Bit
|
||||
|
||||
comment "Cleanup registry"
|
||||
Registry_uninstall /32Bit
|
||||
Registry_uninstall /64Bit
|
||||
|
||||
comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
@ -38,7 +38,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; no white space use '-' as a seperator
|
||||
Set $MinimumSpace$ = "50 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\MySQL\Workbench"
|
||||
Set $InstallDir$ = "%ProgramFiles64Dir%\MySQL\Workbench"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
@ -51,9 +51,9 @@ else
|
||||
comment "Show product picture"
|
||||
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
if FileExists("%ScriptPath%\delsub64.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
Sub "%ScriptPath%\delsub64.ins"
|
||||
endif
|
||||
|
||||
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " ..."
|
||||
@ -64,10 +64,10 @@ else
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Copy files"
|
||||
Files_install /32Bit
|
||||
Files_install /64Bit
|
||||
|
||||
comment "Patch Registry"
|
||||
Registry_install /32Bit
|
||||
Registry_install /64Bit
|
||||
|
||||
comment "Create shortcuts"
|
||||
LinkFolder_install
|
@ -32,7 +32,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\MySQL\Workbench"
|
||||
Set $InstallDir$ = "%ProgramFiles64Dir%\MySQL\Workbench"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
@ -42,8 +42,8 @@ ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
|
||||
|
||||
Message "Uninstalling " + $ProductId$ + " ..."
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
if FileExists("%ScriptPath%\delsub64.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
Sub "%ScriptPath%\delsub64.ins"
|
||||
endif
|
||||
|
@ -13,8 +13,8 @@ version: 4.0.2
|
||||
priority: 0
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
setupScript: setup64.ins
|
||||
uninstallScript: uninstall64.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
|
@ -20,8 +20,8 @@ ICON_DL_INDEX=0
|
||||
DL_FILE[0]="mysqlworkbench-icon.png"
|
||||
DL_SOURCE[0]="http://macin.files.wordpress.com/2009/09/mysqlworkbench-icon.png"
|
||||
|
||||
DL_FILE[1]="mysql-workbench-gpl-${VERSION}-win32.msi"
|
||||
DL_SOURCE[1]="https://cdn.mysql.com//Downloads/MySQLGUITools/mysql-workbench-community-${VERSION}-winx64.msi"
|
||||
DL_FILE[1]="mysql-workbench-community-${VERSION}-winx64.msi"
|
||||
DL_SOURCE[1]="https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-${VERSION}-winx64.msi"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=InstallMsi
|
||||
|
||||
|
1
mysql-workbench-community-6.3.9-winx64.msi.sha1sum
Normal file
1
mysql-workbench-community-6.3.9-winx64.msi.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
a09433208594db90fad4bbcb50c365bfaa3be795 /home/mario/.opsi-dist-cache/mysql.workbench-6.3.9/X86/mysql-workbench-community-6.3.9-winx64.msi
|
@ -1 +0,0 @@
|
||||
a09433208594db90fad4bbcb50c365bfaa3be795 /home/mario/.opsi-dist-cache/mysql.workbench-6.3.9/X86/mysql-workbench-gpl-6.3.9-win32.msi
|
Loading…
Reference in New Issue
Block a user