On 16/04/2010 10:32, subramanyeswari wrote:
>
> Hi,
>
> What is the significance of  value '24' in feature table and how to get that
> value.

The Feature table is described here:
http://msdn.microsoft.com/en-us/library/aa368585%28VS.85%29.aspx

A value of 24 looks like the 'disallow advertise' and 'disallow absent' flags 
are set.
>
> Also, I want to popup a messagebox 'Please run setup.exe to install this
> product' on clicking msi.  I did it like below.
> <Condition Message='Please run setup.exe to install this product.'>
>   Installed
> </Condition>

Condition it on "Installed OR MYPROPERTY", and have setup.exe run your MSI file 
with MYPROPERTY 
defined on the command line.

Rob
>
> But this is not working. even on running setup.exe also it is throwing the
> message.
>
> How to correct this?
>
> Regards, Subramanyeswari


------------------------------------------------------------------------------
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