June 28, 200818 yr I would like to start a script before WPI. The script close any annoying popup during the installion. However I don't know how can I start the script. The WPI start the script, but after a reboot the script do not start. I tried the RunOnce entry.Anyone know how can I start this program before WPI ? Edited June 28, 200818 yr by ssjoco
June 28, 200818 yr Author Autoit script. Close some windows if exists$i=1While $i <> 0 $i=WinExists ( "Windows Post-Install Wizard" ) sleep(3000) If WinExists ("xxx") Then WinClose ("xxx")WEnd
June 28, 200818 yr Well it goes to follow that if it IS started by WPI and works make it the NEXT step AFTER the reboot to restart it. Edited June 28, 200818 yr by Kelsenellenelvian
June 28, 200818 yr Author I tried this scenario, but I would like to add a registry item which start the script every reboot, like WPI. I just don't know where should I add the script patch.
June 30, 200818 yr Well see thats the thing if you add it to the reg and it's put in there then you have to remove it at sometime. Open wpi.hta with notepad. You will see where we have made a section that adds some regentries. You can add it there.
Create an account or sign in to comment