Posted June 5, 201212 yr 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=4for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:set wpipath=%drive%\wpiSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY%\WPI /V 1 /D "%wpipath%\WPI.exe" /fExitPlease Guide ME.THANKS A LOT.
June 6, 201212 yr Inside "useroptions.js" you need to change the values and select:RestartComputer=false;RestartType=0;Cheers
June 6, 201212 yr 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
June 6, 201212 yr 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.txtAdd the following to it:wpi.cmdAdd in that folder a .cmd file with the following code:mode con: cols=20 lines=4for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:set wpipath=%drive%\wpiSTART "%wpipath%\WPI.exe"ExitNOW Name it wpi.cmdMAKE sure you have your WPI folder at the same root:
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.