Jump to content

[GUIRunOnce] and XPlode?


Recommended Posts

I've created a perfectly working clean up file with an XPlode GUI.

Can I call this cleanup file like a regular XPlode installer like this, but then under GUIRunOnce (in winnt.sif):

[GUIRunOnce]
UserExecute="%systemroot%\system32\Temp\XPlode\XPlode.exe"

or does it HAVE to be a .cmd file?

If so how can I call the XPlode file (XPlode.xml) via .cmd file?

Like this?:

cmdow @ /HID

START %systemroot%\system32\Temp\XPlode\XPlode.exe

EXIT

Link to comment
Share on other sites


As far as I know it doesn't exist.

try typing SET in your command prompt.. it shows all your environment variables, both custom and system.

You can however define one for yourself:

SET system=%systemroot%\system32

but then again, maybe %system% is a reserved name...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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