Fix for 87053, r=ssu, sr=mscott. Supports removal of Quick Launch at uninstall time.

git-svn-id: svn://10.0.0.236/trunk@98606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
syd%netscape.com 2001-07-04 02:52:55 +00:00
parent 76c2e168df
commit 88896359df

View File

@ -163,6 +163,8 @@ function createShortcuts()
/* setup turbo mode */
logComment( "Windows Shortcut: " + szStartupFolder + "\\$MainExeFile$" );
subkey = "SOFTWARE\\$CompanyName$\\$ProductName$\\$UserAgent$\\Setup";
valname = "browserargs";
regvalue = winreg.getValueString(subkey, valname);