Jump to content

How can i boot with dvd Wpi


Recommended Posts


welcome to MSFN !

how can i boot from dvd ...
?? can you be a little more specific ?

WPI does not performe a booting operation . can be included

into a CD or DVD who contain an OS who can boot.

what is the command line for cd is cdrom and for dvd is ? :(
if you mean %cdrom% is the same for DVD .
Link to comment
Share on other sites

if you mean %cdrom% is the same for DVD .

I have problem with dat.

my iso is to big it's 2.5gb but i have problem with wp1 it's no running very well

pn=1;

prog[pn]=['MediaPlayer10 with Hotfix']

uid[pn]=['MPlayer10']

ordr[pn]=[1]

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\MP10SETUP.EXE /q']

cmd2[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB831240.exe']

cmd3[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB888656.EXE /q']

cmd4[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB891122.exe /q /norestart']

cmd5[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB898458.EXE /q /norestart']

dflt[pn]=['yes']

cat[pn]=['Multimedia']

pn++

prog[pn]=['Microsoft Office 2003 Professional']

uid[pn]=['MICROSOFTOFFICE2003PROFES']

ordr[pn]=[2]

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\office2003.exe']

dflt[pn]=['yes']

cat[pn]=['Office']

pn++

prog[pn]=['All in one Foxit Pdf']

uid[pn]=['foxit']

ordr[pn]=[3]

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\FoxitPDF.exe']

dflt[pn]=['yes']

cat[pn]=['Office']

pn++

prog[pn]=['K Light Codecs 1.43']

uid[pn]=['Klight']

ordr[pn]=[4]

cmd1[pn]=['%cdrom%\\I386\\SVCPACK\\KLMCODEC.EXE']

dflt[pn]=['yes']

cat[pn]=['Multimedia']

pn++

prog[pn]=['Msn Messenger 7.5']

uid[pn]=['Msn7']

ordr[pn]=[5]

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\MSN7.MSI /q']

dflt[pn]=['yes']

cat[pn]=['Messengers']

pn++

I need to change my cd drive for dvd drive but i don't no how can i make tha changue :(

Link to comment
Share on other sites

my iso is to big it's 2.5gb but i have problem with wp1 it's no running very well
mine is 3.5GB , so my DVD works with %cdrom% , believe it or no.
prog[pn]=['MediaPlayer10 with Hotfix']

uid[pn]=['MPlayer10']

ordr[pn]=[1]

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\MP10SETUP.EXE /q']

cmd2[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB831240.exe']

cmd3[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB888656.EXE /q']

cmd4[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB891122.exe /q /norestart']

cmd5[pn]=['%cdrom%\\$OEM$\\$1\\INSTALL\\KB898458.EXE /q /norestart']

dflt[pn]=['yes']

cat[pn]=['Multimedia']

pn++.............................

i dont know what is wrong above but

anyway , during install , your $OEM$\$1\INSTALL folder is copied

in the root of your system drive .

so you can address your files like

cmd1[pn]=['%systemdrive%\\INSTALL\\MP10SETUP.EXE /q']
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...