<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [SOLVED] RunOnceEx entry.]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=1285</link>
		<description><![CDATA[The most recent posts in [SOLVED] RunOnceEx entry..]]></description>
		<lastBuildDate>Tue, 13 Feb 2007 21:14:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=8255#p8255</link>
			<description><![CDATA[<p>Hey,</p><p>That&#039;s a very helpful reply.</p><p>Thanks.</p><p>laze.</p>]]></description>
			<author><![CDATA[null@example.com (just_laze)]]></author>
			<pubDate>Tue, 13 Feb 2007 21:14:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=8255#p8255</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=8242#p8242</link>
			<description><![CDATA[<div class="quotebox"><cite>just_laze wrote:</cite><blockquote><p>Hey,</p><p>This is going to sound really strange especially as I cannot back it up. But there&#039;s a reason I don&#039;t use GUIRunOnce, something I&#039;ve done to my installation means I can&#039;t but at the moment I can&#039;t recall exactly what that is that results in this limitation but it&#039;s my reason for using RunOnceEx in the first place.</p><p>Thanks for your reply and it&#039;s impossible not to come across rude but I can sure you it isn&#039;t my intention when I ask... can you answer my original question please?</p><p>laze.</p></blockquote></div><p>Well, suppose this is the entry you&#039;re adding to your RunOnceEx batch file:</p><div class="codebox"><pre><code>REG ADD %KEY%\055 /VE /D &quot;Cleaning Up and Rebooting&quot; /f
REG ADD %KEY%\055 /V 1 /D &quot;%systemdrive%\install\cleanup.cmd&quot; /f</code></pre></div><p>Then you could NOT display a title (note that is theoretical and NOT tested) and still execute the entry by changing it to this:</p><div class="codebox"><pre><code>REG ADD %KEY%\055 /V 1 /D &quot;%systemdrive%\install\cleanup.cmd&quot; /f</code></pre></div><p>Note that you&#039;ll have to change this manually AFTER ROE.exe was executed, which directly updates the registry. An alternative approach is to choose &quot;custom&quot; as the Finisher method, so you can set the execution of the Finisher yourself. In this case, just make sure </p><div class="codebox"><pre><code>%SystemDrive%\DPsFnshr.exe</code></pre></div><p>gets executed, at whatever moment you prefer.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Tue, 13 Feb 2007 18:49:04 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=8242#p8242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=8241#p8241</link>
			<description><![CDATA[<p>Hey,</p><p>This is going to sound really strange especially as I cannot back it up. But there&#039;s a reason I don&#039;t use GUIRunOnce, something I&#039;ve done to my installation means I can&#039;t but at the moment I can&#039;t recall exactly what that is that results in this limitation but it&#039;s my reason for using RunOnceEx in the first place.</p><p>Thanks for your reply and it&#039;s impossible not to come across rude but I can sure you it isn&#039;t my intention when I ask... can you answer my original question please?</p><p>laze.</p>]]></description>
			<author><![CDATA[null@example.com (just_laze)]]></author>
			<pubDate>Tue, 13 Feb 2007 17:59:46 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=8241#p8241</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=8237#p8237</link>
			<description><![CDATA[<p>Then use GUIRunOnce instead <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /> Check <a href="http://forum.driverpacks.net/viewtopic.php?id=364">this FAQ entry</a> for more info.</p>]]></description>
			<author><![CDATA[null@example.com (Wim Leers)]]></author>
			<pubDate>Tue, 13 Feb 2007 16:25:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=8237#p8237</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] RunOnceEx entry.]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=8234#p8234</link>
			<description><![CDATA[<p>Hey,</p><p>Wow - what a fantastic project and what tremendous progress you&#039;ve made since the initial idea stage.</p><p>I&#039;ve reached a point where I&#039;m happy with my unattended installation and want to begin integrating drivers, mainly massstorage for text-mode (as Windows does not support certain S-ATA controllers and I want to remove the requirement for that old fashioned floppy drive) and network (once you have your network/internet connection, you can then download the latest drivers for your hardware).</p><p>I see the need for an entry in RunOnceEx and appreciate that you allow your users to choose the entry number but where is this information stored? The reason I ask is, I&#039;d rather the entry wasn&#039;t visible in the list of items being installed during RunOnce. Essentially I&#039;d like to remove the <em>title</em> from the DriverPack RunOnce entry - how can I do this?</p><p>Thank you.</p><p>laze.</p>]]></description>
			<author><![CDATA[null@example.com (just_laze)]]></author>
			<pubDate>Tue, 13 Feb 2007 15:05:23 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=8234#p8234</guid>
		</item>
	</channel>
</rss>
