This commit is contained in:
Mario Fetka
2012-05-02 09:54:59 +02:00
parent 6f6f2b58e3
commit e14f722397
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "vncmanager"
Set $ProductId$ = "sysworksoft.vncmanager"
Set $MinimumSpace$ = "1 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"

View File

@@ -27,7 +27,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "vncmanager"
Set $ProductId$ = "sysworksoft.vncmanager"
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Manager"
; ----------------------------------------------------------------