<SparTacuS> Posted March 13, 2005 Posted March 13, 2005 I have recently replaced my RunOnceEx installs with an Xplode instance launched by RunOnceEx. (As per suggestion in documentation and method 4) HEREMy problem is that I cannot get my explode script to hide the RunOnceEx dialog.Where in my script do I place the<hidewindow>"Finalising"</hidewindow>and do I enter the Window title or text contained in the window?
Wraith Posted March 13, 2005 Posted March 13, 2005 That documentation was pre-XPlode4.i.e. it isn't implemented.There's <hidewindow>, <showwindow> in the XPlodeMisc.x4e plugin, but they havne't been implemented.
<SparTacuS> Posted March 13, 2005 Author Posted March 13, 2005 Thanks Wraith. Explains why I could't make it work.
<SparTacuS> Posted March 13, 2005 Author Posted March 13, 2005 This is a (somewhat clumsy) workaround for anyone wanting to do this in the latest releases:Attached is a compiled AutoIt script that hides a window titled "Finalising" so if you title your RunOnceEx as such, it will be hidden. That is;SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Finalising" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\XPlode\XPlode.exe /xml:"#XPLODE#\XPlode2.xml" /fIf you then start this exe as the first on your list in XPlode . . . .hide.exe
Wraith Posted March 13, 2005 Posted March 13, 2005 I'll probably be adding <pre-execute> and <post-execute> containers in the next release - ones that get run before and after spawning the display plugin.So <hidewindow> can be put beforehand, and <showwindow> after. Obviously it will be able to be used for cleanup too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now