<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1771&amp;type=atom"/>
	<updated>2007-07-22T19:54:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1771</id>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12771#p12771"/>
			<content type="html"><![CDATA[<p>Thank for help, of course i will try !<br />I don&#039;t have many choices <img src="http://forum.driverpacks.net/img/smilies/neutral.png" width="15" height="15" alt="neutral" /></p>]]></content>
			<author>
				<name><![CDATA[moataz]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1861</uri>
			</author>
			<updated>2007-07-22T19:54:50Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12771#p12771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12765#p12765"/>
			<content type="html"><![CDATA[<p>motaz i have seen a few issues of late that went away when QSC was turned on <br />can you test the install with qsc on?</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2007-07-22T17:06:10Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12765#p12765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12762#p12762"/>
			<content type="html"><![CDATA[<p>Ok</p>]]></content>
			<author>
				<name><![CDATA[moataz]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1861</uri>
			</author>
			<updated>2007-07-22T15:54:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12762#p12762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12742#p12742"/>
			<content type="html"><![CDATA[<p>Please submit this to the <a href="http://bugtracker.driverpacks.net">bugtracker</a> and refer to this topic. I&#039;ll fix it when I have time for it.</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2007-07-21T21:48:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12742#p12742</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12682#p12682"/>
			<content type="html"><![CDATA[<p>Sorry for the delay.<br />But Bashrat, my problem in dir <span style="color: red"> %systemdrive%\D</span> not the DriverPacks Finisher itself (yes it has been deleted).</p><p>I changed the setting from disable KTD to KTD (dir <span style="color: green"> %systemdrive%\D</span> has been deleted). </p><p>But the start menu icons looks like this:<br /><a href="http://img119.imageshack.us/my.php?image=desktopinilw0.png"><span class="postimg"><img src="http://img119.imageshack.us/img119/374/desktopinilw0.th.png" alt="http://img119.imageshack.us/img119/374/desktopinilw0.th.png" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[moataz]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1861</uri>
			</author>
			<updated>2007-07-19T19:58:16Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12682#p12682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12583#p12583"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>moataz wrote:</cite><blockquote><p>@Bashrat. No deleting on restart, Where is this key should be? HKLM or HKCU.<br />I doubt it has been created, but I&#039;ll make new XPCD &amp; check that key again before restart tomorrow.</p></blockquote></div><p>I&#039;m pretty sure it worked, otherwise an error would have been logged:</p><div class="codebox"><pre><code>	; delete DPsFnshr.exe during the next reboot
	if regWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce&quot;, &quot;DriverPacks Finisher final cleanup&quot;, &quot;REG_SZ&quot;, &quot;cmd.exe /c &quot;&quot;del /f /q &quot; &amp; envGet(&quot;systemdrive&quot;) &amp; &quot;\DPsFnshr.exe&quot;&quot;&quot;) then
		__LOG(&quot;Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.&quot;)
	else
		__LOG(&quot;Could not write to the RunOnce key in the registry, therefore the DriverPacks Finisher itself will NOT get deleted automatically!&quot;)
	endIf</code></pre></div><p>And as you can see, it&#039;s HKLM.</p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2007-07-14T09:31:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12583#p12583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12581#p12581"/>
			<content type="html"><![CDATA[<p>@Bashrat. No deleting on restart, Where is this key should be? HKLM or HKCU.<br />I doubt it has been created, but I&#039;ll make new XPCD &amp; check that key again before restart tomorrow.</p><p>@jtdoom. Uploaded</p><p>Thanks for caring people. <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[moataz]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1861</uri>
			</author>
			<updated>2007-07-14T07:29:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12581#p12581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12578#p12578"/>
			<content type="html"><![CDATA[<p>Bâshrat the Sneaky asked a valid Q.</p><p>I will too.<br />was it method 1 or method 2?<br />(with M1, I saw reports on issues.. )</p><p>we&#039;ll need Base log (created when you streamed the source) and finisher log (found on the installed machine, in windows folder)</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-07-13T22:33:48Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12578#p12578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12576#p12576"/>
			<content type="html"><![CDATA[<div class="codebox"><pre><code>2007-07-12 13:41:56 : &lt;CLNP&gt; Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.</code></pre></div><p>Have you already rebooted? <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2007-07-13T22:12:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12576#p12576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[Finisher Bug] Dir "D" stays in %systemdrive%.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12563#p12563"/>
			<content type="html"><![CDATA[<p>Please someone confirm this problem, I&#039;m using BASE 7.05.2</p><p>My order for creating XPCD:<br />1- nLite: Slipstream RVM Update Pack 2.1.11 -&gt; Finish nLite session.<br />2- DPs_BASE: Slipstream the DriverPacks into XPCD.<br />3- CDIMAGE: Make the ISO.</p><p>I also delete those three backup files (Dosnet.org, Txtsetup.org &amp; Winnt.org)</p><p>More details in these files:<br /><a href="http://www.mz-files.net/DPs_BASE.log">DPs_BASE.log</a><br /><a href="http://www.mz-files.net/DPs_BASE.ini">DPs_BASE.ini</a><br /><a href="http://www.mz-files.net/DPsFnshr.log">DPsFnshr.log</a></p>]]></content>
			<author>
				<name><![CDATA[moataz]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1861</uri>
			</author>
			<updated>2007-07-13T17:16:44Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12563#p12563</id>
		</entry>
</feed>
