<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Love this program.]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=1448&amp;type=atom"/>
	<updated>2007-04-12T04:19:58Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=1448</id>
		<entry>
			<title type="html"><![CDATA[Love this program.]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=9904#p9904"/>
			<content type="html"><![CDATA[<p>I use this program almost a daily basis and I am trying to raise some funds for donation for it. I thought that since I haven&#039;t raised any money yet I would donate this instead. I know it is simple but anything to help out a great cause.</p><p>It is a progam I created with AutoIT3. It expands on the method 1 idea a little by adding Devpath.exe and the &quot;D&quot; folder created by method 1 to an autorun cd. It also checks to see if .Net framwork 1.1 is installed. If it isn&#039;t it will install it silently. </p><p>I have used this almost everyday with about 99% effectiveness. </p><p>I wasn&#039;t sure about posting the file but here is the source code. If it is okay, I can post a link to download this.</p><p>This only tested on Win XP English btw.</p><p>;~ Written by Rance &quot;Rankor&quot; Risley<br />;~ Created with AutoIT3<br />;~ Created on 4/07/07<br />;~ To be used at your oun risk</p><br /><p>; Set some vars<br />Global Const $ProgramName = &#039;Devpath.exe&#039;<br />Global Const $Directory = @ScriptDir &amp; &#039;D&#039;<br />Global $Program = @ScriptDir &amp; $ProgramName &amp; &#039; &#039; &amp; $Directory<br />; Detects if .Net Framework 1.1 is installed<br />Global $varFrame11 = RegRead(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322&quot;, &quot;Install&quot;)</p><p>;Detects OS version<br />If @OSVersion = &quot;WIN_XP&quot; Then<br />&nbsp; &nbsp; ; If .Net Framwwork is not installed prompt to install or not.<br />&nbsp; &nbsp; if&nbsp; &nbsp; $varFrame11 = &quot;-1&quot; Then<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;$msg = MsgBox(52,&quot;WARNING&quot;,&quot;It does not look like .Net Framework 1.1 is installed. This can cause problems with some drivers. Install it?&quot;) <br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;Select<br />&nbsp; &nbsp; &nbsp; &nbsp; Case $msg = 6<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ; Install .Net Framework 1.1 quietly<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TrayTip(&quot;&quot;,&quot;Extracting .Net Framework 1.1&quot;,&quot;30&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Run(&quot;1_0dotnetframework.exe /q:a /c /t:&quot; &amp; @TempDir &amp; &quot;\dotnet1&quot;, &quot;&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ProcessWaitClose(&quot;1_0dotnetframework.exe&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TrayTip(&quot;&quot;,&quot;Installing .Net Framework 1.1&quot;,&quot;30&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $PID = Run(@TempDir &amp; &quot;\dotnet1\install.exe /q&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ProcessWaitClose($PID)<br />&nbsp; &nbsp; &nbsp; &nbsp; Case $msg = 7<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;Do not install it and prompt user.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(48, &quot;WARNING&quot;, &quot;You have been warned.&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; EndSelect<br />&nbsp; &nbsp; EndIf<br />&nbsp; &nbsp; ; Run DevPath.exe and let user know that it is ready.<br />&nbsp; &nbsp; run($Program)<br />&nbsp; &nbsp; $msg = MsgBox(68, $ProgramName, $ProgramName &amp; &quot; has been directed to &quot; &amp; $Directory &amp; &quot; and is ready to go. Do you need instructions?&quot;)<br />&nbsp; &nbsp; Select ; If user wants to read some instructions on how to use this display the readme.txt<br />&nbsp; &nbsp; Case $msg = 6<br />&nbsp; &nbsp; &nbsp; &nbsp; run(&quot;notepad.exe Readme.txt&quot;)<br />&nbsp; &nbsp; Case $msg = 7<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; MsgBox(64,&quot;&quot;,&quot;If you need information please read &quot; &amp; @ScriptDir &amp;&quot;Readme.txt&quot;)<br />&nbsp; &nbsp; EndSelect<br />Else<br />&nbsp; &nbsp; ; Prevents it from being ran on anything but an XP system<br />&nbsp; &nbsp; MsgBox(0,&quot;HEY YOU&quot;, &quot;This can only be ran on an XP System.&quot;)<br />&nbsp; &nbsp; Exit<br />Endif</p><p>Exit</p>]]></content>
			<author>
				<name><![CDATA[Rankor]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1955</uri>
			</author>
			<updated>2007-04-12T04:19:58Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=9904#p9904</id>
		</entry>
</feed>
