mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
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:
parent
393d298fe2
commit
f78cdd42a7
@ -201,6 +201,7 @@ function createShortcuts()
|
||||
fTemp = fileExe;
|
||||
fileExe = getFolder("file:///", fTemp);
|
||||
newKey = fileExe + ' -turbo';
|
||||
winreg.createKey(subkey,"");
|
||||
winreg.setValueString(subkey, valname, newKey);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user