Page 1 of 1

automating update scheduling?

Posted: Mon Jul 23, 2007 5:32 pm
by barees63
Just wondering what the best approach is to automatically scheduling update checking and avoiding the update configuration wizard that runs after installing the product?

What I want to do is to add a scheduled task to the installer to set default update checking to every day at 9:00am and then prevent the update schdule wizard from running at the next login..

Would I just set the variable UPDATE_CONFIGURED to TRUE before including the updates script and then setup a scheduled task to run the installer with the /update commandline?

Can anyone help me with this?