How to add an entry into 'add/remove programs' for a .net windows app?
+4
A:
Use a deployment project to create a MSI file and have the users execute that rather than xcopy deployment.
Wyatt Barnett
2009-06-19 15:38:23
A:
In addition to a deployment project, ClickOnce deployment will also achieve this.
Jamie Ide
2009-06-19 15:42:35
A:
ClickOnce deployment with option "Available online only" removed will also do this. Or create a MSI package.
blntechie
2009-06-19 15:48:49