From 19ec9a512870e7408650746abca6e4570a80d317 Mon Sep 17 00:00:00 2001 From: "curt%netscape.com" Date: Wed, 4 Sep 2002 06:53:28 +0000 Subject: [PATCH] Still cleaning up the MRE stuff that got mixed into the code. (Not yet part of build.) --- xpinstall/packager/win_mfcembed/makeall.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xpinstall/packager/win_mfcembed/makeall.pl b/xpinstall/packager/win_mfcembed/makeall.pl index b675acaf071..855b07d7a1d 100644 --- a/xpinstall/packager/win_mfcembed/makeall.pl +++ b/xpinstall/packager/win_mfcembed/makeall.pl @@ -96,7 +96,7 @@ $seiFileNameGeneric = "nsinstall.exe"; $seiFileNameSpecific = "mfcembed-win32-installer.exe"; $seiStubRootName = "mfcembed-win32-stub-installer"; $seiFileNameSpecificStub = "$seiStubRootName.exe"; -$seuFileNameSpecific = "MREUninstall.exe"; +$seuFileNameSpecific = "MfcEmbedUninstall.exe"; $seuzFileNameSpecific = "mfcembeduninstall.zip"; # set environment vars for use by other .pl scripts called from this script. @@ -110,8 +110,8 @@ else } print "The display version is: $versionMain\n"; $ENV{WIZ_nameCompany} = "Mozilla"; -$ENV{WIZ_nameProduct} = "MRE"; -$ENV{WIZ_nameProductNoVersion} = "MRE"; +$ENV{WIZ_nameProduct} = "MfcEmbed"; +$ENV{WIZ_nameProductNoVersion} = "MfcEmbed"; $ENV{WIZ_fileMainExe} = "none.exe"; $ENV{WIZ_fileUninstall} = $seuFileNameSpecific; $ENV{WIZ_fileUninstallZip} = $seuzFileNameSpecific;