Salut,

did it this way
    <Property Id="FIREFOX_INSTALL_VERSION">
      <RegistrySearch Name="CurrentVersion" Root="HKLM"
Id="FirefoxInstallVersion" Type="raw" Key="SOFTWARE\Mozilla\Mozilla Firefox"
/>
    </Property>
    <Property Id="FIREFOX_INSTALL_PATH">
      <RegistrySearch Name="Install Directory" Root="HKLM"
Id="FirefoxInstallPath" Type="raw" Key="SOFTWARE\Mozilla\Mozilla
Firefox\[FIREFOX_INSTALL_VERSION]\Main" />
    </Property>

and it works quite well.


Thanks,

Stefan
-- 
View this message in context: 
http://www.nabble.com/Installing-extension-for-firefox-tf2305983.html#a6425889
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to