|
Debugging custom action in Visual Studio.net Setup project
|
Total Hit (3862) |
I had spent quite bit of time searching around and finally got something which gives you ability to debug custom action in visual studio setup project. Here is few steps to debug custom action code.
Generally you write a seperate DLL which includes custom action code. To learn more about how to w
....Read More |
Rating
|
|
|
|
How Do I...Create System Resources During Installation?
|
Total Hit (890) |
An application can consist not only of traditional program files, but also of associated resources such as message queues, event logs, and performance counters that must be created on the deployment destination. You can configure your application to create these resources when your application is in
....Read More |
Rating
|
|
|
How Do I...Execute Custom Code During Installation?
|
Total Hit (948) |
An application can consist not only of the traditional program files, but also of associated resources such as message queues, event logs, and performance counters that must be created on the deployment destination. You can configure your application to create these resources when the application is
....Read More |
Rating
|
|
|
Automatically Upgrade Your .NET Applications On-the-Fly
|
Total Hit (1253) |
Rich client, (or in .NET terminology, "Windows Forms") applications provide a great user experience in terms of functionality, usability, operating system and inter-application integration. Unfortunately, they have also suffered from a relatively high total cost of ownership compared to browser-base
....Read More |
Rating
|
|
|
|
Custom Actions - Part 1
|
Total Hit (2054) |
Custom Actions are deployment projects .NET programs written by your team that execute near the end of the installation process. You can use them to perform installation shores hard to implement with the existing features exposed by the setup project, in this order of ideas a custom action can insta
....Read More |
Rating
|
|
|
Custom Actions - Part 2
|
Total Hit (1980) |
Custom Actions are deployment projects .NET programs written by your team that execute near the end of the installation process. You can use them to perform installation shores hard to implement with the existing features exposed by the setup project, in this order of ideas a custom action can insta
....Read More |
Rating
|
|
|
Embedding MSDE SQL Engine in a Visual Studios .Net Setup application
|
Total Hit (1459) |
This document is a step by step description of adding SQL server to an Windows Application and embedding the MSDE engine into the application setup and installer program. By doing this you will automate the installation of the SQL server, the mounting of the datafiles and granting access to your app
....Read More |
Rating
|
|