Behdadsoft Posted June 5, 2012 Posted June 5, 2012 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. Quote
myselfidem Posted June 6, 2012 Posted June 6, 2012 Inside "useroptions.js" you need to change the values and select:RestartComputer=false;RestartType=0;Cheers Quote
Behdadsoft Posted June 6, 2012 Author Posted June 6, 2012 Thank you.but don't work this way. I want run wpi this page : Quote
bphlpt Posted June 6, 2012 Posted June 6, 2012 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 Quote
Kelsenellenelvian Posted June 6, 2012 Posted June 6, 2012 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: Quote
myselfidem Posted June 15, 2012 Posted June 15, 2012 Many thanks Kels! Keep your excellent work. :giveheart:Regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.