<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Real Geek Forums - Windows XP Embedded</title>
		<link>http://www.realgeek.com/forums</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 04:06:34 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.realgeek.com/forums/mpedia/misc/rss.jpg</url>
			<title>Real Geek Forums - Windows XP Embedded</title>
			<link>http://www.realgeek.com/forums</link>
		</image>
		<item>
			<title>deployment to flash</title>
			<link>http://www.realgeek.com/forums/deployment-to-flash-475234-new-post.html</link>
			<pubDate>Tue, 20 Jan 2009 23:23:40 GMT</pubDate>
			<description>I have systems that I boot either via RBS or their own flash.  Note that on
my target flash has the appearance of a hard drive (it is not on a USB...</description>
			<content:encoded><![CDATA[<div>I have systems that I boot either via RBS or their own flash.  Note that on<br />
my target flash has the appearance of a hard drive (it is not on a USB bus).<br />
Obviously upgrading an RBS image is simple involving replacement of the SDI<br />
on the boot server.  I want to implement the following for replacing the<br />
entire flash load on many machines:<br />
1. Boot an RBS/SDI image.<br />
2. This system will see the flash as the D: drive.<br />
3. Overwrite files on D: via code in the SDI system that gets files from a<br />
server and writes them to D:<br />
This is also relatively simple although not yet implemented.  There is a<br />
hard part.  When I get target boards pre-loaded with an industrial flash<br />
device, the devices are completely &quot;erased&quot; in the sense that all bits are<br />
zero.  I would like to partition/format such a new device as step 1.5 above.<br />
I can do so in XP Desktop using the Computer Management/Disk Management GUI<br />
but my XPe system is small and Command Shell based.  Since MS claims that<br />
DiskPart is a superset of the CM/DM, I should be able to perform the<br />
operations programmatically in XPe by invoking a scripted DiskPart session<br />
but I cannot find commands in the &quot;superset&quot; that does what the &quot;subset&quot;<br />
accomplishes.  My question is whether there is a way to accomplish my task<br />
by using API functions in Windows or via DiskPart commands that I have not<br />
found.<br />
<br />
HM<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Henry Markov</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/deployment-to-flash-475234.html</guid>
		</item>
		<item>
			<title>WNetAddConnection2W() fails on XPE when netbios is disabled</title>
			<link>http://www.realgeek.com/forums/wnetaddconnection2w-fails-on-xpe-when-netbios-is-disabled-474934-new-post.html</link>
			<pubDate>Mon, 19 Jan 2009 17:08:12 GMT</pubDate>
			<description>Hello,

I need an answer to this question

Context:
Using windows XP Embedded SP2 Feature Pack 2007.
The XPE Image contains almost all the needed...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I need an answer to this question<br />
<br />
Context:<br />
Using windows XP Embedded SP2 Feature Pack 2007.<br />
The XPE Image contains almost all the needed Network components:<br />
&quot;File Sharing&quot;<br />
&quot;TCP/IP Networking with File Sharing and Client for MS Networks&quot;<br />
&quot;Map Network Drives/Network Places Wizard&quot;<br />
&quot;Primitive:MPRUI&quot;<br />
<br />
From the XPE installed target, we need to map a network share.<br />
<br />
Problem description:<br />
When Netbios is disabled, calling WNetAddConnection2W() from an XPE SP2<br />
machine fails into an error 1231 (ERROR_NETWORK_UNREACHABLE).<br />
<br />
<br />
Notes:<br />
- The targeted remote share is shared on an XP PRO with netbios enabled<br />
- However, during the call, no network traffic is out going our XPE machine.<br />
<br />
Remarks:<br />
- when Netbios is enabled on the XPE system, the call then works correctly<br />
- the same call running on an XP pro machine works good whether Netbios<br />
enabled or not.<br />
- using alternate functions such as &quot;NetUseAdd()&quot; or &quot;NPAddConnection()&quot;<br />
gives the same error<br />
<br />
Thanks in advance<br />
<br />
Regards,<br />
SNOUSSI Taha<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Snoussi, Taha</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/wnetaddconnection2w-fails-on-xpe-when-netbios-is-disabled-474934.html</guid>
		</item>
		<item>
			<title><![CDATA[[XPE-SP3] Component FootPrint "Japanese bitmap & TrueType fonts"]]></title>
			<link>http://www.realgeek.com/forums/xpe-sp3-component-footprint-japanese-bitmap-and-truetype-fonts-474933-new-post.html</link>
			<pubDate>Mon, 19 Jan 2009 15:51:00 GMT</pubDate>
			<description><![CDATA[Hello,

I'm migrating from Windows XP Embedded SP2 FP2007 to SP3.
The initial Footprint of my OS image was increased a lot with SP3.

I would like to...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm migrating from Windows XP Embedded SP2 FP2007 to SP3.<br />
The initial Footprint of my OS image was increased a lot with SP3.<br />
<br />
I would like to know if all the files found in the new &quot;Japanese bitmap &amp;<br />
TrueType fonts&quot; component version are absolutely necessary.<br />
The old huge component files were:<br />
msgothic.ttc<br />
msmincho.ttc<br />
<br />
The added huge files are:<br />
msgoth04.ttc<br />
msmin04.ttc<br />
<br />
Are these last tow files absolutely necessary to use this Japanese font?<br />
<br />
Thanks in advance<br />
SNOUSSI Taha<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Snoussi, Taha</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/xpe-sp3-component-footprint-japanese-bitmap-and-truetype-fonts-474933.html</guid>
		</item>
		<item>
			<title>WES Installation - DB cannot be used</title>
			<link>http://www.realgeek.com/forums/wes-installation-db-cannot-be-used-474582-new-post.html</link>
			<pubDate>Mon, 19 Jan 2009 04:06:21 GMT</pubDate>
			<description>Have you tried SQL Express 2005?

http://www.seanliming.com/Docs/Articles/XPe%20on%20Vista%20notes.pdf


--
Regards,

Sean Liming</description>
			<content:encoded><![CDATA[<div><br />
Have you tried SQL Express 2005?<br />
<br />
<a href="http://www.seanliming.com/Docs/Articles/XPe%20on%20Vista%20notes.pdf" target="_blank">http://www.seanliming.com/Docs/Artic...ta%20notes.pdf</a><br />
<br />
<br />
--<br />
Regards,<br />
<br />
Sean Liming<br />
<a href="http://www.sjjmicro.com" target="_blank">www.sjjmicro.com</a> / <a href="http://www.seanliming.com" target="_blank">www.seanliming.com</a><br />
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit<br />
<br />
&quot;K&quot; &lt;kkumler@gmail.com&gt; wrote in message<br />
news:dfa78da0-4979-4b31-853e-2d9e835bc5d8@w1g2000prk.googlegroups.com...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;I get the noted installation error message:<br />
&gt; Specified SQL Server cannot be used for Windows Embedded Standard<br />
&gt; database.<br />
&gt;<br />
&gt; SQL Server: (local)<br />
&gt;<br />
&gt; The selected SQL Server is not supported. To continue, please select a<br />
&gt; supported SQL Server. See the Installation Guide for a list of<br />
&gt; supported SQL Servers.<br />
&gt;<br />
&gt;<br />
&gt; However, for the fix &quot;Uninstall MS SQL 2000 and Microsoft database<br />
&gt; engines, and install MS SQL 2005 or higher versions of database<br />
&gt; engine.&quot;  -- I had already upgraded the SQL Server installation<br />
&gt; (local) to SQL Server 8.0.760 (express).<br />
&gt;<br />
&gt; Does anyone have a resolution or suggested workaround?<br />
&gt; I was trying to install WES without doing something drastic, like a<br />
&gt; nuke and re-install.
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>K</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/wes-installation-db-cannot-be-used-474582.html</guid>
		</item>
		<item>
			<title>XPE stops boot process with USB Elo Touch Screen</title>
			<link>http://www.realgeek.com/forums/xpe-stops-boot-process-with-usb-elo-touch-screen-474446-new-post.html</link>
			<pubDate>Sun, 18 Jan 2009 18:53:38 GMT</pubDate>
			<description>Hello

I´m using XpE on an dt166 minipc system by dt research.This hardware
is based on an AMD Geode LX-800 (500 MHz) processor. Furthermore i use
a...</description>
			<content:encoded><![CDATA[<div>Hello<br />
<br />
I´m using XpE on an dt166 minipc system by dt research.This hardware<br />
is based on an AMD Geode LX-800 (500 MHz) processor. Furthermore i use<br />
a touchscree by elo connected via USB to the mini pc. When the<br />
touchscreen is connected to the pc the XPE startup sequence stops. I<br />
see the XPE splash screen with the progress bar running, but the xpe<br />
doesn´t boot further. When I disconnect  the USB connection to the<br />
tousch screen and reconnect the boot process continues immediately.<br />
The XPE boots and everything works fine.<br />
<br />
The same touchscreen with the same drivers is running on a celeron<br />
based properly. So I suppose the reason is maybe related to the<br />
combination of Elo touchscreen and geode processor.<br />
<br />
Has anybody a useful idea how to manage this problem?<br />
<br />
Thanks a lot<br />
<br />
chris<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>christoph</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/xpe-stops-boot-process-with-usb-elo-touch-screen-474446.html</guid>
		</item>
		<item>
			<title>moving Temporary Internet Files Folder location</title>
			<link>http://www.realgeek.com/forums/moving-temporary-internet-files-folder-location-474210-new-post.html</link>
			<pubDate>Sun, 18 Jan 2009 02:42:00 GMT</pubDate>
			<description><![CDATA[I'm trying to permanently move the location of the a user's Temporary
Internet Files Folder from the Z ramdrive to the C drive so I can store...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to permanently move the location of the a user's Temporary<br />
Internet Files Folder from the Z ramdrive to the C drive so I can store a<br />
cookie on the C drive. I've changed the drive letters from for the Cache,<br />
Cookies, &amp; History from Z to C in the following registry keys:<br />
<br />
HKU\(userid)\Software\Microsoft\Windows\CurrentVer  sion\Explorer\Shell Folder\<br />
&amp;<br />
HKU\(userid)\Software\Microsoft\Windows\CurrentVer  sion\Explorer\User Shell<br />
Folder\<br />
<br />
However, everytime I reboot the userid folder goes right back to Z. I've<br />
tried it with the EWF enabled &amp; disabled.<br />
<br />
Any ideas of where else I may need to make changes?<br />
<br />
Thanks!<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>KYputerlady</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/moving-temporary-internet-files-folder-location-474210.html</guid>
		</item>
		<item>
			<title>Installing Application IN XPe dissapears after reboot</title>
			<link>http://www.realgeek.com/forums/installing-application-in-xpe-dissapears-after-reboot-473891-new-post.html</link>
			<pubDate>Fri, 16 Jan 2009 19:33:01 GMT</pubDate>
			<description>One of the write filters might be protecting the drive. Check for EWF or
FBWF that might be protecting the system. EWFMGR.EXE and FBWFMGR.EXE...</description>
			<content:encoded><![CDATA[<div><br />
One of the write filters might be protecting the drive. Check for EWF or<br />
FBWF that might be protecting the system. EWFMGR.EXE and FBWFMGR.EXE are<br />
utilities for controlling these filters.<br />
<br />
--<br />
Regards,<br />
<br />
Sean Liming<br />
<a href="http://www.sjjmicro.com" target="_blank">www.sjjmicro.com</a> / <a href="http://www.seanliming.com" target="_blank">www.seanliming.com</a><br />
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit<br />
<br />
<br />
&quot;Cris&quot; &lt;Cris@discussions.microsoft.com&gt; wrote in message<br />
news:EECB9037-A116-49D2-913E-AD94CA928484@microsoft.com...<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt;I have installed a Program (non MS) into a Windows XPe system (Samsung) and<br />
&gt; after reboot the program dissapears as if it had not been installed in the<br />
&gt; first place?<br />
&gt;<br />
&gt;<br />
&gt; Any ideas??<br />
&gt;<br />
&gt; Thank you,
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Cris</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/installing-application-in-xpe-dissapears-after-reboot-473891.html</guid>
		</item>
		<item>
			<title>FBWF  HORM Did work but not now ??</title>
			<link>http://www.realgeek.com/forums/fbwf-horm-did-work-but-not-now-473524-new-post.html</link>
			<pubDate>Fri, 16 Jan 2009 04:13:01 GMT</pubDate>
			<description>We created an image:
- 1 disk
- 2 partitions, both FAT32
- System on C:\ and EWF and HORM
- FBWF targets D drive,   D:\Logs   is the write through...</description>
			<content:encoded><![CDATA[<div>We created an image:<br />
- 1 disk<br />
- 2 partitions, both FAT32<br />
- System on C:\ and EWF and HORM<br />
- FBWF targets D drive,   D:\Logs   is the write through folder<br />
<br />
Initially worked OK<br />
- HORM worked ok<br />
- fbwf worked as expected<br />
- updated some sw (C# app) so turned off ewf, rebooted, re-enabled ewf<br />
- HORM worked OK, as did fbwf<br />
- Did this sequence again  but now FBWF doesn't work:  New files in D:\logs<br />
don't survived a reboot.<br />
<br />
Checked status through FBWFMGR and FBWF is enabled.<br />
<br />
Any ideas?<br />
<br />
Thx<br />
<br />
<br />
--<br />
David Jones<br />
Software Developer<br />
(Embeddded Systems)<br />
Victorian Partnership of Advanced Computing<br />
Melbourne, Victoria Australia<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator><![CDATA[David Jones vpac org>]]></dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/fbwf-horm-did-work-but-not-now-473524.html</guid>
		</item>
		<item>
			<title>Reboots at first power-on</title>
			<link>http://www.realgeek.com/forums/reboots-at-first-power-on-473523-new-post.html</link>
			<pubDate>Thu, 15 Jan 2009 21:50:01 GMT</pubDate>
			<description><![CDATA[Hi, I have a pair of machines I cannot get ES2009 to install on.  They are
Dell's Optiplex 755 and 760.  On first boot they get past loading...]]></description>
			<content:encoded><![CDATA[<div>Hi, I have a pair of machines I cannot get ES2009 to install on.  They are<br />
Dell's Optiplex 755 and 760.  On first boot they get past loading some<br />
drivers (I see that via the /sos in boot.ini) and get to the first<br />
blue-screen where the line &quot;Boot loggibng enabled' is displayed then they<br />
reboot themselves.<br />
<br />
There's no FBA or bootlog cerated on the disk.<br />
<br />
I've built plenty of other working inmages on other Optiplex machines like<br />
the 620 and 960 but these two have never worked.<br />
<br />
Any ideas on debugging this?<br />
<br />
I thought to build a &quot;Debug&quot; version of my image and attach the debugger but<br />
selecting a &quot;Debug&quot; build results in an image that has no NTLOADER.<br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Intuitive Surgical</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/reboots-at-first-power-on-473523.html</guid>
		</item>
		<item>
			<title>Adding device drivers</title>
			<link>http://www.realgeek.com/forums/adding-device-drivers-473245-new-post.html</link>
			<pubDate>Thu, 15 Jan 2009 18:33:00 GMT</pubDate>
			<description>Component Designer is used to create driver components. Here is some
information that might...</description>
			<content:encoded><![CDATA[<div>Component Designer is used to create driver components. Here is some<br />
information that might help:<br />
<br />
<a href="http://www.sjjmicro.com/Video_Driver_Component.html" target="_blank">http://www.sjjmicro.com/Video_Driver_Component.html</a><br />
<br />
<a href="http://www.sjjmicro.com/Video_INF_Import_Issues.html" target="_blank">http://www.sjjmicro.com/Video_INF_Import_Issues.html</a><br />
<br />
Regards,<br />
<br />
Sean Liming<br />
<a href="http://www.sjjmicro.com" target="_blank">www.sjjmicro.com</a> / <a href="http://www.seanliming.com" target="_blank">www.seanliming.com</a><br />
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit<br />
<br />
&quot;monsterbash&quot; &lt;vpcplusv@aol.com&gt; wrote in message<br />
news:e81ba10a-195c-4e83-8a1f-5d3e180c66ba@g39g2000pri.googlegroups.com...<br />
<br />
Alright..i’ve been search for a couple days now and can’t seem to find<br />
the correct answer.  Actually I’m sure I have but just didn’t<br />
recognize it.<br />
<br />
How do I add more PNP support using Target Designer?  I have the<br />
config darn near exactly as I want it but I’m still loading driver for<br />
video, audio etc after FBA<br />
<br />
I’m sure there’s a way to import the INF, SYS and DLL for the<br />
individual components.<br />
<br />
My goal is to come out of FBA with no issues in the Device Manager.<br />
Looking for something like<br />
1. Go here<br />
2. Make this<br />
3. Do that<br />
4. Import here<br />
5. Build image<br />
<br />
<br />
As always.. thanks in advanced!<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>monsterbash</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/adding-device-drivers-473245.html</guid>
		</item>
		<item>
			<title>Install.Net 2.0 patches fail</title>
			<link>http://www.realgeek.com/forums/install-net-2-0-patches-fail-473244-new-post.html</link>
			<pubDate>Thu, 15 Jan 2009 13:57:01 GMT</pubDate>
			<description>How do I install .Net 2.0 patches on XP embedded? They fail to install if I
try to install in the usual way.
Thanks.
bob</description>
			<content:encoded><![CDATA[<div>How do I install .Net 2.0 patches on XP embedded? They fail to install if I<br />
try to install in the usual way.<br />
Thanks.<br />
bob<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>pinecone</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/install-net-2-0-patches-fail-473244.html</guid>
		</item>
		<item>
			<title>SATA reverts to PIO mode</title>
			<link>http://www.realgeek.com/forums/sata-reverts-to-pio-mode-473079-new-post.html</link>
			<pubDate>Thu, 15 Jan 2009 01:54:01 GMT</pubDate>
			<description>We are having the same problem that Microsoft Hotfix Article ID: 817472
refers to, except that we have this issue in Windows XP Embedded.  For...</description>
			<content:encoded><![CDATA[<div>We are having the same problem that Microsoft Hotfix Article ID: 817472<br />
refers to, except that we have this issue in Windows XP Embedded.  For some<br />
reason SATA drives will revert to PIO mode after being dismounted and<br />
remounted.  Once they revert to PIO the only way we can get them back to DMA<br />
is to reboot.  Does anyone know a fix for this in XP Embedded?  Microsoft<br />
offers a hotfix for XP, but it does not install in embedded.<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>BenCh</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/sata-reverts-to-pio-mode-473079.html</guid>
		</item>
		<item>
			<title>Making licensed version unlicensed</title>
			<link>http://www.realgeek.com/forums/making-licensed-version-unlicensed-472911-new-post.html</link>
			<pubDate>Wed, 14 Jan 2009 11:02:29 GMT</pubDate>
			<description>Is there any way to cancel the license on a license build of the OS
We are having boot problems with our CF booting from hibernate and the
board...</description>
			<content:encoded><![CDATA[<div>Is there any way to cancel the license on a license build of the OS<br />
We are having boot problems with our CF booting from hibernate and the<br />
board manufactures want us to send an image for them to test.<br />
I obviously do not want to send a licensed OS<br />
But equally I do not want to rebuild the whole thing so I can send an<br />
unlicensed one.<br />
a) It may not exhibit the fault<br />
b) Its a lot of work<br />
<br />
So can I over write an ini file or reg setting to kill the license and<br />
make it behave like an eval version?<br />
<br />
Tx<br />
H<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Helen Elcock</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/making-licensed-version-unlicensed-472911.html</guid>
		</item>
		<item>
			<title>problem installing drivers on XP embedded</title>
			<link>http://www.realgeek.com/forums/problem-installing-drivers-on-xp-embedded-472634-new-post.html</link>
			<pubDate>Tue, 13 Jan 2009 16:33:34 GMT</pubDate>
			<description><![CDATA[Thank You

"Sveder" <svedergnal@gmail.com> wrote in message
news:9854a6b8-f88a-4cd1-8942-344c3cbc37b4@w1g2000prm.googlegroups.com...
On Jan 13, 5:33...]]></description>
			<content:encoded><![CDATA[<div>Thank You<br />
<br />
&quot;Sveder&quot; &lt;svedergnal@gmail.com&gt; wrote in message<br />
news:9854a6b8-f88a-4cd1-8942-344c3cbc37b4@w1g2000prm.googlegroups.com...<br />
On Jan 13, 5:33 pm, &quot;Gianluca&quot; &lt;g.fa...@teledata-i.com&gt; wrote:<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; When I Install any driver on my XPe image, (like audio card or other)<br />
&gt; during<br />
&gt; installation I always have to<br />
&gt; specify where to search same files (which are often .dll or .sys in system<br />
&gt; 32 or system32/drivers).<br />
&gt; This do not happen on XP professional.<br />
&gt; What component do I miss on my images?<br />
&gt;<br />
&gt; Regards,<br />
&gt;<br />
&gt; Gianluca
			
			<hr />
		</td>
	</tr>
	</table>
</div>Read this thread and my (Sveders) answer<br />
<a href="http://groups.google.com/group/microsoft.public.windowsxp.embedded/browse_thread/thread/276d21bee750d180/6dfd9328e4611d36?hl=en&amp;lnk=gst&amp;q=kmixer.sys#6dfd9328e4611d36" target="_blank">http://groups.google.com/group/micro...fd9328e4611d36</a><br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Gianluca</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/problem-installing-drivers-on-xp-embedded-472634.html</guid>
		</item>
		<item>
			<title>Device Driver Install Problem ( Docket Port 667 Scanner )</title>
			<link>http://www.realgeek.com/forums/device-driver-install-problem-docket-port-667-scanner-472210-new-post.html</link>
			<pubDate>Tue, 13 Jan 2009 00:31:00 GMT</pubDate>
			<description><![CDATA[I get the feeling this isn't as easy as finding the msi and installing the
package.  IT appears you need to buy this $900 Xp Embedded DVD which...]]></description>
			<content:encoded><![CDATA[<div>I get the feeling this isn't as easy as finding the msi and installing the<br />
package.  IT appears you need to buy this $900 Xp Embedded DVD which will<br />
update your binaries etc and can be used for installing FROM SCRATCH.<br />
<br />
Then you need to re-image your whole machine to include the drivers?  I<br />
figure component installer would be in the DVD somewhere, no can't locate.<br />
<br />
What the heck?  I just want to to package and fix the docketport scanner<br />
drivers.  If i could only for the love of god find the the simple install for<br />
this program.  Hah hah...  Anyone have a link?  Why is it sooo hidden?<br />
<br />
Closest I found was WES2009Eval.<br />
<br />
<br />
<br />
&quot;Kyle Blake&quot; wrote:<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&gt; Error:  The required section was not found in the INF<br />
&gt; ( final result at very end of device driver install process )<br />
&gt;<br />
&gt; The actual &quot;install&quot; program finishes successfully. However plug the device<br />
&gt; in and the above happens.<br />
&gt;<br />
&gt; The manufacture doesn't support XPe, however they confirm others on the<br />
&gt; internet have gotten this 667 scanner to work on XpE.<br />
&gt;<br />
&gt; I've read up on matching the GUID, I've read up on ctrl5it and cross -<br />
&gt; comparing registry before and after but it's a bit greek.<br />
&gt;<br />
&gt; I'm not sure how to actually handle this...<br />
&gt; How do I verify guid's match?<br />
&gt; How do I verify the files are being copied to the right path?<br />
&gt; Any idea on what the error code means?<br />
&gt;<br />
&gt;<br />
&gt; Thanks!<br />
&gt;<br />
&gt;<br />
&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.realgeek.com/forums/windows-xp-embedded-46/">Windows XP Embedded</category>
			<dc:creator>Kyle Blake</dc:creator>
			<guid isPermaLink="true">http://www.realgeek.com/forums/device-driver-install-problem-docket-port-667-scanner-472210.html</guid>
		</item>
	</channel>
</rss>
