jazzman007
12-15-2005, 03:23 PM
Hey All -
We are working on the installer for our product, which in its grandest form has a client, a server, and a database, and in its simplest form is just the client and database. As such we would like to include the default database (Sql Express 2005) with our installer. I'm aware of the fact that there's no prerequisite or modules for this...so to avoid confusion that's not my question. :rolleyes:
My question is is it at all possible to install the database during the installation of our product? Under the current plan, we can't simply do a prerequisite and always install it since (hopefully) the single install will be capable of installing the product in any form, which may or may not need to install Sql. Idealy, it would install after the features have been determined (database being one of them) and the installation phase is running. I'm a bit worried because what I've learned about IS and windows installer, that's not possible.
This is in an InstallScript MSI project in IS 11.5, and the product is build on .NET 2.0.
Is this at all possible? Or should be change our plans now?
Thanks in advance,
John
We are working on the installer for our product, which in its grandest form has a client, a server, and a database, and in its simplest form is just the client and database. As such we would like to include the default database (Sql Express 2005) with our installer. I'm aware of the fact that there's no prerequisite or modules for this...so to avoid confusion that's not my question. :rolleyes:
My question is is it at all possible to install the database during the installation of our product? Under the current plan, we can't simply do a prerequisite and always install it since (hopefully) the single install will be capable of installing the product in any form, which may or may not need to install Sql. Idealy, it would install after the features have been determined (database being one of them) and the installation phase is running. I'm a bit worried because what I've learned about IS and windows installer, that's not possible.
This is in an InstallScript MSI project in IS 11.5, and the product is build on .NET 2.0.
Is this at all possible? Or should be change our plans now?
Thanks in advance,
John