Hi<br>I have some problems with the Firefox Extension install packages I found here:<br><a href="http://wpkg.org/Firefox_ext_install_downloads">http://wpkg.org/Firefox_ext_install_downloads</a><br>the script install-extensions.cmd give some errors about "access denied"<br>
Excatly the error is at the following line:<br><pre class="source-dos"><span class="kw3">set</span> <span class="re1">id</span>=%<span class="re2">line:~<span class="nu0">8</span>,<span class="nu0">-9</span></span>%<br><br>
the variables concern some lines of an open (install.rdf file of an extension) file so that it give me the "access denied" error.<br>After that the "id" variables is empty and then it delete the extension directory.. also it can't add the regkey to the registry.<br>
Finaly wpkg cant install any extension.<br><br>Thnx for any help.<br>lewis<br><br></pre>