<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Possible fully silent installation with pre-set *.ini file ???]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3075</link>
		<description><![CDATA[The most recent posts in Possible fully silent installation with pre-set *.ini file ???.]]></description>
		<lastBuildDate>Sun, 09 Nov 2008 08:28:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26119#p26119</link>
			<description><![CDATA[<p>when / how are you calling dpinst?</p><p>Well yes you are quite close to here... Howdy Neighbor!</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sun, 09 Nov 2008 08:28:01 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26119#p26119</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26111#p26111</link>
			<description><![CDATA[<p>Hi ! OverFlow:</p><p>It does not wok !</p><br /><br /><p>&quot;%DPLoc%\install\adobe\setup.exe&quot;<br />even these two following commands<br />.........................<br />echo&nbsp; &nbsp; &nbsp; testing<br />pause<br />not work!!!</p><p>Anyway , thank you a lot !</p><p>I am from South Bend, Ind. next to you.</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sun, 09 Nov 2008 04:55:27 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26111#p26111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26101#p26101</link>
			<description><![CDATA[<p>You&#039;re my kind of dude... never give up! <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> I really admire that <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I see a few things i would make cleaner... like this</p><p>for %%i in (&quot;%DPLoc%\winxp\2008\*.exe&quot;) do start /wait /high %%i /passive /Nostart<br />start /wait &quot;%DPLoc%\winxp\2008\vb\VB6-KB946235-x86.exe&quot; /Q<br />&quot;%DPLoc%\install\_Antivirus\NAV\102\Symantec AntiVirus.msi&quot; /QB<br />&quot;%DPLoc%\Install\_av\_video\wmp\wmp11.exe&quot; /Q<br />&quot;%DPLoc%\Install\_av\decode\cole2k\SilentFiles\CPASetup.exe&quot; /S </p><p>Long file names almost always need to be in Quote&#039;s...</p><p>the for line might need to be<br />for %%i in (&quot;%DPLoc%\winxp\2008\*.exe&quot;) do start /wait /high &quot;%%i&quot; /passive /Nostart</p><p>let me know if that gets you any closer <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Nov 2008 18:20:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26101#p26101</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26096#p26096</link>
			<description><![CDATA[<p>Hi ! OverFlow:</p><p>Let&#039;s forget the Card-reader fisrt.</p><p>my xp ISO structure:</p><p>root\oem\dp1.7z<br />root\oem\dp2.7z<br />root\oem\install\applications\....<br />root\oem\winxp\hotfixs\....<br />root\oem\DP_Install_Tool.cmd</p><br /><p>Here is your script with some applications:<br />................<br />................<br />for %%i in (%DPLoc%\winxp\2008\*.exe) do start /wait %%i /passive /Nostart<br />start /wait %DPLoc%\winxp\2008\vb\VB6-KB946235-x86.exe /Q<br />%DPLoc%\&quot;install\_Antivirus\NAV\102\Symantec AntiVirus.msi&quot; /QB<br />%DPLoc%\Install\_av\_video\wmp\wmp11.exe /Q<br />%DPLoc%\Install\_av\decode\cole2k\SilentFiles\CPASetup.exe /S </p><p>:Done<br />exit</p><p>Not work !!!</p><br /><p>%DPLoc%&nbsp; is the CD/DVD+oem ???<br />What&#039;s wrong !!!</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sat, 08 Nov 2008 07:35:19 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26096#p26096</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26094#p26094</link>
			<description><![CDATA[<p>It is not possable to avoid a drive letter search after the initial reboot (in your case)<br />because the way your drive letters change we also can&#039;t do something simple like searching z~a instead of a~z<br />(which is the simple and obvious choice) because sometimes your ODD is first and sometimes it is last...</p><p>you can not perform a drive letter search because your bios will not allow us to correct for your issue.<br /> - disabling the card readers is (should be) a bios function- <br />initialy assigning them in the same order as the OS will after the install may not be possable </p><p>not being able to disable is a BUG in the BIOS of the laptop and as such needs to be corrected by them...<br />they may even have a work around they recommend <br />- certainly they have to preload them at the factory <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> <br />&nbsp; How do they do it???&nbsp; <br />Perhaps you can talk to someone in the config shop.</p><p>options</p><p>BIOS Fix from OEM</p><p>Insider secret from OEM config shop</p><p>Copy all files to laptop HDD during textmode <br />$OEM$\$1\&nbsp; is copied to %SystemRoot% at textmode<br />Hint M1 uses $OEM$\$1\ folder... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />useing this method your files will always be at %SystemRoot% and no drive letter search is needed at all...</p><p>put a disk in the readers!!!</p><p>There is a way to specificaly assign drive letters during the install but i do not remember the details...<br />It was somewhat complex. <br />It was somthing like - seeding a file that is normaly created during the install. that file containing a cache of the currently assigned drive letters. (hack the OS)</p><p>I dont know how much you make an hour but a new laptop that works is starting to look cheap <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> LOL</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Nov 2008 03:11:27 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26094#p26094</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=26093#p26093</link>
			<description><![CDATA[<p>Hi ! OverFlow:</p><p>Your suggestion seems not work !!!<br />how do you specify the cd/dvd label (%cdrom%) in your script? I want to install the applications ( adobe ...) directly from CD/dvd &gt;<br />I find nothing about the cd/dvd?</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sat, 08 Nov 2008 02:22:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=26093#p26093</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=25291#p25291</link>
			<description><![CDATA[<p>Hi! OverFlow:</p><p>Your scrip work fine. <br />You mean your script will keep the cd/dvd rom drive labels after ist reboot. So all applications calling from your script should work with the original CD/dvd label ??? Applications calling from RunOnceEx.cmd fail wihle pc with interbal Card-reader and USB-devices!!!!</p><p>And it needs to slipstream again in this way ????</p><p>I will try your suggestion, hope it works (including USB-devices).<br />Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sun, 19 Oct 2008 09:14:39 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=25291#p25291</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=25266#p25266</link>
			<description><![CDATA[<p>well you could cheat a little... </p><p>my script works right?</p><p>Put your apps in the DriverPacks.net folder too...</p><p>so at the end of my dpinst script add the calls to your apps... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> <br />add your lines at the end of the script <br />- right above the :Done and Exit lines. </p><br /><p>&quot;%DPLoc%\myapp1&quot;<br />&quot;%DPLoc%\myapp2&quot;<br />&quot;%DPLoc%\adobe\setup&quot;</p><br /><p>:Done<br />EXIT</p><p>i don&#039;t see any reason that would not work...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 18 Oct 2008 15:50:50 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=25266#p25266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=25260#p25260</link>
			<description><![CDATA[<p>Hi ! OverFlow:</p><p>Your new version works fine that all required drivers (including internal Card-reader) are installed. <br />But the applications in the cd/dvd are not installed from RunOncEx.cmd due to dvd-rom drive label changed after 1st reboot (while PC with cardreader). So pc can&#039;t find the DVD rom to install all the other Applications calling from RunOnceEx.cmd (expected to install them from DVD by the RunOncEx.cmd).</p><p>For PC without card-reader, it works perfectly (both drivers and applications by fully UA install).</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sat, 18 Oct 2008 11:32:56 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=25260#p25260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24853#p24853</link>
			<description><![CDATA[<p>a thirsty horse gets you to a water hole.</p><p>Jeff, yesterday I installed (long story why it could not be done in a test plank is not needed) a card reader in my main machine and I also connected my Canon Eos 350.. bugger. the SD microdrive can be read from the interneal, and not from USB???</p><p>I KNOW I could read the camera drive when i connected it by USB<br />it does not work today.<br />what is different?<br />Online armor<br />different graphics card<br />service packs updates.. I know it worked in SP3.</p><p>what I mean here is that I know nothing to be certain forever.<br />it worked<br />it don&#039;t.</p><p>tomorrow, I can fire up a testplank, and a direct connect to USB from my eos 350 might work?</p><p>Folks, I described a series of events without getting into detail.</p><p>a, bughunter needs: what version in what OS<br />b; bughunter needs, what did I do/and what was the expected result.<br />c: can I reproduce this? bughunter needs; the logs.</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Sun, 05 Oct 2008 03:38:24 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24853#p24853</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24849#p24849</link>
			<description><![CDATA[<p>I belive that base 8.09x SAD called from runonce should work fine... based on that post above...</p><p>but he is trying to use WSnows approach instead. </p><p>you can lead a horse...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sun, 05 Oct 2008 02:10:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24849#p24849</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24842#p24842</link>
			<description><![CDATA[<p>get to end up with all HDD and opticals before card readers; yes.</p>]]></description>
			<author><![CDATA[null@example.com (Jaak)]]></author>
			<pubDate>Sun, 05 Oct 2008 01:10:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24842#p24842</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24532#p24532</link>
			<description><![CDATA[<p>Hi ! OverFlow:</p><p>The sequences of drive letters are changed before and after rebbot !!!!<br /><a href="http://www.msfn.org/board/lofiversion/index.php/t74179.html">Here is a sample</a></p><p>In GUI setup:</p><p>CODEC: HD<br />D: card slot 1<br />E: card slot 2<br />F: card slot 3<br />G: card slot 4<br />H: DVD</p><p>After the reboot to first login:</p><p>CODEC: HD<br />D: DVD<br />E: card slot 1<br />F: card slot 2<br />G: card slot 3<br />H: card slot 4</p><p>Perhaps this is the answer ! I am trying to find it out ! <br />Thank you again</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sat, 27 Sep 2008 04:14:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24532#p24532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24531#p24531</link>
			<description><![CDATA[<p>may i know the manufacturer and model ? i would like to do a littel digging to see if there is a fix for the laptop assigning the drive letters out of order...</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 27 Sep 2008 03:44:50 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24531#p24531</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible fully silent installation with pre-set *.ini file ???]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=24525#p24525</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>i belive if you try that version you will find that the card readers will no longer hang you up...</p><p>if they do still Hang after useing the above version or if you know the boot order in the bios is incorrectly assigning drive letters to your removable media (card readers) before the HDD. IE the SystemDrive will not be C:&nbsp; It will be G: - or whatever letter is next after assigning each of the removable drives a letter. If it&#039;s true, that the HDD can not be assigned as the primary boot device &#039;C:&#039; from the machines bios, then i can tell you how to customize your setup so you can address the machines BIOS problem. <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>The drive letter / bios problem normaly shows up when a card reader is added to a desktop and the MB bios is not able to correctly deal with the removable drives - since you indicated this was a laptop i don&#039;t expect you will have this happening to you...</p></blockquote></div><p>Hi ! OverFlow:</p><p>While running RunOncEx.cmd and calling your cmd from it.<br />Yes, the problem is to find the driver letter. System drive is G. How about dvd_drom ?? Is C or H ?&nbsp; I have single Hdd with 2 partitions, one floppy with 2 card-readers.&nbsp; Boot order :&nbsp; DVD-rom ,HDD then Floppy</p><p>C:&nbsp; DVD-rom&nbsp; ??<br />D:&nbsp; Hdd partition 2<br />E:&nbsp; card-reader 1<br />F:&nbsp; card-reader 2<br />G:&nbsp; system drive(HDD partiton 1)<br />H:&nbsp; DVD-rom&nbsp; ??<br />Floppy &gt;&nbsp; can&#039;t be C or H</p><p>So the DVD-rom must be one of C and H ??!!<br />Applcation programs (in the root of DVD) are installed from DVD. and PC shows G:\install... then fails to continue.<br />It should be DVD\install...</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (swbchen)]]></author>
			<pubDate>Sat, 27 Sep 2008 03:04:12 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=24525#p24525</guid>
		</item>
	</channel>
</rss>
