Re: [WiX-users] SQLExtension, check if database exists

2008-12-11 Thread tgoffice
I have written a custom action, thanks for clarifaction Thomas -- View this message in context: http://n2.nabble.com/SQLExtension%2C-check-if-database-exists-tp1613865p1643613.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] SQLExtension, check if database exists

2008-12-04 Thread Rob Mensching
, 2008 07:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] SQLExtension, check if database exists Hello - once again :jumping: Is there a posibility to check if the installer had to create the database or if the database already existed? Our customers should have the posibility to use

[WiX-users] SQLExtension, check if database exists

2008-12-04 Thread tgoffice
Hello - once again :jumping: Is there a posibility to check if the installer had to create the database or if the database already existed? Our customers should have the posibility to use a new database (created by installer) or they should use an existing database. (I don't want to add a che