How to execute setup.exe using install.rdf?
varsha <[email protected]> Mon, 4 May 2009 06:27:04 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <5617a1d1-79ea-4988-aa7b-25dc7c752187@z16g2000prd.googlegroups.com> |
Hi,
I have created extensions to install my setup.exe using install.js
which compatible with firefox 2.0 and below version using function
execute("setup.exe", "-s", true);
Now I want create extension which will for firefox 3.0.* but
install.js does not work with firefox 3.0.*
for that install.js is replece with install.rdf.
I don't how to install or execute setup.exe using install.rdf.
Is it equivivallent option availbale in install.rdf like install.js
contains execute("setup.exe", "-s", true);
If any one has solution for this ,please provide me?
Thanks & Regards
Varsha