Reboot made by wmiprvse.exe during first boot after sysprep
-
Hi @jmeyer,
I have a question, I am trying this script now, the problem I have is your AfterDeploy.cmd you have set a start /wait SDI_auto.bat but since that closes after it successfully called the .exe the script goes on without having a chance to finish SDI install of drivers…
Are you sure this is how you have it?
I am also getting a prompt for firewall access to let SDI through on launch of the .exe, have you had that happen?
I am also running those script from \fogserver\share…
I see you had a previous version that called the .exe directly which from my understanding would have actually /wait succesfully until completion, or did you alter the SDI_auto.bat somehow to have another /wait in there is at all possible?
I see that my service is FOGService and not FOG Service, had to change that…
Thanks! Love your script!
-
@FlowLive
I think you are right about the start /wait of the cmd.
But I have this on the .bat of SDI :start /wait "Snappy Driver Installer" /d"%~dp0" "%~dp0%SDIEXE%" %1 %2 %3 %4 %5 %6 %7 %8 %9
The web access of SDI is to check driver packages update.
Fog service name depend of the version you use on the OS of the image you are going to make. -
Thanks jmeyer this works great!