<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [IMPL] Problems with internal card readers]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=4655&amp;type=atom"/>
	<updated>2012-08-19T18:45:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=4655</id>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=49000#p49000"/>
			<content type="html"><![CDATA[<p>that is because 10.06 is June of 2010&nbsp; &nbsp;three months before this post.</p><p>It is in the head version that did not get released.&nbsp; &nbsp;Haven&#039;t worked on it in a long time. <br />Guess i have a reason now <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>PS you can edit the presetup.cmd file yourself for the time being. (as you know)</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2012-08-19T18:45:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=49000#p49000</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=48940#p48940"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Implemented with latest test ver</p></blockquote></div><p>Hmmm as far as I can tell, it&#039;s still not part of the current DriverPacks BASE 10.06<br />This bug is minor but is really (I mean really) annoying....<br />Is that something can be fixed once and for all please ? I think the fix in post #17 probably is the best option.</p>]]></content>
			<author>
				<name><![CDATA[Doodoo]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=12494</uri>
			</author>
			<updated>2012-08-17T13:10:20Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=48940#p48940</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=41476#p41476"/>
			<content type="html"><![CDATA[<p>Implemented with latest test ver</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-11-20T08:06:02Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=41476#p41476</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39136#p39136"/>
			<content type="html"><![CDATA[<p>What about a</p><div class="codebox"><pre><code>setlocal EnableExtensions

DIR &quot;%%i:%TAGFILE%&quot; &amp;&amp;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[cdob]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=434</uri>
			</author>
			<updated>2010-06-26T07:08:25Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39136#p39136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39127#p39127"/>
			<content type="html"><![CDATA[<p>I like that last solution a lot...</p><p>DIR %%i: &amp;&amp; IF EXIST &quot;%%i:%TAGFILE%&quot;</p><p>I&#039;ll get that out to the testing team in my next nightly</p><p>Moved to Feature Requests forum</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-06-25T19:48:56Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39127#p39127</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39125#p39125"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Helmi wrote:</cite><blockquote><p>Maybe it depends on the make or model of the reader or it&#039;s down to the BIOS.</p></blockquote></div><p>Yes very possibly, could be a very peculiar issue.<br />Anyway, replacing</p><div class="codebox"><pre><code>IF EXIST &quot;%%i:%TAGFILE%&quot;</code></pre></div><p>with </p><div class="codebox"><pre><code>DIR %%i: &amp;&amp; IF EXIST &quot;%%i:%TAGFILE%&quot;</code></pre></div><p>entirely solves the problem</p>]]></content>
			<author>
				<name><![CDATA[Doodoo]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=12494</uri>
			</author>
			<updated>2010-06-25T17:15:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39125#p39125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39121#p39121"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Doodoo wrote:</cite><blockquote><p>With the rising number of integrated card readers, I&#039;m surprised there aren&#039;t more people who have problems though. Maybe I am the only one having this problem because I&#039;m installing from USB, not from CD.</p></blockquote></div><p>Well, what can I say, I also use card readers in all of my systems, none of them gives me any problems when installing.<br />Maybe it depends on the make or model of the reader or it&#039;s down to the BIOS.<br />I&#039;m not entriely sure as most installs have been from DVD, but at least on notebooks, installing from USB wasn&#039;t affecting this.</p>]]></content>
			<author>
				<name><![CDATA[Helmi]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=25</uri>
			</author>
			<updated>2010-06-25T15:28:49Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39121#p39121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39116#p39116"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>A similar solution was posted here several years ago... <br />it was the first suggestion offered, reverse the drive search order...</p></blockquote></div><p>Yep, that&#039;s another solution, also discussed in the same thread on MSFN:<br /><a href="http://www.msfn.org/board/topic/137714-install-xp-from-a-ram-loaded-iso-image/page__view__findpost__p__895119">http://www.msfn.org/board/topic/137714- … _p__895119</a></p><p>However, it&#039;s not garanteed to work all the time... It just happens to work if the OEM folder is found before the (empty) card reader slots are scanned. I think any of the other workarounds above are much cleaner and safer.</p><div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>It&#039;s not that common of a problem, and the various workarounds are easy enough...</p></blockquote></div><p>With the rising number of integrated card readers, I&#039;m surprised there aren&#039;t more people who have problems though. Maybe I am the only one having this problem because I&#039;m installing from USB, not from CD.</p><div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Interested in helping us test?</p></blockquote></div><p>I wish I could but with a 3-month old baby to look after I&#039;m quite busy these days... also at night ;-)<br />I can report that this solution:<br /><a href="http://www.msfn.org/board/topic/137714-install-xp-from-a-ram-loaded-iso-image/page__view__findpost__p__895411">http://www.msfn.org/board/topic/137714- … _p__895411</a><br />works like a charm, though, whereas the current implementation causes the &quot;c0000013 error&quot;</p>]]></content>
			<author>
				<name><![CDATA[Doodoo]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=12494</uri>
			</author>
			<updated>2010-06-25T07:03:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39116#p39116</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39113#p39113"/>
			<content type="html"><![CDATA[<p>A similar solution was posted here several years ago... <br />it was the first suggestion offered, reverse the drive search order...</p><p>It&#039;s not that common of a problem, and the various workarounds are easy enough... <br />It never really became a priority</p><p>this probably should have been posted in feature requests, not in feedback and support.</p><p>I&#039;ll take a look at the options presented and see what think is the best option and we will do some testing... Interested in helping us test?</p><p>jeff</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-06-24T22:51:19Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39113#p39113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39112#p39112"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>cdob wrote:</cite><blockquote><p>Well, the refernce goes to msfn.org.</p></blockquote></div><p><img src="http://forum.driverpacks.net/img/smilies/roll.png" width="15" height="15" alt="roll" /> I guess I&#039;m reading too many forums at once </p><div class="quotebox"><cite>cdob wrote:</cite><blockquote><p>A possible dumb user <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> suggested a simple dir&nbsp; &amp;&amp; ( )</p></blockquote></div><p>Sorry I didn&#039;t mention your solution, cdob.... In fact it&#039;s indeed very simple and very elegant. At first sight I thought it was not entirely working, for both 32- and 64-bit ? But in fact it is working for both, right ?</p><div class="quotebox"><cite>cdob wrote:</cite><blockquote><p>A most clever end user may have remove mountvol.exe. <br />It&#039;s recommended to rely at a possible missing file?</p></blockquote></div><p>Well yes... It is quite safer to assume that COMMAND.COM is present rather than MOUNTVOL.EXE</p>]]></content>
			<author>
				<name><![CDATA[Doodoo]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=12494</uri>
			</author>
			<updated>2010-06-24T22:23:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39112#p39112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39110#p39110"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Doodoo wrote:</cite><blockquote><p>that these clever guys at boot-land.net</p></blockquote></div><p>Well, the refernce goes to msfn.org. <br />A possible dumb user <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> suggested a simple dir&nbsp; &amp;&amp; ( )<br /><a href="http://www.msfn.org/board/topic/137714-install-xp-from-a-ram-loaded-iso-image/page__view__findpost__p__895386">http://www.msfn.org/board/topic/137714- … _p__895386</a></p><p>A most clever end user may have remove mountvol.exe. <br />It&#039;s recommended to rely at a possible missing file?</p>]]></content>
			<author>
				<name><![CDATA[cdob]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=434</uri>
			</author>
			<updated>2010-06-24T22:00:50Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39110#p39110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39101#p39101"/>
			<content type="html"><![CDATA[<p>Thanks. Getting old, did not see that.</p><p>Stu</p>]]></content>
			<author>
				<name><![CDATA[BigBrit]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=11</uri>
			</author>
			<updated>2010-06-24T18:55:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39101#p39101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39097#p39097"/>
			<content type="html"><![CDATA[<p>The links are in the first post Stu! <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2010-06-24T17:36:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39097#p39097</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39093#p39093"/>
			<content type="html"><![CDATA[<p>A link to the Forum message that has the fix would be much appreciated.</p><p>Sorry the idea did not work for you and yes we do appreciate challenges and people who find a fix and share it.</p><p>Good luck to you.</p><p>Stu</p>]]></content>
			<author>
				<name><![CDATA[BigBrit]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=11</uri>
			</author>
			<updated>2010-06-24T16:50:03Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39093#p39093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [IMPL] Problems with internal card readers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39091#p39091"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>BigBrit wrote:</cite><blockquote><p>If it shows up as H: whatever during the install, let the format start and then reboot. You should find the HD will show up as C: on the next format.<br />Stu</p></blockquote></div><p>Thanks for the tip, it&#039;s true that the partition you where want to install XP doesn&#039;t always show up as C:</p><div class="quotebox"><cite>BigBrit wrote:</cite><blockquote><p>Don&#039;t know if this helps</p></blockquote></div><p>Well no I&#039;m afraid. The problem appears when the GUI part of setup starts (after the TXT part of setup has finished, and the PC reboots).<br /><strong>This is exactly when the DriverPacks are decompressed and presetp.cmd is launched</strong>.</p><p>Maybe it wasn&#039;t clear in my message: I am not looking for any help or any solutions.<br />I just wanted to let you know that these clever guys at boot-land.net <strong>have already found a solution</strong> and it would be nice to make it part of the next DriverPack BASE release.</p>]]></content>
			<author>
				<name><![CDATA[Doodoo]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=12494</uri>
			</author>
			<updated>2010-06-24T15:28:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39091#p39091</id>
		</entry>
</feed>
