<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [IMPL] Can we have this coded in DPsBase?]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1754&amp;type=atom"/>
	<updated>2008-06-14T18:52:21Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1754</id>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Can we have this coded in DPsBase?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=21633#p21633"/>
			<content type="html"><![CDATA[<p>dizzydens fix was added but it is uknown if it has been resolved</p><p>I may have to write a new version of fake setup... np if so</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2008-06-14T18:52:21Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=21633#p21633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Can we have this coded in DPsBase?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13173#p13173"/>
			<content type="html"><![CDATA[<p>hi</p><p>I&#039;ve written it at the beginning after you told me that was the reason it sometimes failed.</p><p>I&#039;ve personally come across an issue when I used SFC.<br />SFC apparently wants the i386\WINNTUPG folder to be there.<br />And, some people apparently use upgrade from within windows to repair windows.</p><p>either way, it does not hurt to remove setupold.exe, and this could also be done by the finisher (which I consider part of DPsBase.)</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-08-05T15:39:01Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13173#p13173</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Can we have this coded in DPsBase?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=13171#p13171"/>
			<content type="html"><![CDATA[<p>As discussed in the other threads you referenced, place the beginning of the presetup.cmd file as follows:</p><p>prepxp.cmd:<br /></p><div class="codebox"><pre><code>if exist i386\presetup.cmd type i386\presetup.cmd |find /V &quot;\system32\setup&quot; &gt; PRESETUP.ORG
if exist presetup.org copy /Y PRESETUP.FIX + PRESETUP.ORG PRESETUP.CMD 
if exist presetup.cmd move /Y PRESETUP.CMD I386 
del /F /Q PRESETUP.*</code></pre></div><p>contents of PRESETUP.FIX used above:<br /></p><div class="codebox"><pre><code>DEL /F %systemroot%\system32\setupold.exe</code></pre></div><p>Using this method places the deleting of setupold.exe at the beginning of the presetup.cmd</p><p>Another minor correction to your original post in this thread, the upg / mig folders are not needed for a repair option.</p>]]></content>
			<author>
				<name><![CDATA[DizzyDen]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=76</uri>
			</author>
			<updated>2007-08-05T11:44:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=13171#p13171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Can we have this coded in DPsBase?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12463#p12463"/>
			<content type="html"><![CDATA[<p>hmmm, when I try this it won&#039;t work.. (because of winnt.sif, as the others imply.)</p><p>Can it be done from runonce then?</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-07-08T04:31:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12463#p12463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[IMPL] Can we have this coded in DPsBase?]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=12450#p12450"/>
			<content type="html"><![CDATA[<p>Hi<br />since setupold is no longer used for anything after minisetup, why not let this be cleaned up by presetup.cmd?</p><p>REM +==================================+<br />REM |&nbsp; &nbsp;Make CD usable for XP UPGRADE REPAIR method.&nbsp; |<br />REM |&nbsp; &nbsp;\386\WINNTUPG folder is needed for this.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />REM +==================================+<br />DEL /F %systemroot%\system32\setupold.exe</p><p>would it be hard to code this in?<br />(people later told me this belongs at the beginning)</p><p>I would like to not have to add this manually.<br />It does come up at times.. <br /><a href="http://forum.driverpacks.net/viewtopic.php?id=1753">http://forum.driverpacks.net/viewtopic.php?id=1753</a></p><p><a href="http://forum.driverpacks.net/viewtopic.php?id=1419">http://forum.driverpacks.net/viewtopic.php?id=1419</a></p><p><a href="http://forum.driverpacks.net/viewtopic.php?id=669">http://forum.driverpacks.net/viewtopic.php?id=669</a></p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-07-06T23:40:08Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=12450#p12450</id>
		</entry>
</feed>
