Hello, i have a general question.
Suppose i have a C# web application, a small webserver project, MSDE2000, the .NET 1.1 package and want to deploy it to zillions of different pc's. After and during the setup i want to autogenerate several files such as some batch files, odbc settings, etc...
I have to create a setup project ! But how ? I can use the standard setup project wizard in VS.Net but that seems a bit constrained : can i add my own code in there which generates batchfiles from the information a user enters during the setup ?
Has anyone experience with deployment ? Are there any good sites on the internet with example code and such ? any tips ? Can i use Visual Studio Setup Wizard for all the complicated stuff ? Any good books ?
Edward@de-leau.com
Suppose i have a C# web application, a small webserver project, MSDE2000, the .NET 1.1 package and want to deploy it to zillions of different pc's. After and during the setup i want to autogenerate several files such as some batch files, odbc settings, etc...
I have to create a setup project ! But how ? I can use the standard setup project wizard in VS.Net but that seems a bit constrained : can i add my own code in there which generates batchfiles from the information a user enters during the setup ?
Has anyone experience with deployment ? Are there any good sites on the internet with example code and such ? any tips ? Can i use Visual Studio Setup Wizard for all the complicated stuff ? Any good books ?
Edward@de-leau.com