Hey guys,
I need to build an installer which needs to connect to an SQL server, and use a COM object, write several registry values and install a service.
I've tried using the built-in VS2005 Installation project, but it seems that it is not as customizable as I need.
Is it possible to create my own installer (.NET culture-based forms which act like a wizard) that will install the software correctly (in the windows registry, control panel, etc) ?
I need to build an installer which needs to connect to an SQL server, and use a COM object, write several registry values and install a service.
I've tried using the built-in VS2005 Installation project, but it seems that it is not as customizable as I need.
Is it possible to create my own installer (.NET culture-based forms which act like a wizard) that will install the software correctly (in the windows registry, control panel, etc) ?