<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - IMPLEMENTED: Finishing scripts feature requests]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=66</link>
		<description><![CDATA[The most recent posts in IMPLEMENTED: Finishing scripts feature requests.]]></description>
		<lastBuildDate>Tue, 06 Jun 2006 19:36:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=687#p687</link>
			<description><![CDATA[<p>The current DPs_fnsh.cmd performs two major tasks in one command file:<br />1) Install the graphics and sound control panels<br />2) KtD (Keep the drivers)</p><p>Is it possible for you to break these 2 steps into individual &quot;finishing command&quot; files. One for installing control panels and another for KtD.</p><p>If they are split into two files, we could execute the following steps for a clean sysprep process:<br />1) Run &quot;KtD&quot; finish command file at the end of the unattended install (For syspreping, you will want to keep the drivers).<br />2) Follow this with silent installation of applications.<br />3) Perform a SYSPREP (which would leverage all of the KtD drivers).<br />4) At the end of the sysprep setup, run the &quot;Install Control Panels&quot; by adding the command to the Sysprep RunOnceEx.<br />5) An optional final cleanup step can be added to end of the sysprep RunOnceEx which would either KtD keep or remove the drivers.</p><p>As a result, we can install the unattended on &quot;any&quot; hardware and capture the sysprep&#039;ed image. Once the sysprep&#039;ed image is loaded on the new target hardware, the proper control panels will be installed based on the loading of certain devices.</p><p>Thanks</p><p>P.S. I put &quot;any&quot; in quotes because you can only use the sysprep&#039;ed image on a target machine with a similar HAL.</p>]]></description>
			<author><![CDATA[null@example.com (zookeeper)]]></author>
			<pubDate>Tue, 06 Jun 2006 19:36:40 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=687#p687</guid>
		</item>
		<item>
			<title><![CDATA[Re: IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=387#p387</link>
			<description><![CDATA[<p>Implemented in DriverPacks BASE 6.05.3.</p><p>Make sure your script is named (or called by)</p><div class="codebox"><pre><code>%SystemDrive%\3pscript.cmd</code></pre></div><p>This file must be available during the execution of DPs_fnsh.cmd (which is called by fnsh_log.cmd). It will be executed just before the cleanup.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Wed, 31 May 2006 18:45:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=387#p387</guid>
		</item>
		<item>
			<title><![CDATA[Re: IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=379#p379</link>
			<description><![CDATA[<p>@jr:</p><p>1. Just use the &#039;custom&#039; finishing option <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>2. Will implement this.</p><br /><p>@razormoon:<br />Yes, but jr is asking if I could add support for calling an external script as well. And so I will.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Wed, 31 May 2006 14:52:10 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=379#p379</guid>
		</item>
		<item>
			<title><![CDATA[Re: IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=378#p378</link>
			<description><![CDATA[<p>You&#039;re right. It doesn&#039;t care what type of computer was used to make install DVD.</p><p>What I&#039;m after is easy way to install XP from DVD with Office etc, run <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;302577">Sysprep</a> and copy that image to multiple PCs with Ghost or some other tool. Dumping Ghost image to target PC takes like 10 minutes compared to 2 hours for unattended OS and application install from DVD.</p><p>Without manually copying DP_fnsh.cmd and related files from DVD prior running Sysprep this will cause problems as tweaks in finishing scripts will be skipped.</p>]]></description>
			<author><![CDATA[null@example.com (jr)]]></author>
			<pubDate>Wed, 31 May 2006 14:51:46 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=378#p378</guid>
		</item>
		<item>
			<title><![CDATA[Re: IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=374#p374</link>
			<description><![CDATA[<p><img src="http://forum.driverpacks.net/img/smilies/yikes.png" width="15" height="15" alt="yikes" /> I noticed that dps_fnsh.cmd does hardware specific cleanup, but I don&#039;t think it&#039;s dependent upon the system the slipstream was done on! It can&#039;t be true! Could it? <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (razormoon)]]></author>
			<pubDate>Wed, 31 May 2006 14:39:09 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=374#p374</guid>
		</item>
		<item>
			<title><![CDATA[IMPLEMENTED: Finishing scripts feature requests]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=360#p360</link>
			<description><![CDATA[<p>FEATURE REQUEST 1: Move finishing scripts, logs and tools to C:\D\bin and add option to NOT delete them. Why? Then I could&nbsp; add DPs_fnsh.cmd to SYSPREP.INF and hardware specific tasks included on DPs_fnsh.cmd would be carried out on final hardware, not on hardware used to make image.</p><p>FEATURE REQUEST 2: 3rd party finishing scripts. I know this is not biggie, but some 3rd party drivers require special tricks after install and would be nice to have clean way to include them without hacking built-in DPs_fnsh.cmd that sometimes changes with DP Base updates.</p>]]></description>
			<author><![CDATA[null@example.com (jr)]]></author>
			<pubDate>Wed, 31 May 2006 09:28:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=360#p360</guid>
		</item>
	</channel>
</rss>
