Salut,

disabling the firefox-extension-feature when the browser's not installed now
works. Still I got some problem. I'm trying to preselect the firefox
extension-feature and disabling the "install on first use" option as my
application does not support it. This is how far I got

    <Feature Id="Complete" Title="Basic installation" Level="1"
Description="Complete installation" Display="expand"
ConfigurableDirectory="INSTALLDIR" AllowAdvertise="no" Absent="disallow"
InstallDefault="local">
      <Feature Id="MainProgram" Title="Program" Description="The main
executable." Level="2" Absent="disallow" TypicalDefault="install"
InstallDefault="local" AllowAdvertise="no">
        <ComponentRef Id="MainExecutable" />
        <ComponentRef Id="PluginsConnector" />
        <ComponentRef Id="DSIEHelper" />
        <ComponentRef Id="FileTypeIcon" />
        <ComponentRef Id="EnglishLangFile" />
        <ComponentRef Id="HelpFileEng" />
        <ComponentRef Id="SearchSettings" />
        <ComponentRef Id="FileNameCreator" />
        <ComponentRef Id="RegKeysPrivileged" />
        <ComponentRef Id="RegKeysNonPrivileged" />
        <ComponentRef Id="UpdateNotify" />
        <ComponentRef Id="FirefoxExtension" />
      </Feature>
      <Feature Id="GermanLangPack" Title="German Language Pack"
Description="German Language Pack" Level="1000">
        <ComponentRef Id="HelpFileGer" />
        <ComponentRef Id="GermanLangFile" />
      </Feature>
      <Feature Id="FirefoxExtension" Level="1001" Title="Extension for
Mozilla Firefox" Description="Extension for Mozilla Firefox"
TypicalDefault="install" InstallDefault="followParent">
        <ComponentRef Id="jsFile" />
        <ComponentRef Id="overlay" />
        <ComponentRef Id="pngIcon" />
        <ComponentRef Id="StyleSheet" />
        <ComponentRef Id="ManifestChrome" />
        <ComponentRef Id="rdfInstall" />
        <Condition Level="0">FIREFOX_INSTALL_VERSION=""</Condition>
      </Feature>
    </Feature>

But no matter which attributes I add to the extension feature, it is not
preselected. Can you help me?


Thanks in advance,

Stefan
-- 
View this message in context: 
http://www.nabble.com/Preselecting-feature-and-disable-%22install-on-first-use%22-tf2381534.html#a6637113
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