harmmeijer
Programmer
I have written something that takes all the exe files from a
cetain directory and installs them.
These exe files are kb articles (critical updates) to be installed before connecting to any network.
I create a task (c:\winnt\tasks) that executes under local admin when the computer starts (that is before anybody logs in). This starts my program, my program copies the first kb file to a done directory and executes it with the following options:
/quiet /forcerestart.
For most kb's this works but some have other commandline options (the person who made this inconsistent should be shot). Because nobody is loged on the kb shows a dialog with the valid options, I never see that dialog because the kb has been started before anyone logs in (like a service).
Does anybody know a good way to automate installing all the (about 18) packages after sp4 without having to click anyting?
Greetings, Harm Meijer
cetain directory and installs them.
These exe files are kb articles (critical updates) to be installed before connecting to any network.
I create a task (c:\winnt\tasks) that executes under local admin when the computer starts (that is before anybody logs in). This starts my program, my program copies the first kb file to a done directory and executes it with the following options:
/quiet /forcerestart.
For most kb's this works but some have other commandline options (the person who made this inconsistent should be shot). Because nobody is loged on the kb shows a dialog with the valid options, I never see that dialog because the kb has been started before anyone logs in (like a service).
Does anybody know a good way to automate installing all the (about 18) packages after sp4 without having to click anyting?
Greetings, Harm Meijer