473,385 Members | 1,569 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Update ExeFile

JR
Hi,

How can I almost complete automatic update the exe files when there is a new
version on the net. offcorse when the user accepts.
I work with 2005. I know I need to work with deploy but I don't find many
information and the help is not very clear for me.

Jan

Jul 6 '08 #1
2 1151
On 6 Lug, 08:36, "JR" <xx....@xx.xxwrote:
Hi,

How can I almost complete automatic update the exe files when there is a new
version on the net. offcorse when the user accepts.
I work with 2005. I know I need to work with deploy but I don't find many
information and the help is not very clear for me.

Jan
Hi, I've solved this problem by this way:
when the user open my program, it sends version to my website by
webservice.
If a new version is availble a new thread starts to download new zip
file in my program directory.
When the user will open again my program at second time, program will
find a file update.zip exits in the same directory so it starts
update.exe and closes itself.
Update.exe is an existing program that replaces my program with newer
version and after, executes the updated program closing itself.

I hope this explanation is useful for you ;)

Jul 7 '08 #2
JR


"Alcibiade" <pa******@libero.itschreef in bericht
news:1b**********************************@z72g2000 hsb.googlegroups.com...
On 6 Lug, 08:36, "JR" <xx....@xx.xxwrote:
>Hi,

How can I almost complete automatic update the exe files when there is a
new
version on the net. offcorse when the user accepts.
I work with 2005. I know I need to work with deploy but I don't find many
information and the help is not very clear for me.

Jan

Hi, I've solved this problem by this way:
when the user open my program, it sends version to my website by
webservice.
If a new version is availble a new thread starts to download new zip
file in my program directory.
When the user will open again my program at second time, program will
find a file update.zip exits in the same directory so it starts
update.exe and closes itself.
Update.exe is an existing program that replaces my program with newer
version and after, executes the updated program closing itself.

I hope this explanation is useful for you ;)
Thats the way I did this in VB6(i used a vbs file) but now on vb2005 there
must be a faster way; however if not i will return to that way

Thanks jan

Jul 8 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Dave | last post by:
I have 2 tables, one with names, and another with addresses, joined by their CIVICID number (unique to the ADDRESSINFO table) in Oracle. I need to update a field in the NAMEINFO table for a...
8
by: Lauren Quantrell | last post by:
In VBA, I constructed the following to update all records in tblmyTable with each records in tblmyTableTEMP having the same UniqueID: UPDATE tblMyTable RIGHT JOIN tblMyTableTEMP ON...
17
by: kalamos | last post by:
This statement fails update ded_temp a set a.balance = (select sum(b.ln_amt) from ded_temp b where a.cust_no = b.cust_no and a.ded_type_cd = b.ded_type_cd and a.chk_no = b.chk_no group by...
27
by: VK | last post by:
<http://www.jibbering.com/faq/#FAQ3_2> The parts where update, replacement or add-on is needed are in <update> tag. 3.2 What online resources are available? Javascript FAQ sites, please...
16
by: Philip Boonzaaier | last post by:
I want to be able to generate SQL statements that will go through a list of data, effectively row by row, enquire on the database if this exists in the selected table- If it exists, then the colums...
3
by: Shapper | last post by:
Hello, I have created 3 functions to insert, update and delete an Access database record. The Insert and the Delete code are working fine. The update is not. I checked and my database has all...
9
by: jaYPee | last post by:
I have search a lot of thread in google newsgroup and read a lot of articles but still i don't know how to update the dataset that has 3 tables. my 3 tables looks like the 3 tables from...
8
by: Zorpiedoman | last post by:
I keep getting a concurrency exception the second time I make a change and attempt to update a dataadapter. It appears this is by design, so there must be something I can do to avoid it. ...
5
by: Stephen Plotnick | last post by:
I'm very new to VB.NET 2003 Here is what I have accomplished: MainSelectForm - Selects an item In a public class I pass a DataViewRow to ItemInformation1 Form ItemInformation2 Form
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.