<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3747</link>
		<description><![CDATA[The most recent posts in [REQ] Add Finisher Method 3 Option at T-9 Stage and more....]]></description>
		<lastBuildDate>Wed, 02 Sep 2009 06:59:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=33648#p33648</link>
			<description><![CDATA[<p>I have a suggestion: can you run Finisher at T-0? This method must be used with driverpacks method2.</p><p>I mean, when windows&#039; setup.exe ends, just before rebooting to first logon, this is T-0. the fake setup.exe&#039;s current behavior is something like:<br /></p><div class="codebox"><pre><code>start /wait &quot;%systemroot%\system32\setup.exe&quot; -newsetup
exitprocess</code></pre></div><p>so we can insert command before &quot;exit&quot; and don&#039;t let fake setup.exe end, like this:<br /></p><div class="codebox"><pre><code>start /wait &quot;%systemroot%\system32\setup.exe&quot; -newsetup
%systemdrive%\DpsFnshr.exe
exitprocess</code></pre></div><p>once setup.exe is not ended, the machine won&#039;t reboot(Not sure but I know the vice versa is true: once setup.exe is ended, the machine reboots.)</p><p>Additionally, a postsetup.cmd(make it 8-3 compatible plz), or something like this is great, we can run something that cannot be executed at T-13, for example, dot net 3.0 installer, because the requirement of dot net 3.0 is complete at post-T13 stage(font caching).</p><br /><p>----edit----<br />I&#039;ll try using 7z sfx to replace the real setup.exe, making it a 2nd-fake-setup.exe, to see whether it works.</p>]]></description>
			<author><![CDATA[null@example.com (yumeyao)]]></author>
			<pubDate>Wed, 02 Sep 2009 06:59:37 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=33648#p33648</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31344#p31344</link>
			<description><![CDATA[<p>Oooooooh ok, I just wanted to make sure we had all options covered <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> Thanks Jeff.</p>]]></description>
			<author><![CDATA[null@example.com (stamandster)]]></author>
			<pubDate>Thu, 14 May 2009 11:24:39 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31344#p31344</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31327#p31327</link>
			<description><![CDATA[<p>these both are problematic...</p><p>SetupParams executes from winnt.sif at T-9 minute stage&nbsp; - Before the reboot.<br />Some drivers may not finish if the reboot does not occur before running it... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><br /><p>Detached program cannot be used to run DriverPacks... if it could we would not have a fake setup.</p><p>The problem with detached program is it runs in parrallel with setup.exe. (not before it, but at the same time)<br />so the system will start installing devices before DriverPacks will have finished extracting the drivers LOL<br />that would make for some really cool support issues - sometimes it works, sometimes it doesn&#039;t LOL</p><p>That is why fakesetup exists, it waits till the DriverPacks are fully extracted before calling the original setup.exe (which installs the drivers) </p><p>Simple explanation <br />we rename ms&#039;s setup.exe to setuporg.exe <br />put in our own setup.exe (we refer to it as &quot;fake setup&quot;)<br />Our setup.exe calls presetup.cmd then calls setuporg.exe<br />thus we can pause windows setup long enough to put the DriverPacks in place for setup to find.</p><p>the alternative is to manipulate the files during textmode (Uggg)</p><p>I appreciate the input!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 14 May 2009 04:01:23 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31327#p31327</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31317#p31317</link>
			<description><![CDATA[<p>Also, a Method 3 for extracting the 7z files to the hard drive. Instead of uncompressing setuporg.exe and editing setup.exe to start %systemdrive%\presetup.cmd use the Winnt.sif to run it at T-39. As shown below</p><div class="codebox"><pre><code>[GuiUnattended]
  DetachedProgram=&quot;%systemdrive%\presetup.cmd&quot; ; T-39 stage pre-driver installation
  ;Arguments=&quot;/s&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (stamandster)]]></author>
			<pubDate>Thu, 14 May 2009 00:47:14 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31317#p31317</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31310#p31310</link>
			<description><![CDATA[<p>True, but if you&#039;re planning to use GUIRunOnce you&#039;re going to use the Winnt.sif anyways.</p><p>Do you know how the method 2 is called during the GUI setup?</p>]]></description>
			<author><![CDATA[null@example.com (stamandster)]]></author>
			<pubDate>Wed, 13 May 2009 16:01:01 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31310#p31310</guid>
		</item>
		<item>
			<title><![CDATA[Re: [REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31308#p31308</link>
			<description><![CDATA[<p>Not all installs use winnt.sif (mine do).&nbsp; But this looks like a promising alternative to GUIrunonce and ROE.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Wed, 13 May 2009 15:19:36 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31308#p31308</guid>
		</item>
		<item>
			<title><![CDATA[[REQ] Add Finisher Method 3 Option at T-9 Stage and more...]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31306#p31306</link>
			<description><![CDATA[<p>I&#039;ve been testing and noticed that in the Winnt.sif it&#039;s viable to use the section SetupParams instead of GUIRunOnce or RunOnceEx. This also allows you to have DPsFnshr.exe to complete before the first login.</p><p>Using the <strong>i386\winnt.sif</strong><br /></p><div class="codebox"><pre><code>[SetupParams]
   UserExecute=&quot;%SystemDrive%\DPsFnshr.exe&quot; ; Post Driver installation</code></pre></div><p>Instead of<br /></p><div class="codebox"><pre><code>[GUIRunOnce]
   command9=&quot;%SystemDrive%\DPsFnshr.exe&quot;</code></pre></div><p>I&#039;ve only been able to test in a VMware environment. But it runs, my logs show that it run properly too. So the more people to test the better.</p><p>Also, how does method 2 execute for slipstreaming? Where does it run from? I haven&#039;t been able to find it anywhere.</p>]]></description>
			<author><![CDATA[null@example.com (stamandster)]]></author>
			<pubDate>Wed, 13 May 2009 14:46:06 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31306#p31306</guid>
		</item>
	</channel>
</rss>
