Jump to content

Recommended Posts

Posted (edited)

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 by ssjoco

Posted

Autoit script. Close some windows if exists

$i=1

While $i <> 0

$i=WinExists ( "Windows Post-Install Wizard" )

sleep(3000)

If WinExists ("xxx") Then WinClose ("xxx")

WEnd

Posted

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.

Posted

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. :P

Open wpi.hta with notepad. You will see where we have made a section that adds some regentries. You can add it there.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...