This commit is contained in:
Mario Fetka 2012-05-11 10:20:26 +02:00
parent 0338c870b5
commit 73f0d156c7
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,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$ = "adobe.acrobat-7" Set $ProductId$ = "adobe.acrobat7"
Set $MinimumSpace$ = "185 MB" Set $MinimumSpace$ = "185 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Acrobat 7.0" Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Acrobat 7.0"

View File

@ -29,7 +29,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "adobe.acrobat-7" Set $ProductId$ = "adobe.acrobat7"
Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Acrobat 7.0" Set $InstallDir$ = "%ProgramFiles32Dir%\Adobe\Acrobat 7.0"
Set $LicenseRequired$ = "true" Set $LicenseRequired$ = "true"
Set $LicensePool$ = "p_" + $ProductId$ Set $LicensePool$ = "p_" + $ProductId$

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: adobe.acrobat-7 id: adobe.acrobat7
name: Adobe Acrobat 7 name: Adobe Acrobat 7
description: Unter Adobe Acrobat wird eine Gruppe von Programmen zusammengefasst, die zum Erstellen, Verwalten, Kommentieren und Verteilen von PDF-Dateien verwendet werden. description: Unter Adobe Acrobat wird eine Gruppe von Programmen zusammengefasst, die zum Erstellen, Verwalten, Kommentieren und Verteilen von PDF-Dateien verwendet werden.
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="adobe.com" VENDOR="adobe.com"
PN="adobe.acrobat-7" PN="adobe.acrobat7"
VERSION="7.0" VERSION="7.0"
RELEASE="3" RELEASE="3"
PRIORITY="0" PRIORITY="0"