<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - RIS Install and method 2]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=3602&amp;type=atom"/>
	<updated>2009-03-19T21:43:46Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=3602</id>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30137#p30137"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Doh... One should not code when one is tired <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Or drinking...but that&#039;s my vice... <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>2009-03-19T21:43:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30137#p30137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30134#p30134"/>
			<content type="html"><![CDATA[<p>Doh... One should not code when one is tired <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-19T21:28:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30134#p30134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30122#p30122"/>
			<content type="html"><![CDATA[<p>Well, I also removed the move...&#039;to&#039;. <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>2009-03-19T16:18:09Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30122#p30122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30116#p30116"/>
			<content type="html"><![CDATA[<p>try it <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><p>i think &quot;.&quot; has been an allowed Abbr. for &quot;*.*&quot; since at least Win 2k...</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-19T05:36:07Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30116#p30116</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30115#p30115"/>
			<content type="html"><![CDATA[<p>True, my code would have to scan the contents of the text file first.&nbsp; Not quick.&nbsp; But more universal.<br />I believe your syntax is wrong though.&nbsp; It should be this:</p><div class="codebox"><pre><code>REM +==========================================================================+

If exist &quot;%systemroot%\system32\setupold.exe&quot; DEL /F &quot;%systemroot%\system32\setupold.exe&quot;
start /wait move /y &quot;%SYSTEMDRIVE%\$win_nt$.~ls\$OEM$\$1\*&quot; &quot;%SYSTEMDRIVE%\&quot;

REM +==========================================================================+</code></pre></div>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2009-03-19T05:28:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30115#p30115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30112#p30112"/>
			<content type="html"><![CDATA[<p>the simplest solution is to execute the single move that windows normaly would.</p><p>move %SYSTEMDRIVE%\$win_nt$.~ls\$OEM$\$1 to %SYSTEMDRIVE% and call it a day <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>a &quot;move&quot; should happen quickly enough it&#039;s not a &quot;copy&quot; <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Then DriverPacks should continue normaly without further issues...</p><p>this would be accomplished by adding one line near the top of presetup </p><div class="codebox"><pre><code>REM +==========================================================================+

If exist &quot;%systemroot%\system32\setupold.exe&quot; DEL /F &quot;%systemroot%\system32\setupold.exe&quot;
start /wait move /y &quot;%SYSTEMDRIVE%\$win_nt$.~ls\$OEM$\$1\.&quot; to &quot;%SYSTEMDRIVE%\&quot;

REM +==========================================================================+</code></pre></div>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-19T04:44:18Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30112#p30112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30103#p30103"/>
			<content type="html"><![CDATA[<p>If it helps, here&#039;s the batch code I wrote to determine the source files installation directory for my oemscan addon.&nbsp; It should work for disc-based or RIS-based installs.<br />The below code will find the drive letter/path to the source and declare it as the string %dospath%.<br /></p><div class="codebox"><pre><code>:PATH
setLocal EnableDelayedExpansion

for /f &quot;tokens=* delims= &quot; %%a in (%systemroot%\system32\$WINNT$.INF) do (
echo %%a | find &quot;dospath=&quot; &gt; nul
if not errorlevel 1 set str=%%a
)
for /f &quot;tokens=2 delims==&quot; %%a in (&#039;echo !str!&#039;) do (
SET dospath=%%a
echo dospath=!dospath!
)</code></pre></div><p>You could leave the OEM folder in your RIS image and just point presetup.cmd to %dospath%\OEM<br />Just a thought...</p>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2009-03-18T18:54:18Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30103#p30103</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30095#p30095"/>
			<content type="html"><![CDATA[<p>Aha i see didn&#039;t know that part, but whats the idea of removing the repair function when you can make the batch script do the move part for you and keep the repair function ?</p><p>Btw about the sound problem, added some commands to silently install live messenger and some other programs with GuiRunOnce, install of live messenger takes about 5 minutes on my slow test computer because it have to finish the other work with updates and driver installs before live messenger can be installed, and when its done the sound works fine, so that problem is kinda solved aswell.</p><p>EDIT : A tricky question, is Dpsfnshr hardcoded to load its dpsfnshr.ini file and the D folder from %SYSTEMDRIVE%<br />Tried to make presetup.cmd unpack into a seperate folder but got a error when starting the finisher saying it could not find the ini file, then i tried to move just the dpsfnshr.ini file into %SYSTEMDRIVE% but again no go, however this time it deleted the ini file after pressing ok to the error.</p>]]></content>
			<author>
				<name><![CDATA[danny]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6117</uri>
			</author>
			<updated>2009-03-18T14:07:57Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30095#p30095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30093#p30093"/>
			<content type="html"><![CDATA[<p>No...</p><p>if the unattended section is missing then the oem folder is not copied from %SYSTEMDRIVE%\$win_nt$.~ls\$OEM$\$1 to %SYSTEMDRIVE% (because this only happens for an unattended / OEM install) otherwise it is. and driverpacks will work as intended - AutoImage works. you need to copy it from $win_nt$.~ls because you altered teh winnt.sif so it is no longer an unattended install and must therefore manually force it to work, IE use the $win_nt$.~ls source instead of useing the final destination of&nbsp; &nbsp;$OEM$\$1 which is %SYSTEMDRIVE% in a normal unattended install.</p><p>so \$OEM$\$1\OEM will be moved to %SystemDrive%\OEM and work normaly if you are doing an OEM / unattended install</p><p>If you enable the repair feature you disable the $OEM$ folders one or the other - unless someone uses adapts your method.</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-18T13:06:57Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30093#p30093</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30089#p30089"/>
			<content type="html"><![CDATA[<p>This has nothing todo with the repair function, like i have said before you do not need oempreinstall with ris installs, it will automatic copy the intire content of your ris image dir (i386 OEM or what ever dirs you have inside it) into %SYSTEMDRIVE%\$win_nt$.~ls\ whereever oempreinstall is on or not. <br />This is because during most of the gui mode setup it doesn&#039;t have acces to the install source like it would if it was a cd install.</p><p>And no the autoimage tool only fixes one thing, when slipstreaming text mode storage drivers with DB_Base only the instalation will halt before its even started. Using autoimage will fix that.<br />Autoimage also renames the OEM folder to $OEM$/$1 but it does not edit the presetup.cmd batch to fit any of those changes, the presetup script is made to find 7z files on the install cd&#039;s OEM dir or on your %SYSTEMDRIVE% in case its a oempreinstall and unpack then into %SYSTEMDRIVE%, for ris installs you need to make it find 7z files inside %SYSTEMDRIVE%\$win_nt$.~ls\$OEM$\$1</p>]]></content>
			<author>
				<name><![CDATA[danny]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6117</uri>
			</author>
			<updated>2009-03-18T06:38:40Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30089#p30089</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30084#p30084"/>
			<content type="html"><![CDATA[<p>Just so users know this is to be used if you want to enable the repair feature.</p><p>a normal RIS install works just fine out of the box with roguespears autoimage.</p><p>These files overcome the problems created by removing the Unattended section of the winnt.sif...</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-18T02:49:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30084#p30084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30078#p30078"/>
			<content type="html"><![CDATA[<p>Tried installing it with all updates integrated on a much faster machine today, instead of my old slow test computers, and it worked like a charm, no massive work after it was installed, and sound was on from the first boot.<br />It might be because the old ones i tested it on cant handle all those updates within the instalation and has to do some of them on the first boot.</p><p>Ive made a fix for ris and ris like installs so the unpacking (presetup) works (requires the driverpacks 7z files, and bin folder is inside a folder called DriverPacks in your ris image root) It will also make KTD an option with 2 links on the desktop after installing. 1 for removing the unpacked files for ktd, and one for instaling kts, and remove the instalation dirs when done.</p><p>Extract this file into your i386 folder overwriting the old one.<br /><a href="http://www.fileqube.com/file/Kobxtm181301">http://www.fileqube.com/file/Kobxtm181301</a><br />Extract these files into your /OEM/bin dir, the bin subdir DP_BASE creates inside the oem folder.<br /><a href="http://www.fileqube.com/file/BLZdqiA181303">http://www.fileqube.com/file/BLZdqiA181303</a><br />Add this to your sif file instead of DPfnshr.exe<br />[GUIRunOnce]<br />&nbsp; &nbsp; command83=&quot;%SystemDrive%\fixdps.cmd&quot;</p><p>EDIT: Just tried my theory out by setting it to install a very big package (.NET Framework 3.0 runtimes) during the windows instalation with the svcpack function, and that resulted in the same sound error on my fast pc.</p>]]></content>
			<author>
				<name><![CDATA[danny]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6117</uri>
			</author>
			<updated>2009-03-17T13:55:39Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30078#p30078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30071#p30071"/>
			<content type="html"><![CDATA[<p>Thanks for keeping us in the loop!</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-03-16T16:17:13Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30071#p30071</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30063#p30063"/>
			<content type="html"><![CDATA[<p>Found the reason why it happend, it must have something todo with either WMP11 IE7 or some of the other extra updates i had slipstreamed in.<br />When i make the full version with all updates from WUD that nlite can handle the machine is doing lots of work on the first boot after install, and if i wait 10 minutes that work is done and the sound comes on.<br />Tried to make a version today with only the ones from the WUD Critical Updates folder. Minus IE7-WindowsXP-* and msxml4-*<br />It doesn&#039;t do all that work on the first boot, and the sound works on first boot, i have no idea what update pack it is yet though, but must be either ie7 or wmp11</p>]]></content>
			<author>
				<name><![CDATA[danny]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6117</uri>
			</author>
			<updated>2009-03-16T08:10:07Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30063#p30063</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: RIS Install and method 2]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=30048#p30048"/>
			<content type="html"><![CDATA[<p>Hm well i only get that error when im using a ris image with hotfixes slipstreamed in by nlite and drivers by DP with Autoimage (in that order)<br />When i take a clean ris image directly from a cd and then apply DP only it works fine, sound is on when its rebooted after gui mode setup.<br />And there that pci modem aint installed either. It should also be noted that the error is reproduceable on ALL the computers i have tested it on, both laptops and stationary ones, with and without onboard/pci modem.<br />I will try it though, but i dont have any high hopes for it hehe.</p>]]></content>
			<author>
				<name><![CDATA[danny]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=6117</uri>
			</author>
			<updated>2009-03-15T06:40:41Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=30048#p30048</id>
		</entry>
</feed>
