Jump to content

Featured Replies

Posted

Hi. I want run wpi on windows XP installation. I use Run.cmd in Cmdlines.txt, but when run wpi Windows installation will not stop and When programs are installed on the Windows installation ends and the system will restart.

I've download the Run.cmd file:


mode con: cols=20 lines=4
for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY%\WPI /V 1 /D "%wpipath%\WPI.exe" /f
Exit

Please Guide ME.

THANKS A LOT.

I don't know if WPI is meant to be run at the point you indicate. Doesn't WPI stand for "Windows Post Install", meaning after install is finished or after first desktop?

Cheers and Regards

I have a very simple answer for you and will only answer ONCE.

Make a $OEM$ folder at the root of your cd. (The same window\area as i386)

Inside that folder make a .txt document and name it cmdlines.txt

Add the following to it:

wpi.cmd

Add in that folder a .cmd file with the following code:

mode con: cols=20 lines=4
for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi
START "%wpipath%\WPI.exe"
Exit

NOW Name it wpi.cmd

MAKE sure you have your WPI folder at the same root:

layout.jpg

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...