Naveen wrote:
> I have created a Java Script  XPCOM, "xyz.js" for protocol registration and
> I copy it in mozilla\components directory during installation of my
> application. But How do I locate %APPDATA% folder and delete compreg.dat for
> every user.

It's probably better to package it as part of an extension and just 
register that extension via the windows registry 
(http://developer.mozilla.org/en/docs/Adding_Extensions_using_the_Windows_Registry)

You only need an install.rdf and the components\ directory with your .js 
file in your extension.

_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to