Jump to content


Photo

help run


  • Please log in to reply
5 replies to this topic

#1 Behdadsoft

Behdadsoft

    Member

  • Members
  • PipPip
  • 10 posts
  • OS:non-selected

Posted 05 June 2012 - 07:44 PM

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.

#2 myselfidem

myselfidem

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 588 posts
  • Location:Suisse
  • OS:Windows 7

Posted 06 June 2012 - 07:12 AM

Inside "useroptions.js" you need to change the values and select:

RestartComputer=false;
RestartType=0;

Cheers

#3 Behdadsoft

Behdadsoft

    Member

  • Members
  • PipPip
  • 10 posts
  • OS:non-selected

Posted 06 June 2012 - 08:59 AM

Thank you.

but don't work this way. I want run wpi this page :

Posted Image

#4 bphlpt

bphlpt

    Wincert Addict

  • Global Mods
  • 762 posts
  • OS:Windows 7 x64

Posted 06 June 2012 - 09:51 AM

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

#5 Kelsenellenelvian

Kelsenellenelvian

    Master of my domain!

  • Global Mods
  • 2,801 posts
  • Location:U.S.A.
  • OS:Windows 7 x64

Posted 06 June 2012 - 02:24 PM

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:


Posted Image


#6 myselfidem

myselfidem

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 588 posts
  • Location:Suisse
  • OS:Windows 7

Posted 15 June 2012 - 06:39 PM

Many thanks Kels! Keep your excellent work. :giveheart:
Regards




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users