Hi!

I have such a problem - I need install component which contains ini file
modification always on install and modify. The problem appears when all
features are installed and modify removes one of the features - in that case
no components can be installed.
Maybe there is a possibility to make a hidden feature with this component
and install it when all features installed and modify removes one of it?
I tried this:

<Feature Id="Inifile" AllowAdvertise="no" Level="2" Display="hidden">
      <ComponentRef Id="IniFileTransform"/>
      <Condition Level="1"></Condition>
      <Condition Level="2"></Condition>
</Feature>
and tried changing "2" to "0"
Both didnt help. As I understand condition changes the level before feature
action changes in UI.

Any suggetions?

Thanks for help.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Install-Component-on-Modify-tp6752956p6752956.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to