Topic: help getting driverpack integrated into my cd with apps

hi,

i'm sorry if i am repeating a common question, i looked around but couldn't find this
so here's the order of how i do it right now and then i'll get to the question:
*Extract windows xp to folder (already has sp3 slipstreamed)
*Use Ryan Integrator to add a few addon apps (apps, updates since sp3, etc.)
*integrate wmp11 using the wmp11 slipstreamer
*use nlite to add tweaks, serial, etc...
*driverpack integration, method 2, runonceex method
*create $ and $$ folders and add apps in under the $OEM$ folder
*nlite to create ISO


so now that i have that summarized, here's the problem:
so driverpack creates the cmdlines.txt and the ROE.exe files under the $OEM$ folders, which everyone here knows.
now my applications are also installed using runonceex method.  i'm just having a difficult time figuring out how to setup this up with these files.
what i tried is this (and obviously didn't work or i wouldn't be here smile ): 
cmdlines calls a file called start.cmd.  start.cmd has this in it

@ECHO OFF

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

REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\ROE.exe 937" /f
REG ADD %KEY%\002 /V 1 /D "%SystemDrive%\RunOnceEx.cmd" /f

EXIT

under the $1 folder is ROE.exe and runonceex.cmd.  so i would expect from the start.cmd file that it would run the ROE file first and do the driverpack portion.  then it would wait to finish and start the runonceex.cmd

cmdow @ /HID
@Echo Off

SET PP=%SystemDrive%\Install\

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "7-Zip" /f
REG ADD %KEY%\001 /V 1 /D "%PP%System\7Zip.exe /S" /f

REG ADD %KEY%\005 /VE /D "McAfee VirusScan Enterprise" /f
REG ADD %KEY%\005 /V 1 /D "%PP%System\McAfee\Setupvse.exe" /f

EXIT

(i shortened the runonceex.cmd to save space since this post is already so long, it's just more apps......)

so now, when i try installing a clean install, it does everything it should as far as installing xp, copies all of the apps to the c drive as expected, but it just doesn't start the app installation or the driverpack portion.  as if it's just skipping the start.cmd

any help please, or just let me know if you need more info.

thanks a lot

Re: help getting driverpack integrated into my cd with apps

lets see the winnt.sif

I would have done this differently...
i would have added one runonce entry that called your script.

and then run all the apps from the script directly... that would be much easier to trouble shoot too. wink

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: help getting driverpack integrated into my cd with apps

here's the winnt.sif...  i guess that's where i get stuck is.  so you're saying that below in the winnt, that should call RunOnceEx.cmd and in that file is everything?  how would i call the driverpack finisher then from there?
(this is the most involved unattended i've ever made, so i think i'm confusing myself)
thanks for the help!


; Generated by nLite 1.4.9.1

[Data]
Autopartition=0
UnattendedInstall="Yes"
	MsDosInitiated=No

[Unattended]
UnattendMode=DefaultHide
UnattendSwitch="Yes"
OemPreinstall="Yes"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
	DriverSigningPolicy=Ignore
	NonDriverSigningPolicy=Ignore

[SystemRestore]

[GuiUnattended]
OemSkipWelcome=1

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Zune.Theme"

[Components]

[UserData]
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
OrgName="xxxxxxxxxxxxxxxxxxx"

[RegionalSettings]
LanguageGroup=1
Language= "0409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="xxxxxxxxxxxxxxx"

[GuiRunOnce]
"%systemdrive%\install\start.cmd"

;
; Edited by DriverPacks BASE 8.12.4
; http://www.driverpacks.net/
;

Last edited by wookietv (2009-04-10 03:54:27)

Re: help getting driverpack integrated into my cd with apps

everything looks right... IDK why it fails just from looking at it it would seem to be in order

it does not matter where you call the finisher... as long as you do wink

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.