<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; msi</title>
	<atom:link href="http://www.ghacks.net/tag/msi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSI or EXE Setup</title>
		<link>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</link>
		<comments>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:47:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[bootstrapper]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[setup.exe]]></category>
		<category><![CDATA[software installation]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows installer]]></category>
		<category><![CDATA[windows setup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/23/msi-or-exe-setup/</guid>
		<description><![CDATA[Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application [...]]]></description>
			<content:encoded><![CDATA[<p>Some software programs are unpacked to both an msi ans exe setup file. If you are a end user you might wonder which to execute to install the application properly. Chance is that you tried both ways at least once and noticed that clicking the msi or the exe setup file would install the application properly. The setup.exe that you encounter in lots of software distributions is called a bootstrapper. This setup.exe file will check if the computer system is capable of running the software program; If it is it will initiate msiexec.exe which will launch the installation using the msi file.</p>
<p>Users who double-click on the msi file directly will also install the application but with the possibility that it will not run properly on the computer system. Take a computer program that requires the Microsoft .net Framework 3.5 for example. If the user has an older version of the framework installed setup.exe will download the files needed and launch the installation of the compatible framework and launch the installation using the msi file afterwards.</p>
<p>If the user installs using the msi file the installation will go through without problems but might experience an application crash or warning message while starting the application. It is therefor recommend on end user systems to always install applications using the setup.exe file if both a setup.exe and xyz.msi are available after unpacking the software program.</p>
<p><span id="more-11422"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/setup_msi_exe.jpg" alt="setup ms exe" title="setup ms exe" width="380" height="220" class="alignnone size-full wp-image-11421" /></p>
<p>There are even some msi setup files out there that will not perform the installation upon execution but request an installation using the setup.exe file instead to ensure that all necessary components are installed.</p>

	Tags: <a href="http://www.ghacks.net/tag/bootstrapper/" title="bootstrapper" rel="tag">bootstrapper</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/installer/" title="installer" rel="tag">installer</a>, <a href="http://www.ghacks.net/tag/knowledge/" title="Knowledge" rel="tag">Knowledge</a>, <a href="http://www.ghacks.net/tag/msi/" title="msi" rel="tag">msi</a>, <a href="http://www.ghacks.net/tag/setupexe/" title="setup.exe" rel="tag">setup.exe</a>, <a href="http://www.ghacks.net/tag/software-installation/" title="software installation" rel="tag">software installation</a>, <a href="http://www.ghacks.net/tag/tutorial/" title="tutorial" rel="tag">tutorial</a>, <a href="http://www.ghacks.net/tag/windows-installer/" title="windows installer" rel="tag">windows installer</a>, <a href="http://www.ghacks.net/tag/windows-setup/" title="windows setup" rel="tag">windows setup</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/" title="Windows Installer CleanUp Utility (July 23, 2009)">Windows Installer CleanUp Utility</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/01/software-installation-monitor/" title="Software Installation Monitor (March 1, 2009)">Software Installation Monitor</a> (11)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/04/28/learning-the-shell/" title="Learning the Shell (April 28, 2006)">Learning the Shell</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/11/join-multiple-video-files-into-one/" title="Join multiple video files into one (November 11, 2006)">Join multiple video files into one</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to reduce the fan speed of the Nvidia Geforce 6600 GT</title>
		<link>http://www.ghacks.net/2006/11/20/how-to-reduce-the-fan-speed-of-the-nvidia-geforce-6600-gt/</link>
		<comments>http://www.ghacks.net/2006/11/20/how-to-reduce-the-fan-speed-of-the-nvidia-geforce-6600-gt/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 22:12:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[6600-gt]]></category>
		<category><![CDATA[fan-noise]]></category>
		<category><![CDATA[fan-speed]]></category>
		<category><![CDATA[geforce]]></category>
		<category><![CDATA[geforce-fan-speed]]></category>
		<category><![CDATA[geforce-noise]]></category>
		<category><![CDATA[gpu-noise]]></category>
		<category><![CDATA[lower-fan-speed]]></category>
		<category><![CDATA[lower-noise]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[rivatuner]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/20/how-to-reduce-the-fan-speed-of-the-nvidia-geforce-6600-gt/</guid>
		<description><![CDATA[This trick might actually work with more cards than just my Nvidia Geforce 6600 GT card manufactured by MSI. The default fan noise is so irritating that I was looking for ways to either turn it down by software, bios upgrades or replacing the fan. I preferred the software method over flashing the bios over buying a new fan that could replace the old one. After consulting google with searchtearms like geforce 6600 fan speed, reduce fan speed geforce and similar strings I finally found a forum entry that was about the problem I faced.]]></description>
			<content:encoded><![CDATA[<p>This trick might actually work with more cards than just my Nvidia Geforce 6600 GT card manufactured by MSI. The default fan noise is so irritating that I was looking for ways to either turn it down by software, bios upgrades or replacing the fan. I preferred the software method over flashing the bios over buying a new fan that could replace the old one. After consulting google with search terms like geforce 6600 fan speed, reduce fan speed geforce and similar strings I finally found a forum entry that was about the problem I faced.</p>
<p>A guy suggested to use the freeware <a href="http://www.guru3d.com/index.php?page=rivatuner&#038;menu=8" target="_blank">RivaTuner</a> which he said was able to reduce the fan speed of my video card by altering the fan speed directly. This was the solution I was looking for. I quickly downloaded and installed Rivatuner. The only thing left was to lower the fan speed and make the changes permanent.</p>
<p><span id="more-926"></span></p>
<p>I clicked on customize in the first screen that appeared right next to Forceware detected and selected the icon for system settings from the panel. The second tab was named fan, the goal of my search. I was able to define a fan speed value for three different states: standard 2D, low power 3D and performance 3D. I changed the settings from 100% to 25 in standard 2D mode, 50% for low power 3D and 100% for performance 3D. 2D means everything that you do normally in windows like using office, surfing the internet or  writing an email. </p>
<p>I checked the box that saved the settings and applied them at every system start and voila &#8211; the noise was gone. From one second to the next it was gone. My pc is almost silent now, the noisiest part is my external hard drive, everything else is almost silently. (I bought a low noise cpu fan and power supply).</p>
<p>I suggest you take a look at Rivatuner if you face a similar problem like I did. It might solve yours too</p>

	Tags: <a href="http://www.ghacks.net/tag/6600-gt/" title="6600-gt" rel="tag">6600-gt</a>, <a href="http://www.ghacks.net/tag/fan-noise/" title="fan-noise" rel="tag">fan-noise</a>, <a href="http://www.ghacks.net/tag/fan-speed/" title="fan-speed" rel="tag">fan-speed</a>, <a href="http://www.ghacks.net/tag/geforce/" title="geforce" rel="tag">geforce</a>, <a href="http://www.ghacks.net/tag/geforce-fan-speed/" title="geforce-fan-speed" rel="tag">geforce-fan-speed</a>, <a href="http://www.ghacks.net/tag/geforce-noise/" title="geforce-noise" rel="tag">geforce-noise</a>, <a href="http://www.ghacks.net/tag/gpu-noise/" title="gpu-noise" rel="tag">gpu-noise</a>, <a href="http://www.ghacks.net/tag/lower-fan-speed/" title="lower-fan-speed" rel="tag">lower-fan-speed</a>, <a href="http://www.ghacks.net/tag/lower-noise/" title="lower-noise" rel="tag">lower-noise</a>, <a href="http://www.ghacks.net/tag/msi/" title="msi" rel="tag">msi</a>, <a href="http://www.ghacks.net/tag/noise/" title="noise" rel="tag">noise</a>, <a href="http://www.ghacks.net/tag/nvidia/" title="nvidia" rel="tag">nvidia</a>, <a href="http://www.ghacks.net/tag/rivatuner/" title="rivatuner" rel="tag">rivatuner</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/01/lower-video-card-noise-by-reducing-the-fan-speed/" title="Lower Video Card noise by reducing the fan speed (January 1, 2008)">Lower Video Card noise by reducing the fan speed</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/26/rivatuner-20-final/" title="RivaTuner 2.0 Final (December 26, 2006)">RivaTuner 2.0 Final</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/05/create-video-card-profiles-to-save-power-and-reduce-noise/" title="Create Video Card Profiles To Save Power And Reduce Noise (November 5, 2008)">Create Video Card Profiles To Save Power And Reduce Noise</a> (15)</li>
	<li><a href="http://www.ghacks.net/2007/03/01/use-speedfan-to-control-temperatures/" title="Use Speedfan to control temperatures (March 1, 2007)">Use Speedfan to control temperatures</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/02/12/the-most-annoying-pc-noise-makers/" title="The most annoying pc noise makers (February 12, 2007)">The most annoying pc noise makers</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/20/how-to-reduce-the-fan-speed-of-the-nvidia-geforce-6600-gt/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
