Jump to content

i want to make multiplc cd install


Recommended Posts


Your request was not very clear, but i assume you want to make a 2 cd installation and want to know how to create it.

From the image i see you use WPI to install the software. To make this a 2 cd install you can copy WPI to another cd (assuming it fits) then instead of having

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

in your runonce.bat like you would on a normal install, you could add the lines

Echo Please insert CD2 and press a key to continue installation.....
pause
call wpi.bat

to the runonce.bat.

You then add a cmd file to the root directory of cd2 called wpi.cmd.

wpi.cmd code

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:\wppi.cmd set CDROM=%%i:
SET wpipath=%CDROM%\wpi
REG ADD %KEY%01 /V 1 /D "%wpipath%\WPI.hta" /f

images

CD1

CD2

Link to comment
Share on other sites

thanks for ur reply man but first i have

$oem$

oem for the drivers

also WPI is opend in the first log of the windows from the winnt.sif

GUi ruuonce

and i want to make them in two cds like windows media center

Edited by emadhamdy2002
Link to comment
Share on other sites

here wht i am puting in the cd about WPI

like in the image it's in the root of the cd

and WPI.CMD

in $oem$ -- INSTALL---WPI.cmd

and here to run in GUI RUNONCE in winnt.sif

[GUIRunOnce]

%WinDir%\INSTALL\WPI.CMD

so plz tell me with hoe to edit it with ur post above to make the multi cd

Edited by emadhamdy2002
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...