<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - help getting driverpack integrated into my cd with apps]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3683</link>
		<description><![CDATA[The most recent posts in help getting driverpack integrated into my cd with apps.]]></description>
		<lastBuildDate>Thu, 09 Apr 2009 18:08:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: help getting driverpack integrated into my cd with apps]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30703#p30703</link>
			<description><![CDATA[<p>everything looks right... IDK why it fails just from looking at it it would seem to be in order</p><p>it does not matter where you call the finisher... as long as you do <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 09 Apr 2009 18:08:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30703#p30703</guid>
		</item>
		<item>
			<title><![CDATA[Re: help getting driverpack integrated into my cd with apps]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30694#p30694</link>
			<description><![CDATA[<p>here&#039;s the winnt.sif...&nbsp; i guess that&#039;s where i get stuck is.&nbsp; so you&#039;re saying that below in the winnt, that should call RunOnceEx.cmd and in that file is everything?&nbsp; how would i call the driverpack finisher then from there?<br />(this is the most involved unattended i&#039;ve ever made, so i think i&#039;m confusing myself)<br />thanks for the help!</p><br /><div class="codebox"><pre><code>; Generated by nLite 1.4.9.1

[Data]
Autopartition=0
UnattendedInstall=&quot;Yes&quot;
	MsDosInitiated=No

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

[SystemRestore]

[GuiUnattended]
OemSkipWelcome=1

[Shell]
CustomDefaultThemeFile=&quot;%WinDir%\Resources\Themes\Zune.Theme&quot;

[Components]

[UserData]
ProductKey=&quot;xxxxx-xxxxx-xxxxx-xxxxx-xxxxx&quot;
OrgName=&quot;xxxxxxxxxxxxxxxxxxx&quot;

[RegionalSettings]
LanguageGroup=1
Language= &quot;0409&quot;

[Networking]
InstallDefaultComponents=&quot;Yes&quot;

[Identification]
JoinWorkgroup=&quot;xxxxxxxxxxxxxxx&quot;

[GuiRunOnce]
&quot;%systemdrive%\install\start.cmd&quot;

;
; Edited by DriverPacks BASE 8.12.4
; http://www.driverpacks.net/
;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (wookietv)]]></author>
			<pubDate>Thu, 09 Apr 2009 16:20:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30694#p30694</guid>
		</item>
		<item>
			<title><![CDATA[Re: help getting driverpack integrated into my cd with apps]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30688#p30688</link>
			<description><![CDATA[<p>lets see the winnt.sif </p><p>I would have done this differently... <br />i would have added one runonce entry that called your script.</p><p>and then run all the apps from the script directly... that would be much easier to trouble shoot too. <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 09 Apr 2009 04:36:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30688#p30688</guid>
		</item>
		<item>
			<title><![CDATA[help getting driverpack integrated into my cd with apps]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=30674#p30674</link>
			<description><![CDATA[<p>hi,</p><p>i&#039;m sorry if i am repeating a common question, i looked around but couldn&#039;t find this<br />so here&#039;s the order of how i do it right now and then i&#039;ll get to the question:<br />*Extract windows xp to folder (already has sp3 slipstreamed)<br />*Use Ryan Integrator to add a few addon apps (apps, updates since sp3, etc.)<br />*integrate wmp11 using the wmp11 slipstreamer<br />*use nlite to add tweaks, serial, etc...<br />*driverpack integration, method 2, runonceex method<br />*create $ and $$ folders and add apps in under the $OEM$ folder<br />*nlite to create ISO</p><br /><p>so now that i have that summarized, here&#039;s the problem:<br />so driverpack creates the cmdlines.txt and the ROE.exe files under the $OEM$ folders, which everyone here knows.<br />now my applications are also installed using runonceex method.&nbsp; i&#039;m just having a difficult time figuring out how to setup this up with these files.<br />what i tried is this (and obviously didn&#039;t work or i wouldn&#039;t be here <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /> ):&nbsp; <br />cmdlines calls a file called start.cmd.&nbsp; start.cmd has this in it<br /></p><div class="codebox"><pre><code>@ECHO OFF

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

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

EXIT</code></pre></div><p>under the $1 folder is ROE.exe and runonceex.cmd.&nbsp; so i would expect from the start.cmd file that it would run the ROE file first and do the driverpack portion.&nbsp; then it would wait to finish and start the runonceex.cmd</p><div class="codebox"><pre><code>cmdow @ /HID
@Echo Off

SET PP=%SystemDrive%\Install\

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

REG ADD %KEY% /V TITLE /D &quot;Installing Applications&quot; /f

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

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

EXIT</code></pre></div><p>(i shortened the runonceex.cmd to save space since this post is already so long, it&#039;s just more apps......)</p><p>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&#039;t start the app installation or the driverpack portion.&nbsp; as if it&#039;s just skipping the start.cmd</p><p>any help please, or just let me know if you need more info.</p><p>thanks a lot</p>]]></description>
			<author><![CDATA[null@example.com (wookietv)]]></author>
			<pubDate>Wed, 08 Apr 2009 19:30:09 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=30674#p30674</guid>
		</item>
	</channel>
</rss>
