>wondering if you know where I can find information on amending the condition >so it only fires on install and not on install.
* I'm assuming you mean only potentially fire on install and never fire when installed, if so, try this condition... >DATABASEIPADDRESS OR Installed</ Recall: Launch conditions fire when the condition is false. So here's how this evaluates: * If the product is already installed, this launch condition will evaluate to TRUE (because Installed would be defined) and allow user to progress. (FALSE || TRUE == TRUE), (TRUE || TRUE == TRUE) * If the product is not installed and DATABASEIPADDRESS is not set, this launch condition will evaluate to FALSE and the user will get your error message and the install will end. (FALSE || FALSE == FALSE) * If the product is not installed and DATABASEIPADDRESS is set, this launch condition will evaluate to TRUE and allow user to progress. (TRUE || FALSE = TRUE). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of derekj Sent: Thursday, September 11, 2008 2:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition install and uninstall Hi, thanks for your help, wondering if you know where I can find information on amending the condition so it only fires on install and not on install. regards Derekj John Nannenga wrote: > > Launch conditions fire when the condition is false: > http://msdn.microsoft.com/en-us/library/aa369752.aspx > > The property you likely mean to use is "Installed", not "INSTALLED". > http://msdn.microsoft.com/en-us/library/aa369297(VS.85).aspx > > > ________________________________________ > From: [EMAIL PROTECTED] > [EMAIL PROTECTED] On Behalf Of derekj > [EMAIL PROTECTED] > Sent: Wednesday, September 10, 2008 2:48 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Condition install and uninstall > > Hi, > > I am doing a cmd line msi that has a number of input parameters. > > I have > <Condition Message="IP address of Application Database, DATABASEIPADDRESS > , > parameter not passed in"> DATABASEIPADDRESS AND NOT INSTALLED</Condition> > > this condition is fires on both install and uninstall. > > can someone help > > regards > > -- > View this message in context: > http://n2.nabble.com/Condition-install-and-uninstall-tp1079400p1079400.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://n2.nabble.com/Condition-install-and-uninstall-tp1079400p1082087.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users