rename
This commit is contained in:
parent
fde862cc76
commit
7e2eb080f2
@ -37,7 +37,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$ = "7zip"
|
Set $ProductId$ = "7-zip.7zip"
|
||||||
Set $MinimumSpace$ = "3 MB"
|
Set $MinimumSpace$ = "3 MB"
|
||||||
; the path were we find the product after the installation
|
; the path were we find the product after the installation
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
||||||
|
@ -29,7 +29,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "7zip"
|
Set $ProductId$ = "7-zip.7zip"
|
||||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
Set $InstallDir32$ = "%ProgramFiles32Dir%\7-Zip"
|
||||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
|
Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
|
@ -5,7 +5,7 @@ incremental: False
|
|||||||
|
|
||||||
[Product]
|
[Product]
|
||||||
type: localboot
|
type: localboot
|
||||||
id: 7zip
|
id: 7-zip.7zip
|
||||||
name: 7-Zip file archiver
|
name: 7-Zip file archiver
|
||||||
description: 7-Zip is a file archiver with a high compression ratio.
|
description: 7-Zip is a file archiver with a high compression ratio.
|
||||||
advice: ADVICE
|
advice: ADVICE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Setup product information
|
# Setup product information
|
||||||
############################
|
############################
|
||||||
VENDOR="7-zip.org"
|
VENDOR="7-zip.org"
|
||||||
PN="7zip"
|
PN="7-zip.7zip"
|
||||||
VERSION="9.20"
|
VERSION="9.20"
|
||||||
RELEASE="2"
|
RELEASE="2"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user