<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Driverpack finisher help]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=3943&amp;type=atom"/>
	<updated>2009-08-18T10:30:49Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=3943</id>
		<entry>
			<title type="html"><![CDATA[Re: Driverpack finisher help]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=33327#p33327"/>
			<content type="html"><![CDATA[<p>YAQW!</p><p>Have a great day!</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-08-18T10:30:49Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=33327#p33327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Driverpack finisher help]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=33324#p33324"/>
			<content type="html"><![CDATA[<p>it worked thank you</p>]]></content>
			<author>
				<name><![CDATA[donald7777]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=7389</uri>
			</author>
			<updated>2009-08-18T07:20:28Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=33324#p33324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Driverpack finisher help]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=33319#p33319"/>
			<content type="html"><![CDATA[<p>ok i thought code tags didn&#039;t work here my mistake.</p><p>the cleanup file removes certain shortcuts and deletes any temp files.</p><p>also will try your suggestion right now thank you.</p>]]></content>
			<author>
				<name><![CDATA[donald7777]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=7389</uri>
			</author>
			<updated>2009-08-18T04:21:11Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=33319#p33319</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Driverpack finisher help]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=33316#p33316"/>
			<content type="html"><![CDATA[<p>IDK why you are having an issue... seems like it should do what you want...</p><p>Perhaps you needed to specify &quot;ROE.exe 001&quot; not &quot;ROE.exe 1&quot; <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><br /><p>However since you are customizing all this anyway you are just trying to do it the hard way.... Don&#039;t do it the hard way silly...</p><p>Just select &#039;custom&#039; when you run DriverPacks BASE in the future <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> Then use this or similar Runonce.cmd</p><div class="codebox"><pre><code> cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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

REG ADD %KEY%\001 /V 1 /D &quot;%SystemDrive%\DPsFnshr.exe&quot;

REG ADD %KEY%\002 /VE /D &quot;Adobe Flash Player&quot; /f
REG ADD %KEY%\002 /V 1 /D &quot;%CDROM%\Software\Adobe\Flash\install_flash_player_10_active_x.msi /qn&quot; /f

REG ADD %KEY%\003 /VE /D &quot;Adobe Shockwave&quot; /f
REG ADD %KEY%\003 /V 1 /D &quot;%CDROM%\Software\Adobe\Shockwave\sw_lic_full_installer.msi /qn&quot; /f

REG ADD %KEY%\004 /VE /D &quot;System Settings&quot; /f
REG ADD %KEY%\004 /V 1 /D &quot;%CDROM%\Software\System\Oemlogo.cmd&quot; /f

Exit</code></pre></div><p>and skip the ROE.exe 001 in your cmdlines.txt</p><p>that will be cleaner, and easier to read / maintain <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Welcome to DriverPacks</p><p>PS I added &quot;code tags&quot; to your post please take a moment to &#039;edit&#039; it to see how that is done <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>PSS what does cleanup do?</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-08-18T03:26:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=33316#p33316</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Driverpack finisher help]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=33313#p33313"/>
			<content type="html"><![CDATA[<p>Hello, I am making a unatended xpcd and everything is working. I just want to clean it all up.<br />driverpacks works however after i run a cleanup command from my runonceex driverpacks is at the very bottom of the list when i want it to be first.</p><p>here is my runonceex file<br /></p><div class="codebox"><pre><code> cmdow @ /HID
@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

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

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


REG ADD %KEY%\002 /VE /D &quot;Adobe Flash Player&quot; /f
REG ADD %KEY%\002 /V 1 /D &quot;%CDROM%\Software\Adobe\Flash\install_flash_player_10_active_x.msi /qn&quot; /f

REG ADD %KEY%\003 /VE /D &quot;Adobe Shockwave&quot; /f
REG ADD %KEY%\003 /V 1 /D &quot;%CDROM%\Software\Adobe\Shockwave\sw_lic_full_installer.msi /qn&quot; /f

REG ADD %KEY%\004 /VE /D &quot;System Settings&quot; /f
REG ADD %KEY%\004 /V 1 /D &quot;%CDROM%\Software\System\Oemlogo.cmd&quot; /f

Exit</code></pre></div><p>here is my cmdlines.txt<br /></p><div class="codebox"><pre><code>[COMMANDS]
&quot;ROE.exe 1&quot;
&quot;RunOnceEx.cmd&quot;
&quot;Cleanup.cmd&quot;</code></pre></div><p>and my winnt.sif file</p><div class="codebox"><pre><code>; Generated by nLite 1.4.9.1

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

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

[Display]
Xresolution=1024
Yresolution=768
BitsPerPel=16
Vrefresh=60

[SystemRestore]

[GuiUnattended]
AdminPassword=*
TimeZone=015
OEMSkipRegional=1
OemSkipWelcome=1

[Components]

[UserData]
ProductKey=&quot;xxxxx-xxxxx-xxxxx-xxxxx-xxxxx&quot;
ComputerName=*
FullName=&quot; &quot;

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

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

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


;
; Edited by DriverPacks BASE 8.12.5
; http://www.driverpacks.net/
;</code></pre></div><p>please ignore the windows key it is wrong i know that.</p>]]></content>
			<author>
				<name><![CDATA[donald7777]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=7389</uri>
			</author>
			<updated>2009-08-18T01:27:36Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=33313#p33313</id>
		</entry>
</feed>
