This commit is contained in:
Mario Fetka 2012-05-02 09:01:23 +02:00
parent fd2ecae480
commit 8af5d526a4
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "peazip" Set $ProductId$ = "peazip.peazip"
Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip" Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip"
Set $InstallDir64$ = "%ProgramFiles64Dir%\PeaZip" Set $InstallDir64$ = "%ProgramFiles64Dir%\PeaZip"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: peazip id: peazip.peazip
name: PeaZip name: PeaZip
description: PeaZip is a free cross-platform file archiver that provides an unified portable GUI for many Open Source technologies like 7-Zip, FreeArc, PAQ, UPX... description: PeaZip is a free cross-platform file archiver that provides an unified portable GUI for many Open Source technologies like 7-Zip, FreeArc, PAQ, UPX...
advice: ADVICE advice: ADVICE

View File

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