Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > Game Launcher Updater
 

Game Launcher Updater

I need a bit of help. I haven't the slightest clue on how to make an updater for the launcher I am creating.

I need some help figuring out how to make the program compare file versions, updating, and moving files.
[Troy]Tungsten  Wednesday, February 18, 2009 1:02 AM
HiTungsten,

Please look this articlewritten by
Preeti Barangawhich could give you agreat help.
ClickOnce - Quick steps to Deploy, Install and Update windows based client applications

http://www.codeproject.com/KB/install/QuickClickOnceArticle.aspx


This article presents quick and clear steps for the click once deployment techniques for the Infrastructure and Developer/Deployment Team. It covers the web server setup, directory structure, file share and permission tips on the deployment server and basic steps for the developers to deploy and general troubleshooting



When ready to deploy the application browse to the property of the StartUp Project, Choose Publish tab



The "Updates..." button under Project Properties -> Publish tab, is for choosing the update strategy.ClickOnce can provide automatic application updates. AClickOnce application periodically reads its deployment manifest file to see whether updates to the application are available. If available, the new version of the application is downloaded and run.

Choosing a ClickOnce Update Strategy:
http://msdn.microsoft.com/en-us/library/s22azw1e.aspx



Furthermore, you could look these article to get more infomation about updater,

VS.NET Deployment Project Version Updater
http://www.codeproject.com/KB/install/VersionVDProj.aspx


Custom Application Auto Update
http://www.codeproject.com/KB/vb/CustomAppAutoUpdate.aspx



Best wishes
Xingwei Hu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Xingwei Hu  Monday, February 23, 2009 10:11 AM
HiTungsten,

Please look this articlewritten by
Preeti Barangawhich could give you agreat help.
ClickOnce - Quick steps to Deploy, Install and Update windows based client applications

http://www.codeproject.com/KB/install/QuickClickOnceArticle.aspx


This article presents quick and clear steps for the click once deployment techniques for the Infrastructure and Developer/Deployment Team. It covers the web server setup, directory structure, file share and permission tips on the deployment server and basic steps for the developers to deploy and general troubleshooting



When ready to deploy the application browse to the property of the StartUp Project, Choose Publish tab



The "Updates..." button under Project Properties -> Publish tab, is for choosing the update strategy.ClickOnce can provide automatic application updates. AClickOnce application periodically reads its deployment manifest file to see whether updates to the application are available. If available, the new version of the application is downloaded and run.

Choosing a ClickOnce Update Strategy:
http://msdn.microsoft.com/en-us/library/s22azw1e.aspx



Furthermore, you could look these article to get more infomation about updater,

VS.NET Deployment Project Version Updater
http://www.codeproject.com/KB/install/VersionVDProj.aspx


Custom Application Auto Update
http://www.codeproject.com/KB/vb/CustomAppAutoUpdate.aspx



Best wishes
Xingwei Hu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Xingwei Hu  Monday, February 23, 2009 10:11 AM

You can use google to search for other answers

Custom Search

More Threads

• Need help Inventory database program
• saving a data record to my database
• inserting ole object using vb2005 into ms access databse(table)
• Help on creating a strange programme that types things you dont type...
• Displaying HTML string using WebBrowser Control in VB 6.0
• Error while inserting data in to sql server from vb.net 2003
• Suggestions to improve events in VB and .NET
• Clear data grid of columns
• compare two richtextboxes
• Ini (Text) files - help needed again!