How to auto download updates and install
-
Hello, So i have a windows application and I want to be able to set up an auto download and installation of updates when the user starts up the software. Do i need some kind up FTP connection or webservices or what. I am at a lose as to how to approach. I am a beginning programmer and I need help. Thank you.
Nana
-
Hello, So i have a windows application and I want to be able to set up an auto download and installation of updates when the user starts up the software. Do i need some kind up FTP connection or webservices or what. I am at a lose as to how to approach. I am a beginning programmer and I need help. Thank you.
Nana
ClickOnce deployment http://msdn2.microsoft.com/en-US/library/142dbbz4(VS.80).aspx[^]
only two letters away from being an asset
-
ClickOnce deployment http://msdn2.microsoft.com/en-US/library/142dbbz4(VS.80).aspx[^]
only two letters away from being an asset
Yeah, I've only just started experimenting with this. It's pretty cool.:)
Kevin