<?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; software installation</title>
	<atom:link href="http://www.ghacks.net/tag/software-installation/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 23:31:44 +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>Software Installation Monitor</title>
		<link>http://www.ghacks.net/2009/03/01/software-installation-monitor/</link>
		<comments>http://www.ghacks.net/2009/03/01/software-installation-monitor/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 11:42:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[install programs]]></category>
		<category><![CDATA[monitor file system]]></category>
		<category><![CDATA[monitor registry]]></category>
		<category><![CDATA[software installation]]></category>
		<category><![CDATA[software monitor]]></category>
		<category><![CDATA[spyme tools]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10840</guid>
		<description><![CDATA[Many software programs have to be installed on a computer system before they can be used. The installation itself is not a transparent process because the user is not informed about the Registry and file changes that the installer initiates. Most users would probably skip those information anyway but monitoring software installations is a reliable [...]]]></description>
			<content:encoded><![CDATA[<p>Many software programs have to be installed on a computer system before they can be used. The installation itself is not a transparent process because the user is not informed about the Registry and file changes that the installer initiates. Most users would probably skip those information anyway but monitoring software installations is a reliable way of determining if a software program is making changes to a computer system that it should not.</p>
<p><a href="http://www.lcibrossolutions.com/spyme_tools.htm">SpyMe Tools</a> is a software program that can monitor both file and registry changes caused by software installations. This is done by creating snapshots before and after the software installation. These snapshots are then compared to each other and the differences are shown to the user. The program does require some manual work before it can be used effectively. The first step is to create a snapshot of the Windows Registry before the software installation. </p>
<p>After that it is necessary to switch to file mode and select the hard drives that should be monitored for changes. This usually includes the partition with the Windows operating system and the partition that the software gets installed to. The program will create another snapshot of the hard drives which also has to be saved to the local hard drive.</p>
<p><span id="more-10840"></span>After both snapshots have been created start the software installation normally. Once the software installation has been completed run a second scan of both the file system and Windows Registry. A click on the Compare button makes it then possible to compare both snapshots with each other to display the changes to both the file system and the Windows Registry that the installation has caused.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/03/software_installation-500x327.jpg" alt="software installation" title="software installation" width="500" height="327" class="alignnone size-medium wp-image-10841" /></p>
<p>The software installation monitor will display the information in a tree like view in the left window of the software program. If you compare the file system it will list all folders that have been changed in the file system since the creation of the first and second snapshot. The right window will contain the actual file information including name, type and size.</p>
<p>SpyMe Tools are also providing access to a real time monitor that can either monitor the Windows Registry or the file system in specified locations. The real time mode is a bit harder to work with as all changes will be listed in one quickly growing table.</p>

	Tags: <a href="http://www.ghacks.net/tag/install-programs/" title="install programs" rel="tag">install programs</a>, <a href="http://www.ghacks.net/tag/monitor-file-system/" title="monitor file system" rel="tag">monitor file system</a>, <a href="http://www.ghacks.net/tag/monitor-registry/" title="monitor registry" rel="tag">monitor registry</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/software-monitor/" title="software monitor" rel="tag">software monitor</a>, <a href="http://www.ghacks.net/tag/spyme-tools/" title="spyme tools" rel="tag">spyme tools</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/22/keep-software-installers-up-to-date/" title="Keep Software Installers Up To Date (November 22, 2008)">Keep Software Installers Up To Date</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/08/06/internet-monitoring-software-internet-logger/" title="Internet Monitoring Software Internet Logger (August 6, 2009)">Internet Monitoring Software Internet Logger</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/12/04/application-monitor-2/" title="Application Monitor (December 4, 2008)">Application Monitor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/01/software-installation-monitor/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
