How can I create a Setup project for a VB.Net 2005 Windows Forms application with self-updating capabilities. The app needs to be installed in the Program Files folder for all users.
Any advice/help will be appreciated.
Jag711 Wednesday, January 25, 2006 7:11 AM
There's nothing built in to do it. You have to do it by writing self-udating code.