When you run the installer again the Installed property is true, so the launch 
condition is 
satisfied.  Generally you have that condition in there so that the user isn't 
prevented from 
uninstalling it.  Especially if they do it from Add/Remove Programs.  You cold 
try replacing 
Installed with REMOVE="ALL".

Rob

On 16/04/2010 13:12, subramanyeswari wrote:
>
> Hi Rob,
>
> I am facing some other problem now.  As you said i am using property with
> installed now.
>
> This is my code.
>
> <Condition Message='Please run setup.exe to install this product.'>
>                   Installed OR LAUNCHFROMEXE
>               </Condition>
>
> But this is working only first time. I mean when i try to install by
> invoking msi it is displaying message. Then i ran setup.exe and installed
> the product.   And afterwards if i try to install by invoking msi, it is not
> displaying the message.  What else do i need to put in the condition?
>
> 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