|
-
Oct 29th, 2010, 08:49 AM
#1
Thread Starter
Hyperactive Member
updating/patching methods
Developing a touchscreen application for a vehicle... I'm trying to figure out the best way to put out updates for my application. A little background, I've only used ClickOnce one time before.
Using ClickOnce in this situation doesn't seem efficient, nor does copying/replacing the entire contents of the app multiple times a day. I've never done anything that involved byte placement/replacement (patching iirc). Is it sufficient enough to make a separate program that monitors usb ports, and when the 'newest' application folder is found, it will ask to update, close the program, patch, and reopen the program?
I've been reading as much as I can on patching, but a lot of links lead to autopatcher programs to buy and not a lot talk about learning the concepts. The only good link I have read shows an example with replacing 1 byte at some offset. How do you find which offsets you need?
Maybe there's an easier way to update?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|