Afternoon all,

SO I'm back trying to tackle this issue with my SetProperty after Costfinalize. 
The property is set correctly, but nothing now seems to respond to it.


MSI (s) (3C:98) [04:37:53:630]: Doing action: SetCONFIGREQUIRED
Action 04:37:53: SetCONFIGREQUIRED.
Action start 04:37:53: SetCONFIGREQUIRED.
MSI (s) (3C:98) [04:37:53:630]: PROPERTY CHANGE: Adding CONFIGREQUIRED 
property. Its value is '1'.
Action ended 04:37:53: SetCONFIGREQUIRED. Return value 1.
MSI (s) (3C:98) [04:37:53:645]: Doing action: InstallValidate
Action 04:37:53: InstallValidate. Validating install
Action start 04:37:53: InstallValidate.
MSI (s) (3C:98) [04:37:53:645]: Feature: feConfig; Installed: Local;   Request: 
Null;   Action: Null

the feConfig is dependent on the property CONFIGREQUIRED:

<Feature Id='feConfig' Title='Config tool x86' Display="hidden" Level='1'>
    <ComponentRef Id='cConfigT' />
    <ComponentRef Id='cProgramMenuDirINMCleanup' />
    <Condition Level="0"><![CDATA[NOT CONFIGREQUIRED]]]></Condition>
  </Feature>

but as you can see the log shows that the requested action for the feature is 
null. Is it too late to change the condition of the feature after CostFinalize? 
If so, is there any way to make a feature dependent on anther other than to 
have it as a child of the feature it is dependent on?

Disclaimer: This electronic communication and its attachments may contain 
confidential, proprietary and/or legally privileged information which are for 
the sole use of the intended recipient. If you are not the intended recipient, 
any use, distribution, or reproduction of this communication is strictly 
prohibited and may be unlawful; please contact the sender and delete this 
communication. MWH Soft does not warrant or make any representation regarding 
this transmission whatsoever nor does it warrant that it is free from viruses 
or defects, correct or reliable. MWH Soft is not liable for any loss or damage 
that occurs as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH Soft. This 
communication cannot form a binding agreement unless that is the express intent 
of the parties and they are authorized to make such an agreement. MWH Soft 
reserves all intellectual property rights contained in this transmission. MWH 
Soft reserves the right to monitor any electronic communication sent or 
received by its employees.

MWH Soft Limited is registered in England with number 6975921. Its registered 
office is Terriers House, 201 Amersham Rd, High Wycombe, HP13 5AJ.


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to