Jump to content

kingamir79

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Iran, Islamic Republic Of

Posts posted by kingamir79

  1. #1 What version of WPI?

    #2 What version of IE

    #3 What is your launching method?

    hi

    thanx for reply. my win xp is sp3.

    #1 ver 8.2

    #2 IE 8

    #3 my root of dvd include 4 OSes folder named :XPS1, XPS2, XPS3,XP64 and WPI. each OS folder contain $OEM$ folder that downloded from WPI official site. but after windows xp installation finished WPI don't appears. then i create a folder in I386 named CMD and add tow files that same $OEM$ folder and edit SVCPACK.INF file to add name of runwpi.cmd that in CMD folder.

    i dont problem to this step, WPI page appear after win xp installation finished, but when install applications started an error appear that want to stop process. error says script on IE run slowly, do you want to stop it? yes/no with 'yes' condition system not be usable until press Alt+F4 and with 'no' terminated.

    i'm sorry , i don't know english very goog.

    SVCPACK.INF file:

    [setupData]CatalogSubDir="\i386"

    [setupHotfixesToRun]

    CMD\RunWPI.cmd

    ---------------------------------------

    RunWPI.cmd file:

    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

    --------------------------------------

    This is my folder layout:

    >WPI

    >XPS1

    >XPS2

    >XPS3

    ------- >I386

    ------------- > CMD

    -------------------- cmdline.txt

    -------------------- RunWPI.cmd

    ------- >$OEM$

    ------------ cmdline.txt

    ------------ RunWPI.cmd

    >XP64

  2. so youre saying that is my layout is O.K, and I should use the one with the RunWPI.exe file?

    another prob is that I'm using DriversPack so they run at the same time and this will be a problem... is there a fix for that?

    thanks a-lot for your help!

    I allways runing wpi with code below:

    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:

    set wpipath=%CDROM%\wpi

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY%\999 /V 1 /D "%wpipath%\WPI.hta" /f

    make with this text file anyname.cmd and put it in i386/svcpack . don't forget to add anyname.cmd to svcpack.in_ :hello:

    hi

    can you explain how to add "anyname.cmd" in svcpack.inf?

  3. hi guys

    i have a problem:

    i add WPI in Multiboot dvd root and add $OEM$ folder in each windows setup folders but when windows installation finished an error appear with message : " cannot find \wpi.exe ..." and terminated!!!!!

    please help me soon as posible

×
×
  • Create New...