fixing bug #24373. no longer installs msvcrt dlls. a=chofmann. r=sgehani

git-svn-id: svn://10.0.0.236/trunk@58337 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ssu%netscape.com 2000-01-21 01:25:43 +00:00
parent 7c49c20526
commit 10ab030809
2 changed files with 1 additions and 10 deletions

View File

@ -214,7 +214,7 @@ Description Short=Mozilla Seamonkey
Description Long=Browser software for the internet
Archive=core.xpi
$InstallSize$:core
$InstallSizeSystem$:system
$InstallSizeSystem$
$InstallSizeArchive$:core.xpi
; Attributes can be the following values:
; SELECTED - the component is selected to be installed by default.

View File

@ -62,15 +62,6 @@ if(verifyDiskSpace(communicatorFolder, srDest) == true)
true); // Force Flag
logComment("addDirectory() of Program returned: " + err);
err = addDirectory("/Microsoft/shared",
"6.0.8168.0", // hard code version here due to a bug in the
// xpinstall version settings code
"system", // dir name in jar to extract
fWindowsSystem, // Where to put this file (Returned from GetFolder)
"", // subdir name to create relative to communicatorFolder
false); // Force Flag
logComment("addDirectory() of system returned: " + err);
// check return value
if(!checkError(err))
{