Re: [WiX-users] Check if database exists and display message

2011-03-24 Thread Michael Osmond
] Check if database exists and display message Thanks. I had a doubt about that. So I can set a property in custom action if a database exists or not and based on its value display error message? Do I need to use condition statement to trigger message? -- View this message in context: http://windows

Re: [WiX-users] Check if database exists and display message

2011-03-24 Thread kim
Thanks. I had a doubt about that. So I can set a property in custom action if a database exists or not and based on its value display error message? Do I need to use condition statement to trigger message? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabbl

Re: [WiX-users] Check if database exists and display message

2011-03-24 Thread Michael Osmond
There is currently no built in facility that I know of for this. You would need to build a custom action. -Original Message- From: kim [mailto:contactme...@gmail.com] Sent: Friday, 25 March 2011 8:26 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Check if database exists

[WiX-users] Check if database exists and display message

2011-03-24 Thread kim
How can i check if a SQL Server database exists and display an error message if it does and stop installation process I am using WIX 3.5 Please advice. Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Check-if-database-exists-and-display-mess