Re: [WiX-users] A couple of questions regarding sql server and wix installer

2010-10-23 Thread dB .
This might be helpful: http://code.dblock.org/ShowPost.aspx?id=100. We use another set of extensions, the one described in my post handles your scenario properly, and we keep our schema incremental, so it figures out which version of the database it's looking at and generates an upgrade script f

[WiX-users] Custom TimeDate Column Sample

2010-10-23 Thread Eric Schultz
All, I'm trying to create a custom table for my Wix project. One of the columns needs to hold a date so I assume I use the TimeDate category with Type 'int' as suggested in the documentation. When I do this though I get a warning telling me the column width is wrong. I also am unsure what format o