diff --git a/xpinstall/packager/windows/config.it b/xpinstall/packager/windows/config.it index af7fb56a0e26..beb0cbd0a925 100644 --- a/xpinstall/packager/windows/config.it +++ b/xpinstall/packager/windows/config.it @@ -60,7 +60,7 @@ Default Setup Type=Setup Type 0 ; Default Font Size is 32 ; Default Font Color is WHITE (of BLACK and GREEN) ; Default Font Shadow is TRUE -Setup Title0=$ProductName$ Pr2 Setup +Setup Title0=$ProductName$ Setup Setup Title0 Font Size= Setup Title0 Font Color= Setup Title0 Font Shadow=TRUE diff --git a/xpinstall/packager/windows/makeall.pl b/xpinstall/packager/windows/makeall.pl index d1b70dfbbe8e..7d1b166ac80d 100644 --- a/xpinstall/packager/windows/makeall.pl +++ b/xpinstall/packager/windows/makeall.pl @@ -53,7 +53,7 @@ $seiFileNameSpecific = "mozilla-win32-installer.exe"; $seuFileNameSpecific = "MozillaUninstall.exe"; # set environment vars for use by other .pl scripts called from this script. -$ENV{WIZ_userAgent} = "5.0b2 (en)"; +$ENV{WIZ_userAgent} = "5.0a1 (en)"; $ENV{WIZ_nameCompany} = "Mozilla"; $ENV{WIZ_nameProduct} = "Mozilla Seamonkey"; $ENV{WIZ_fileMainExe} = "Mozilla.exe";