From ee70d4b0dc39443a8a4f2392cd769870cf8b38cc Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 2 May 2012 07:57:10 +0200 Subject: [PATCH] rename --- CLIENT_DATA/setup32.ins | 2 +- CLIENT_DATA/uninstall32.ins | 2 +- OPSI/control | 2 +- builder-product.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 1a2a7a3..da46774 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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" diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index 7890739..ba4a645 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -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$ diff --git a/OPSI/control b/OPSI/control index b5c4e2c..935427c 100644 --- a/OPSI/control +++ b/OPSI/control @@ -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 diff --git a/builder-product.cfg b/builder-product.cfg index 2a5c13d..e10e817 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -2,7 +2,7 @@ # Setup product information ############################ VENDOR="mozilla.org" -PN="thunderbird" +PN="mozilla.thunderbird" VERSION="12.0" RELEASE="1" PRIORITY="0"