View Full Version : How About Some Examples *Here* Too..?
AXXESS
09-15-2005, 01:10 PM
As there are for the other forum topics?
Specifically, info on having the TU2 executable run automatically after "x" number of reboots.... :) I'm sure this is something that we would all use...
bnkrazy
09-15-2005, 03:19 PM
I use a config file (ini) in the app folder that gets updated with (among other things) a LastUpdateDate variable that I also check when the application loads. If the date is greater than 2 weeks old, the app itself calls the update.exe to start the update process.
That way, they are only bothered with an update if they are actively using the app...no unwanted 'update this' if they aren't using it...
I agree though, an examples section would be nice!
AXXESS
09-16-2005, 08:26 AM
After thinking about this for a bit, I realized how easy this is to do with getting and setting registry values. :)
bnkrazy
09-16-2005, 12:29 PM
Yes, that would work easily as well. I went with ini files because it was easier to modify during testing. :D
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.