How do I offer automatic updates for my program in Visual Basic 2008? -
How do I set up automatic updates for my program in Visual Basic 2008?
I like that after the user is able to install the program from the setup.exe file, run the auto update function inside the program. How can I do this in Visual Basic 2008?
If you do not go to the click-through option, you will probably be able to tool yourself.
One idea would be that the calling client has access to the update server - undoubtedly HTTP port on port 443 on port 80 or HTTPS is usually allowed through the firewall, it is probably for your medium There is a good place to start.
I have installed a project that, by making a call to a web service, to determine whether an update is available or not, the web service appears on one directory on our web server and a nominated zip file For a conference, the calling client makes a determination based on the version, whether an update is available.
If an update is available, then the app produces an executable (which opens without opening anything in my case), then relies on the main entry point in the app and the updater The use of a different executive in a spawning / shelling manner allows you to update the app's main trunk, but you come across trickle, where updates are updated for the executable To do is unwieldy.
It is not as attractive as click-on, but it worked well for me, I have not used ClickOnce, so I do not know that it is a lack of user profile aloof.
Comments
Post a Comment