correct msi id and installdir

This commit is contained in:
Mario Fetka 2012-02-18 18:03:49 +01:00
parent 38f51f8cf2
commit 8a1bc06437
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
; 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"
Message "Uninstalling " + $ProductId$ + " ..."

View File

@ -38,7 +38,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "vncmanager"
Set $MinimumSpace$ = "1 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\VncManager"
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -31,7 +31,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "vncmanager"
Set $InstallDir$ = "%ProgramFiles32Dir%\VncManager"
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------