Re: install.js????
"Iceman" <[email protected]> 15 Mar 2005 17:03:28 -0800
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Thanks Dan Is there a standardized way to read or write into windows registry. I tried hard to get details but was not successful this is what i know var wine= Components.classes["@mozilla.org/browser/shell-service;1"].getService(Components.interfaces.nsIWindowsShellService); var registryentry=wine.getRegistryEntry() do you where i can find the exact list of parameters i need to pass to getRegistryEntry and what those mean? Is this the standard way? Thanks