November 21, 200421 yr Is there a way to make a batch file install to look like this: WITHOUT any third-party program or application????Very important to say that I need the setup to run when I start it, and not in the next rebooting, as RunOnceEx functions!!!The installation is, of course, unattended...10x, Ran.
November 21, 200421 yr Use RunOnceEx, but add this to the end of the batch file:rundll32.exe iernonce.dll,RunOnceExProcessIt will then trigger RunOnceEx immediately
November 22, 200421 yr Author @anzaThanks a lot! It works great!!! @TsunamiThe thing is that the istallation is not part of unattended installation of Windows XP, but an installation (that is, as I said, unattended) taking place after the OS had been installed... but 10x anyway!
Create an account or sign in to comment