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
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "thunderbird"
Set $ProductId$ = "mozilla.thunderbird"
Set $MinimumSpace$ = "200 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Mozilla Thunderbird"

View File

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

View File

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

View File

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