Search code examples
winformsvisual-studiodeploymentsetup-project

In-depth guidance for building complex WinForms Setup projects


Where can I find in-depth guidance for building complex WinForms Setup projects? To be specific, I need to build a single setup package for a DevExpress eXpressApp WinForms application, including a setup for SQL Server 2008 Express, and the creation of a database from scripts. The DevExpress bit is no problem - the Setup Project Wizard neatly includes all dependencies, but guidance on SQL, running other programs from Setup, etc. seems scant. Nearly all articles I find overlook anything beyond the same package the wizard creates.

It looks like I have to go collecting little separate bits all over the place to get the whole task done. I would like to find a single, advanced and comprehensive resource that covers all aspects of WinForms deployment. Maybe somebody can recommend a book?

I used to be quite the master at this, even manually editing tables in the .msi files, writing C++ booby-trappers etc. but that was over 10 years ago, and my knowledge seems to have atrophied completely.


Solution

  • There are several resources:

    Hope it can help!