Jump to content

Recommended Posts

Posted

hi, i still can't find the exact answer to my question. I have a wpi.cmd file placed in the $OEM$ dir of my future nLited unattended installation of winXP sp2. I want to call on first gui boot WPI.hta. I have configured everything and I have the WPI in the root dir of the CD. my question is:

what do exactly I have to write in the cmdlines.txt file?

"wpi.cmd"

or something else?

this is the contant of the wpi.cmd:

cmdow @ /HID
@ECHO OFF

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%\999 /V 1 /D "%wpipath%\WPI.hta" /f

EXIT

%WPIPATH%\Install\

please, can anyone answer exactly to the question and not to give me alternative workarounds? :}


Posted (edited)

Why in the heck cant you just look at the example %oem% file provided (Like was suggested before)????

YES JUST ENTER WPI.CMD in cmdlines.txt and have it and wpi.cmd in your %OEM% folder.

Edited by Kelsenellenelvian
Posted
Why in the heck cant you just look at the example %oem% file provided (Like was suggested before)????

YES JUST ENTER WPI.CMD in cmdlines.txt and have it and wpi.cmd in your %OEM% folder.

I'm sorry, I did not find those examples that you're telling me. I know how annoying it could be to ask stupid questions, but I really don't know where that example is and I'm sure it is not in the help file of the program.

by the way, if you're not too annoyed, can you tell me if I have to include quote marks? i.e., what do I write:

wpi.cmd

or

"wpi.cmd"

thanks :blushing:

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...