correct msi id and installdir
This commit is contained in:
parent
38f51f8cf2
commit
8a1bc06437
@ -4,7 +4,7 @@
|
|||||||
; credits: http://www.opsi.org/credits/
|
; credits: http://www.opsi.org/credits/
|
||||||
|
|
||||||
|
|
||||||
Set $MsiId$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
|
Set $MsiId$ = '{7752600F-70A9-4F03-976D-4BA1555DE580}'
|
||||||
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
|
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
|
||||||
|
|
||||||
Message "Uninstalling " + $ProductId$ + " ..."
|
Message "Uninstalling " + $ProductId$ + " ..."
|
||||||
|
@ -38,7 +38,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
Set $ProductId$ = "vncmanager"
|
Set $ProductId$ = "vncmanager"
|
||||||
Set $MinimumSpace$ = "1 MB"
|
Set $MinimumSpace$ = "1 MB"
|
||||||
; the path were we find the product after the installation
|
; the path were we find the product after the installation
|
||||||
Set $InstallDir$ = "%ProgramFiles32Dir%\VncManager"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
@ -31,7 +31,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "vncmanager"
|
Set $ProductId$ = "vncmanager"
|
||||||
Set $InstallDir$ = "%ProgramFiles32Dir%\VncManager"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user