Hi All,

I got a WIX 3.0 installer, my requirement is to reinstall two of the features 
on Change option.

As per the article 
(http://msdn.microsoft.com/en-us/library/aa371175(VS.85).aspx) , I am setting 
REINSTALL = Feature1,Feature2 on VerifyReady dialog.

Like this --

 <Publish Event="Reinstall" Value="Feature1,Feature2"><![CDATA[OutOfDiskSpace 
<> 1]]></Publish>

 

This throws error when I click on change button on the dialog box -- error 
reads,

DEBUG: Error 2711:  The specified Feature name ('Feature1,Feature2) not found 
in Feature Table.

 

If I set the REINSTALL property to either of All, Feature1 or Feature2 alone 
all works fine. It just has issues when more than one features (Comma 
delimited) are assigned to property.

 

As per the documentation it should work. I am not sure where I am making 
mistake.

 

Please provide any guidance if possible.

 

Thanks in Advance,

Sachin!
                                          
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/201469229/direct/01/
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to