Hi Everyone, 

 I have created a Custom Bootstrapper application using Wix 3.9. My sample
wix file having only one feature. In that some of components having the
condition (say SHIP_FILES) element. I have set the  SHIP_FILES condition to
false on check box selection (Bootstrapper UI) and installed setup. All
files shipped properly other than condition element components (because
condition evaluates false). 

Now I am reinstalling the same setup and checked SHIP_FILES condition as
true (Bundle plan action set to Modify and MSI request state set to Repair).
Condition evaluates true, but the files which are under condition elements
component is not get shipped in installed location. 

Can any one please share any idea on this? Where I did a mistake? 

Note: 
In MSIPackage I have set EnableFeatureSelection="yes" and didn't add any
code in PlanMSIFeature. 

>From Bundle Log for Install: 
Planned feature: ejmvc, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None 

>From Bundle Log for Modify: 
Planned feature: sample1, state: Local, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None 

>From MSI Log on Repair: 
Command Line: ALLUSERS=1 MSIFASTINSTALL=7 EJMVC_UNLOCKED=TRUE
INSTALLASSEMBLIES=1 ADDSOURCE=sample1 REINSTALLMODE=cmuse
REBOOT=ReallySuppress IGNOREDEPENDENCIES=ALL
CURRENTDIRECTORY=F:\Installer\SampleSetup\bin\Debug CLIENTUILEVEL=3
MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=10168 

Thanks in advance, 
Mohamed Yasir K



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Feature-and-Condition-element-in-MSI-Repair-using-Custom-Bootstrapper-Application-tp7599244.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to