<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [SOLVED] RunOnceEx entry.]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1285&amp;type=atom"/>
	<updated>2007-02-13T21:14:43Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1285</id>
		<entry>
			<title type="html"><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=8255#p8255"/>
			<content type="html"><![CDATA[<p>Hey,</p><p>That&#039;s a very helpful reply.</p><p>Thanks.</p><p>laze.</p>]]></content>
			<author>
				<name><![CDATA[just_laze]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1692</uri>
			</author>
			<updated>2007-02-13T21:14:43Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=8255#p8255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=8242#p8242"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2007-02-13T18:49:04Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=8242#p8242</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=8241#p8241"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[just_laze]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1692</uri>
			</author>
			<updated>2007-02-13T17:59:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=8241#p8241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [SOLVED] RunOnceEx entry.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=8237#p8237"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Wim Leers]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2</uri>
			</author>
			<updated>2007-02-13T16:25:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=8237#p8237</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[SOLVED] RunOnceEx entry.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=8234#p8234"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[just_laze]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1692</uri>
			</author>
			<updated>2007-02-13T15:05:23Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=8234#p8234</id>
		</entry>
</feed>
