This commit is contained in:
Mario Fetka 2012-05-02 07:17:10 +02:00
parent ff44b4f596
commit f454810b39
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,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$ = "zitro" Set $ProductId$ = "izf.zitro"
Set $MinimumSpace$ = "10 MB" Set $MinimumSpace$ = "10 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\izf.de" Set $InstallDir$ = "%ProgramFiles32Dir%\izf.de"

View File

@ -26,7 +26,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "zitro" Set $ProductId$ = "izf.zitro"
Set $InstallDir$ = "%ProgramFiles32Dir%\izf.de" Set $InstallDir$ = "%ProgramFiles32Dir%\izf.de"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: zitro id: izf.zitro
name: zitro name: zitro
description: Institut fuer Ziegelforschung Essen e. V. description: Institut fuer Ziegelforschung Essen e. V.
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="izf.de" VENDOR="izf.de"
PN="zitro" PN="izf.zitro"
VERSION="2008" VERSION="2008"
RELEASE="3" RELEASE="3"
PRIORITY="0" PRIORITY="0"