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"

View File

@ -5,7 +5,7 @@ incremental: False
[Product]
type: localboot
id: 7-zip.7zip
id: 7zip.7zip
name: 7-Zip file archiver
description: 7-Zip is a file archiver with a high compression ratio.
advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information
############################
VENDOR="7-zip.org"
PN="7-zip.7zip"
PN="7zip.7zip"
VERSION="9.20"
RELEASE="2"
PRIORITY="0"