November 4, 200619 yr hi, this is probably a stupid question, but I didn't find the answer on the documentation or the FAQ.ok, I'm doing an unattended install with nLite, I put the WPI folder in the CD root directory and..than what? how do I call WPI and have it open after the installation is complete? do I have to use the runonce options in nLite? if so, can anyone give me a sample command line please?I'm sorry for asking this, it's probably a stupid thing, but in the documentation there is no word on how to launch WPI and I can't quite imagine how to to it... thanks
November 4, 200619 yr From Runonceex as in documentation belowcmdow @ /HID@ECHO OFFfor /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:set wpipath=%drive%\wpiSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY%\999 /V 1 /D "%wpipath%\WPI.hta" /fEXIT
November 4, 200619 yr Author hi, 10x for the reply. did I understand correctly that this code is to be placed in a .bat file in the root of the installation CD and called by the runonce in the last menu of nLite? or this has to be saved as a .reg file and than imported into the registry? how exactly?if so, what is the line that has to be putted in the runonce command?thanks again
November 5, 200619 yr Just like it says in the FIRST post of the release thread and in the manual just extract the $oem$ folder to the root of your cd. Edited November 5, 200619 yr by Kelsenellenelvian
November 5, 200619 yr Author I'm sorry for asking the same thing again, but I can't quite figure it out: once I have the correct .cmd file that will launch wpi.hta after completing the unattended nLited installation (thanks to mavericks choice), where do I put it before I burn the CD? in the root directory? or in the $OEM$ folder? if so, how do I call it from the runonce dialog in nLite? just by typing whatever.cmd? my WPI folder the all apps to be installed is in the root dir of the CD...I'm sorry for asking basically the same thing again, but I can tell you guys I spent the whole weekend reading and I couldn't figure it out, all guides here assume you know that stuff... thanks
November 5, 200619 yr On my setup, the cmdlines.txt and the RunWPI.cmd both sit inside the $oem$ folder. cmdlines is what calls the RunWPI. Edited November 5, 200619 yr by gospeed
November 6, 200619 yr On my setup, the cmdlines.txt and the RunWPI.cmd both sit inside the $oem$ folder. cmdlines is what calls the RunWPI.wpi can also be called from your winnt.sif file
November 12, 200619 yr On my setup, the cmdlines.txt and the RunWPI.cmd both sit inside the $oem$ folder. cmdlines is what calls the RunWPI.wpi can also be called from your winnt.sif fileAdd this line?[GuiRunOnce]"%SystemDrive%\WPI\WPI.hta"
Create an account or sign in to comment