[WiX-users] wixwiki: "Don't use SqlDatabase to create a database"

2007-08-29 Thread Daniel Wilson
>From the WixWiki (http://www.wixwiki.com/index.php?title=SqlExtension): "There is a serious bug with how the SqlExtension handles the SqlDatabase Element when creating a database. If a database with the same name already exists it will always be dropped. At this time it is not recommended to use

[WiX-users] WORKING Example of Creating a Database in SQLEXPRESS?

2007-08-29 Thread Daniel Wilson
Hello, Can anyone out there provide a working Wix 3.0 example of using the SqlDatabase and SqlScript tags to create a database and run a few scripts in Sql Server Express 2005 using windows authentication? I've been trying to do it using the documentation and prior emails to this list and have no

[WiX-users] Create Database Error

2007-08-28 Thread Daniel Wilson
Hello, I'm trying to use wix 3.0 to create a SQLExpress database and run four scripts to populate it. I get a non-specific error saying that the database couldn't be created when I try to install. I'm fairly certain that the error is in the SqlDatabase node, becasue I can comment out the SqlScript

[WiX-users] Creating a web site in IIS

2007-08-21 Thread Daniel Wilson
Hello, I'm trying to use the wix iis:website element to create a new website in iis. Despite the fact that I specify a different port and specific IP address in the child iis:web address element, I find that the new web site is replacing the existing default web site rather than being added to the

[WiX-users] Running exe from custom action + actions sequence

2007-08-16 Thread Daniel Wilson
Hello, I have a setup project that must run an .exe command-line custom action before an installed service is started. The problem is, the custom action will throw an error when placed in install actions sequence before "Start Services" or "Install Services." The custom action runs fine if place