This commit is contained in:
Mario Fetka
2012-05-02 06:58:53 +02:00
parent d5b24c79c6
commit f2098510d7
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,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$ = "putty"
Set $ProductId$ = "bitvise.putty"
Set $MinimumSpace$ = "10 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\PuTTY"

View File

@@ -17,7 +17,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "putty"
Set $ProductId$ = "bitvise.putty"
Set $InstallDir$ = "%ProgramFiles32Dir%\PuTTY"
; ----------------------------------------------------------------