Hi,
I have a Solution that runs over MsSql, I have a SB installer thet works
ok but the user needs to have a MsSql Express database installed.
I dont want to add the MsSql 2008 core inside my installer because it is
so big and this installer is used to upgrade the solution too.
Im thinking of doing a second installer just to install MsSql Express
2008 and restore de example database, and have the possibility of call
this second installer from the main if the database are not instlled.
How is the best way of do this?
Any example of SB installing MsSql and restoring a database?
Thanks