Jump to content

Recommended Posts

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.

Posted

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

Posted

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...