Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-23 Thread Blair
What is your entire condition? -Original Message- From: spsingam [mailto:siva.poobalasin...@gmail.com] Sent: Sunday, November 22, 2009 9:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Launch Condition on Unistall or Remove hi all, well, it still does not work as

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-23 Thread Pally Sandher
ourceforge.net Subject: Re: [WiX-users] Launch Condition on Unistall or Remove hi all, well, it still does not work as the Launch condition still executed on Uninstall. I have tried "NOT Installed" within the condition and it does not work. i am using Wix 3.0.5419.0 and Votive with VS 2

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-22 Thread spsingam
hi all, well, it still does not work as the Launch condition still executed on Uninstall. I have tried "NOT Installed" and "OR Installed" within the condition and it does not work. i am using Wix 3.0.5419.0 and Votive with VS 2008. Can someone maybe give me a sample code that work? Thanks.

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-22 Thread spsingam
hi all, well, it still does not work as the Launch condition still executed on Uninstall. I have tried "NOT Installed" within the condition and it does not work. i am using Wix 3.0.5419.0 and Votive with VS 2008. Can someone maybe give me a sample code that work? Thanks. Blair-2 wrote:

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-20 Thread Blair
Always add " OR Installed" to all of your LaunchConditions. If the product is already installed, you want to allow repairs and removals, including upgrades. -Original Message- From: spsingam [mailto:siva.poobalasin...@gmail.com] Sent: Tuesday, November 17, 2009 8:13 PM To: wix-users@lists

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-18 Thread spsingam
thanks mate...it works... :) jeez.. it can be confusing when i was trying to find what the appropriate syntax. Where can u find all the syntax ? Sebastian Brand (Instyler Software) wrote: > > Add to the conditions your are check a "NOT Installed" to check them only > if the application isn't

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-17 Thread Sebastian Brand (Instyler Software)
Add to the conditions your are check a "NOT Installed" to check them only if the application isn't installed yet Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com On 18.11