roodbwoy Posted November 29, 2006 Posted November 29, 2006 (edited) Goodmorning! #1 Last night I wrote a bunch of scripts which install various applications automated. The programs that don't need any reboot work fine except the ones that need a reboot like ASNA AS/400 Client Express. This program needs to reboot after the first initial instal, then installs a update, needs to reboot again and then install another update. I fixed this problem by dividing the installation in 3 scripts. when script 1 ends (after the first installation) it places a shortcut in the startup folder to installation 2 for the first update en then the same for the second setup. I am not completly happy with this solution, is there a way to do this in an other (better, efficienter) way? #2 Is there a way to automate the windows update? The sequence of the update changes alot thanks in advance... your lazy sysadmin :-) Edited November 29, 2006 by roodbwoy SELECT * FROM users WHERE clue > 1; no rows returned
jpm Posted November 29, 2006 Posted November 29, 2006 Try to use the registry key runonce. (RegWrite( ...)
roodbwoy Posted November 29, 2006 Author Posted November 29, 2006 Try to use the registry key runonce. (RegWrite( ...) gracias senor SELECT * FROM users WHERE clue > 1; no rows returned
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now