Help - Search - Members - Calendar
Full Version: AutoIT PartitionMagic 8 script
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Cybertronic
If I run my AutoIT script/executable during the RunOnceEx stage, I use WinWaitActive and WinClose to close the windows, but the window does not appear until the RunOnceEx sequence has finished which means the script pauses as the window doesn't pop up yet which also prevents RunOnceEx to continue onto the next installation sad.gif

CODE
WinWaitActive("C:\Documents and Settings\All Users\Start Menu\Programs\PowerQuest PartitionMagic 8.0",'')
WinClose("C:\Documents and Settings\All Users\Start Menu\Programs\PowerQuest PartitionMagic 8.0",'')


Can anyone please help me on this? blushing.gif thumbup.gif
Cybertronic
blushing.gif

I've just tried installing using WinRar's SFX feature, it works great thumbup.gif

Is there no delete button for posts on these forums? wacko.gif
Nologic
Well you could have also placed the script dead last to be executed, then instead of start wait....you just start it...which would mean that runonce would exit as soon as the script is executed and the script would catch the window correctly like it should.

Any ways good that you found a work around all the same. smile.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.