Jump to content

how to with XP SP2


jonas_sth

Recommended Posts

Hi all,

How should i setup so XPlode.exe to run together with XP installation?

$OEM$\$1\Install\XPlode

This is my location of the folder and files but how should i execute.

Use any command from winnt.sif or use cmdlines.txt :wacko:

I have tray and can see that something is flashing but nothing happen...

Thanks for all help :)

Link to comment
Share on other sites


no you dont need to as long as the XPlode.xml is in the same directory as the XPlode.exe.

I have tray and can see that something is flashing but nothing happen...

are you sure that your xml works? Try clicking on it with the right mouse button and then 'open with - Internet Explorer' If everything is ok you will get your listing up if not then an error message is seen

I also have XPlode in an install directory in the root of my CDROM, this way it is not copied over to the harddrive.

mine is called up throught the cmdlines.txt

[COMMANDS]
"RunOnceEx.cmd"

and is in the RunOnceEx.cmd

cmdow @ /HID
@echo off

FOR %%d IN (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%d\CD.TXT SET CDROM=%%d

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\install\XPLode\XPLode.exe log:"#systemdrive#\XPlode.log" /f
EXIT

directory structure is as follows

%CDROM%
|    |
|    ---cd.txt
|
---$OEM$
|    |
|    ---cmdlines.txt
|    |
|    ---RunOnceEx.cmd
|
---Install
       |
       ---XPLode
       |      |
       |      ---XPlode.exe
       |      |
       |      ---XPlode.xml
       |
       ---Acrobat
       |
       ---WinAmp

which means it is started after first logon

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