<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Question about GUIrunoce and runonceex massStorage installation]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3739</link>
		<description><![CDATA[The most recent posts in Question about GUIrunoce and runonceex massStorage installation.]]></description>
		<lastBuildDate>Mon, 11 May 2009 18:46:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Question about GUIrunoce and runonceex massStorage installation]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31268#p31268</link>
			<description><![CDATA[<p>LOL! <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /><br />You&#039;ve got all your updates running at the same time!&nbsp; And your CDROM variable isn&#039;t declared properly.&nbsp; No wonder they&#039;re failing.<br />I use the following code and it works fine for me.&nbsp; Just make sure your installers are all in the %CDROM%\Runonceex\* directory! <br />You need to change your code to read:<br /></p><div class="quotebox"><blockquote><p>@echo off<br />title= Adding programs to runonceexe<br />echo Adding programs to runonceexe<br />FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51 SET CDROM=%%i:</p><p>SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx</p><p>REG ADD %KEY% /V TITLE /D &quot;Ultima botta&quot; /f</p><p>REG ADD %KEY%\900 /VE /D &quot;NET_3.5-SP1+LP_ITA+updates...&quot; /f<br />REG ADD %KEY%\900/V 1 /D &quot;%CDROM%\Runonceex\dotNET_3.5-SP1+LangPackITA+updates.exe&quot; /f<br />REG ADD %KEY%\901 /VE /D &quot;NET Patches&quot; /f<br />REG ADD %KEY%\901 /V 1 /D &quot;%CDROM%\Runonceex\WindowsXP-KB961118-x86-ITA.exe /quiet /norestart&quot; /f<br />REG ADD %KEY%\902 /VE /D &quot;Wallpaper&quot; /f<br />REG ADD %KEY%\902 /V 1 /D &quot;%CDROM%\Runonceex\personalwallpaper.exe&quot; /f<br />REG ADD %KEY%\903 /VE /D &quot;EULA batch&quot; /f<br />REG ADD %KEY%\903 /V 1 /D &quot;%CDROM%\Runonceex\uela.bat&quot; /f</p><p>EXIT</p></blockquote></div><p>The reference for this info is here: <a href="http://unattended.msfn.org/unattended.xp/view/web/59/SESSID=aa43954ac8035c8c0dfc48cad54c7b3c/">http://unattended.msfn.org/unattended.x … ad54c7b3c/</a></p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Mon, 11 May 2009 18:46:55 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31268#p31268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Question about GUIrunoce and runonceex massStorage installation]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31266#p31266</link>
			<description><![CDATA[<p>Damn! I don&#039; t know why but there&#039; s a problem.<br />I set finishing method to runonceex 937 as default and my runonceex file doesn&#039; t install netframework but only personalwallpaper an uela.bat.<br />HELP!!!</p><p>Here&#039; s my runonce:</p><br /><p>@Echo Off<br />SetLocal enableextensions<br />SET CDROM=%cd:~0,2%</p><p>SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx</p><p>REG ADD %KEY% /V TITLE /D &quot;Ultima botta&quot; /f</p><p>REG ADD %KEY%\000 /VE /D &quot;NET_3.5-SP1+LP_ITA+updates...&quot; /f<br />REG ADD %KEY%\000/V 1 /D &quot;%CDROM%\Runonceex\dotNET_3.5-SP1+LangPackITA+updates.exe&quot; /f<br />REG ADD %KEY%\000 /V 2 /D &quot;%CDROM%\Runonceex\WindowsXP-KB961118-x86-ITA.exe /quiet /norestart&quot; /f<br />REG ADD %KEY%\000 /V 3 /D &quot;%CDROM%\Runonceex\personalwallpaper.exe&quot; /f<br />REG ADD %KEY%\000 /V 4 /D &quot;%CDROM%\Runonceex\uela.bat&quot; /f</p><p>ENDLOCAL<br />EXIT</p>]]></description>
			<author><![CDATA[null@example.com (alto)]]></author>
			<pubDate>Mon, 11 May 2009 15:32:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31266#p31266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Question about GUIrunoce and runonceex massStorage installation]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31264#p31264</link>
			<description><![CDATA[<p>Ok thank you Overflow, now I try and than post the result...</p>]]></description>
			<author><![CDATA[null@example.com (alto)]]></author>
			<pubDate>Mon, 11 May 2009 09:55:41 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31264#p31264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Question about GUIrunoce and runonceex massStorage installation]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31223#p31223</link>
			<description><![CDATA[<p>you could... but they would still collide...<br />RunOnce and GUIRunOnce do not wait for a program to finish before calling the next command <img src="http://forum.driverpacks.net/img/smilies/yikes.png" width="15" height="15" alt="yikes" /><br />and if you have auto login enabled then GUIRunOnce will start running while RunOnceEx is still executing <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />You have to use Start /Wait - and that may not always work either <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> (Programs that use a launcher / extractor app)</p><p>you can select runonce from DriverPacks BASE too... rather than doing it manually <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />the default 937 should not interfere with anything... (looks like you used 000)</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Thu, 07 May 2009 21:38:28 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31223#p31223</guid>
		</item>
		<item>
			<title><![CDATA[Question about GUIrunoce and runonceex massStorage installation]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=31218#p31218</link>
			<description><![CDATA[<p>hello, I&#039; ve just finished my unattended xp with nlite and I want to slipstream mass storage driver.&nbsp; I already have a runonceex file (before mass storage integration) wich work fine, if I use GUIrunonce as finisher it creates a collision with runonceex?<br />If I have to use runonceex can someone tell me how to properly do it please?<br />It&#039; s ok if I simply choose custom before slipstream and add this to my runonceex file?</p><p>REG ADD %KEY%\000 /VE /D &quot;DriverPacks Finisher...&quot; /f<br />REG ADD %KEY%\000 /V 1 /D &quot;%SystemDrive%\DPsFnshr.exe&quot; /f</p>]]></description>
			<author><![CDATA[null@example.com (alto)]]></author>
			<pubDate>Thu, 07 May 2009 12:50:19 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=31218#p31218</guid>
		</item>
	</channel>
</rss>
