finishg rename

This commit is contained in:
Mario Fetka 2012-05-02 09:52:09 +02:00
parent 1308711276
commit 886af02eef
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -27,7 +27,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "iron" Set $ProductId$ = "srware.iron"
Set $InstallDir$ = "%ProgramFiles32Dir%\SRWare Iron" Set $InstallDir$ = "%ProgramFiles32Dir%\SRWare Iron"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------