rename new naming

This commit is contained in:
Mario Fetka
2012-05-11 10:19:15 +02:00
parent 7e2eb080f2
commit ba737f8391
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,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$ = "7-zip.7zip"
Set $ProductId$ = "7zip.7zip"
Set $MinimumSpace$ = "3 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"

View File

@@ -29,7 +29,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "7-zip.7zip"
Set $ProductId$ = "7zip.7zip"
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
Set $LicenseRequired$ = "false"