This commit is contained in:
Mario Fetka 2012-05-02 07:57:10 +02:00
parent 9d3b11f77d
commit ee70d4b0dc
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,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$ = "thunderbird" Set $ProductId$ = "mozilla.thunderbird"
Set $MinimumSpace$ = "200 MB" Set $MinimumSpace$ = "200 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird" Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird"

View File

@ -20,7 +20,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "thunderbird" Set $ProductId$ = "mozilla.thunderbird"
Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird" Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird"
Set $LicenseRequired$ = "false" Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$ Set $LicensePool$ = "p_" + $ProductId$

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: thunderbird id: mozilla.thunderbird
name: Mozilla Thunderbird name: Mozilla Thunderbird
description: Mozilla Thunderbird ist ein freier eMail Client des Mozilla-Projekts. description: Mozilla Thunderbird ist ein freier eMail Client des Mozilla-Projekts.
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="mozilla.org" VENDOR="mozilla.org"
PN="thunderbird" PN="mozilla.thunderbird"
VERSION="12.0" VERSION="12.0"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"