Hello,

When using InstallShield, I can add a schema version information to any sql 
script I want the setup to run. When executed, InstallShield creates an 
"InstallShield" table to the target database if it does not exist yet and adds 
one row with the schema version I added to the script. If the table already 
exists, InstallShield gets the most current schema version information from it 
and compares it to each of the scripts version information the setup contains, 
so that it only executes sql scripts that have a higher version number.

This way I can add update scripts when necessary and be sure only those are run 
against a customers' database that are really needed.

How can I accomplish this with using WiX?

Is there any detailed tutorial on this topic?

Regards,
Chris.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to