fixing bug 99340 - Installer dies with error 2 under Win9x. r=syd,dveditz sr=mscott a=asa. not part of tinderbox builds. affects windows installers only.

This commit is contained in:
ssu%netscape.com 2001-09-12 20:58:56 +00:00
parent 393d298fe2
commit f78cdd42a7

View File

@ -201,6 +201,7 @@ function createShortcuts()
fTemp = fileExe;
fileExe = getFolder("file:///", fTemp);
newKey = fileExe + ' -turbo';
winreg.createKey(subkey,"");
winreg.setValueString(subkey, valname, newKey);
}
else