<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>How To Speed Up Some Windows Software Installations</title><link>http://www.ghacks.net/2010/08/06/how-to-speed-up-some-windows-software-installations/</link> <comments>http://www.ghacks.net/2010/08/06/how-to-speed-up-some-windows-software-installations/#comments</comments> <pubDate>Fri, 06 Aug 2010 15:27:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[registry tips]]></category> <category><![CDATA[software installation]]></category> <category><![CDATA[windows registry]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=32107</guid> <description><![CDATA[Delays during software installations in Windows are something that many Windows users experience from time to time. One of the most common causes is the spawning of an installation window in the background, especially if it is waiting for user input. Installations won&#8217;t commence until the user interacts with that window, which is bad if [...]]]></description> <content:encoded><![CDATA[<p>Delays during software installations in Windows are something that many Windows users experience from time to time. One of the most common causes is the spawning of an installation window in the background, especially if it is waiting for user input. Installations won&#8217;t commence until the user interacts with that window, which is bad if the window is not visible on the desktop.</p><p>Windows has a 200 second limit set for cases like this, which means that the operating system waits more than 3 minutes before the window waiting for input is pulled to the front.</p><p>Sure, it is possible to minimize all other windows to see if a window waiting for user input is delaying the software installation.</p><p><span
id="more-32107"></span>Changing the default interval from 200 seconds to a shorter interval is often a better option. Windows stores the value in the Windows Registry. To change the value, press Windows-R, type regedit, and hit the enter key on the keyboard.</p><p>Navigate to the Registry key HKEY_CURRENT_USER\Control Panel\Desktop and locate the parameter ForegroundLockTimeout on the right side of the Registry editor.</p><div
id="attachment_32108" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/foreground-lock-timeout.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/foreground-lock-timeout-500x226.png" alt="foreground lock timeout" title="foreground lock timeout" width="500" height="226" class="size-medium wp-image-32108" /></a><p
class="wp-caption-text">foreground lock timeout</p></div><blockquote><p>Definition: ForegroundLockTimeout, Specifies the time in milliseconds, following user input, during which the system keeps applications from moving into the foreground.</p></blockquote><p>Double-click that parameter to edit it. Switching from hexadecimal to decimal makes the value changing easier. The values are listed in milliseconds, the default 200000. Change the value to one between 10000 and 50000, which equals 10 to 50 seconds.</p><p>It is not recommended to change it to less than 10 seconds, considering that it will bring all windows requiring input to the front in that time, not only installation windows.</p><p>The changes are immediately active. It is always possible to go back and adjust the interval if the window changing is happening to fast or to slow.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/06/how-to-speed-up-some-windows-software-installations/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Installing applications from the command line in OpenSuSE</title><link>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/</link> <comments>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/#comments</comments> <pubDate>Sat, 29 May 2010 19:17:35 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[linux installation]]></category> <category><![CDATA[opensuse]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[software installation]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25774</guid> <description><![CDATA[So far in our OpenSuSE series we have covered OpenSuSE (see &#8220;Why not try OpenSuSE&#8220;), YaST (see &#8220;YaST: Yet Another Setup Tool&#8220;), and Installing software (see &#8220;Installing software in OpenSuSE with YaST&#8220;). This time around we are going to take a look at how to install software in OpenSuSE using the command line. I realize [...]]]></description> <content:encoded><![CDATA[<p>So far in our OpenSuSE series we have covered OpenSuSE (see &#8220;<a
title="Why not try OpenSuSE?" href="http://www.ghacks.net/2010/05/26/why-not-try-opensuse-11-2/" target="_blank">Why not try OpenSuSE</a>&#8220;), YaST (see &#8220;<a
title="YaST: Yet Another Setup Tool" href="http://www.ghacks.net/2010/05/27/yast-yet-another-setup-tool/" target="_blank">YaST: Yet Another Setup Tool</a>&#8220;), and Installing software (see &#8220;<a
title="Installing software in OpenSuSE with YaST" href="http://www.ghacks.net/2010/05/28/installing-software-in-opensuse-with-yast/" target="_blank">Installing software in OpenSuSE with YaST</a>&#8220;). This time around we are going to take a look at how to install software in OpenSuSE using the command line. I realize that many people out there fear the command line. The command line, however, is a very powerful, useful tool and you should have this resource in your tool kit just in case.</p><p>I&#8217;m sure you have read plenty of my Linux articles that outline how to install with Ubuntu. That distribution takes advantage of <em>apt-get</em> and <em>dpkg</em> for command line installation. In the OpenSuSE distribution the <em>zypper</em> tool is used for this same task. Believe it or not, <em>zypper</em> is just as easy to use as is the Ubuntu equivalent. And in this article you will see just that.</p><p><span
id="more-25774"></span><strong>What is <em>zypper?</em></strong></p><p>The <em>zypper</em> tool is the command line interface to the ZYpp system management library. Zypper can be used to install/update/remove software, manage repositories, perform queries, and more. Using the <em>zypper </em>command does require root privileges, so you will have to first <em>su</em> to the root user before you issue any of the <em>zypper </em>commands.</p><p><strong>Usage</strong></p><p>The basic structure of the <em>zypper </em>command looks like:</p><p><em>zypper GLOBAL_OPTIONS COMMAND COMMAND_OPTIONS</em></p><p>Although it looks a bit complex it&#8217;s not. Let&#8217;s take a look at the various tasks you will perform with the <em>zypper </em>command.</p><p><strong>Installing software</strong></p><p>Installing software with <em>zypper</em> is simple. The command will look like this:</p><p><em>zypper install SOFTWARE</em></p><p>Where SOFTWARE is the name of the software you want to install.</p><p>Say, for example, I want to install Scribus (the desktop publishing application). To do this the command would look like:</p><p><em>zypper install scribus</em></p><p><strong>Removing software</strong></p><p>Now let&#8217;s say you want to remove a piece of software. The command structure for deleting software looks like:</p><p><em>zypper remove SOFTWARE</em></p><p>Sticking with our example, if you want to remove Scribus from your OpenSuSE machine you would issue the command:</p><p><em>zypper remove scribus</em></p><p><strong>Searching for software</strong></p><div
id="attachment_25783" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/05/zypper.png"><img
class="size-medium wp-image-25783 " src="http://www.ghacks.net/wp-content/uploads/2010/05/zypper-500x281.png" alt="" width="300" height="169" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Say you don&#8217;t know what Scribus is, or you aren&#8217;t sure if you know the name of the package. You could use <em>zypper </em>to search the cached database for installation candidates like so:</p><p><em>zypper search scribus</em></p><p>The above command would return something like what you see in Figure 1. As you can see, <em>zypper</em> will report back all possible applications for the search string.</p><p><strong>Updating with zypper</strong></p><p>Updating with <em>zypper</em> is incredibly easy. Issue the command <em>zypper update</em> and if there are any updates available to your system they will be reported and all you need to do is type &#8220;y&#8221; (no quotes) and then hit Enter to run all of the updates.</p><p><strong>Distribution upgrade with zypper</strong></p><p>If you want to do a distribution upgrade with <em>zypper </em>you would use the <em>dup</em> command like so:</p><p><em>zypper dup</em></p><p>With that single command you will upgrade your OpenSuSE distribution (if the upgrade is available).</p><p><strong>Final thoughts</strong></p><p>Command line package management in OpenSuSE is about as simple as it gets. If you hesitate to use the command line for this task in OpenSuSE, I hope this article has persuaded you there is nothing to fear. OpenSuSE is an outstanding distribution with a lot to offer and it&#8217;s package management is on par with just about any other system.</p><p>﻿</p><p><em> </em></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/29/installing-applications-from-the-command-line-in-opensuse/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Create Your Own App Collection Installer With FreeApp</title><link>http://www.ghacks.net/2010/04/15/create-your-own-app-collection-installer-with-freeapp/</link> <comments>http://www.ghacks.net/2010/04/15/create-your-own-app-collection-installer-with-freeapp/#comments</comments> <pubDate>Thu, 15 Apr 2010 19:05:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Spyware]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[custom installation]]></category> <category><![CDATA[freeapp]]></category> <category><![CDATA[software collection]]></category> <category><![CDATA[software installation]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24633</guid> <description><![CDATA[FreeApp is an online service that offers a simple concept. Pick all your favorite applications from the list of offered apps to create a custom installer that will install all those applications on the target system once executed. The idea is not new as there are other services like Ninite which offer a similar functionality. [...]]]></description> <content:encoded><![CDATA[<p>FreeApp is an online service that offers a simple concept. Pick all your favorite applications from the list of offered apps to create a custom installer that will install all those applications on the target system once executed.  The idea is not new as there are other services like <a
href="http://www.ghacks.net/2009/10/23/ninite-custom-software-installations/">Ninite</a> which offer a similar functionality.</p><p>FreeApp is on the other hand an easy to use service. All it takes is to pick the apps to install from a list of available ones on the start page of the service and to click the Get Installer button afterwards to download the application installer to the local computer system.</p><p><span
id="more-24633"></span>The service promises that all applications have been tested for viruses and spyware. They even inform the user about toolbars that are included in the installer.</p><p>Programs are offered in categories like anti-spyware, communications, anti-virus and firewall, office software or imaging. Most categories list four or more applications that can be added to the installer. Computer users find lots of familiar programs in the listing from browsers like Firefox over media players like Winamp or itunes to compression programs like 7-zip.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/freeapp-500x482.png" alt="freeapp" title="freeapp" width="500" height="482" class="alignnone size-medium wp-image-24634" /></p><p>The installer is a small program that will download and install the selected programs. It begins by selecting an installation directory for the applications.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/software_installer-500x359.png" alt="software installer" title="software installer" width="500" height="359" class="alignnone size-medium wp-image-24635" /></p><p>The selected applications are then displayed in the interface. Each program is downloaded from the Internet and installed in the selected program.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/custom_installer-500x357.png" alt="custom installer" title="custom installer" width="500" height="357" class="alignnone size-medium wp-image-24636" /></p><p>Program updates are displayed in the installer&#8217;s interface as well which can be handy if the installer is opened regularly.</p><p><a
href="http://www.freenew.net/">FreeApp</a> is a helpful service for users who plan to install multiple popular (and free) programs on a Windows computer system. It can be helpful for system administrators who have to install a pack of applications on all computer systems.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/15/create-your-own-app-collection-installer-with-freeapp/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Windows Software Deployment With TGUP</title><link>http://www.ghacks.net/2010/02/03/windows-software-deployment-with-tgup/</link> <comments>http://www.ghacks.net/2010/02/03/windows-software-deployment-with-tgup/#comments</comments> <pubDate>Wed, 03 Feb 2010 14:09:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[software deployment]]></category> <category><![CDATA[software installation]]></category> <category><![CDATA[tgup]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22769</guid> <description><![CDATA[Computers that are bought in stores and those that are build individually do not come with software preinstalled usually. A few options are available to deploy software on those new computer systems like installing each program manually, using custom operating system setups that install applications during the regular OS installation or running a program like [...]]]></description> <content:encoded><![CDATA[<p>Computers that are bought in stores and those that are build individually do not come with software preinstalled usually. A few options are available to deploy software on those new computer systems like installing each program manually, using custom operating system setups that install applications during the regular OS installation or running a program like TGUP after installation that offers to install multiple software programs without user interaction.</p><p>TGUP, which stands for The Great Unattended Project, is a Windows software deployment application that can be used to install popular free software in Windows. The program can be used to either download and install the selected software or to only download it and create a silent installer. The second method can be used for multiple installations on different computer systems or to prepare the setup for a computer without Internet connection.</p><p><span
id="more-22769"></span>TGUP is a portable program that will launch a command line window upon execution. The program will automatically identify the operating system and language. Options in the main screen are to download and install software silently (1), download software and create an installer (2) or to change the program&#8217;s options (3).</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/02/software_deployment-500x252.jpg" alt="" title="software deployment" width="500" height="252" class="alignnone size-medium wp-image-22770" /></p><p>A list of programs will be pulled from the project&#8217;s server. Programs are listed under different categories like graphic, system, Internet, multimedia or office.</p><p>Checkboxes define if a program will be downloaded or not. A click on an entry will display a description in the right window. The listing contains many popular free programs like Winamp, VLC Media Player, Thunderbird, Opera, firefox (with a selection of add-ons), 7-zip or ImgBurn. The programs offered are usually the latest official versions of the program.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/02/software_installation.jpg" alt="" title="software installation" width="495" height="433" class="alignnone size-full wp-image-22771" /></p><p>The download will be started with a click on the next button. Each program that has been selected by the user will be downloaded and installed if direct installation has been selected.</p><p>TGUP offers a very sophisticated and straightforward method of deploying popular programs in the Windows operating system. The only thing that is missing is an information about the size of the selected programs.</p><p>The software can be downloaded <a
href="http://www.tgup.net/">from the</a> project&#8217;s homepage. The website contains a listing of the included applications. The software deployment tool is compatible with many Windows operating systems including Windows 7.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/03/windows-software-deployment-with-tgup/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>This Program Might Not Have Installed Correctly [Windows 7]</title><link>http://www.ghacks.net/2010/01/24/this-program-might-not-have-installed-correctly-windows-7/</link> <comments>http://www.ghacks.net/2010/01/24/this-program-might-not-have-installed-correctly-windows-7/#comments</comments> <pubDate>Sun, 24 Jan 2010 12:35:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Program Compatibility Assistant]]></category> <category><![CDATA[Program Compatibility Assistant Service]]></category> <category><![CDATA[software installation]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[windows service]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22550</guid> <description><![CDATA[A new feature in the Windows 7 operating system is the Program Compatibility Assistant which has been designed to detect compatibility issues in older programs. The service displays a compatibility warning window if compatibility issues have been detected during installation or program starts. The computer user usually does have a choice to continue but programs [...]]]></description> <content:encoded><![CDATA[<p>A new feature in the Windows 7 operating system is the Program Compatibility Assistant which has been designed to detect compatibility issues in older programs. The service displays a compatibility warning window if compatibility issues have been detected during installation or program starts. The computer user usually does have a choice to continue but programs are sometimes blocked from running as well.</p><p>Most Windows 7 users will probably notice the compatibility messages after installing programs and running portable applications. Windows offers the option to inform the compatibility assistant that the program installed correctly (even if there was not an installation) which usually gets rid of the compatibility message.</p><p><span
id="more-22550"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/program_compatibility_assistant.jpg" alt="" title="program compatibility assistant" width="410" height="335" class="alignnone size-full wp-image-22551" /></p><p>Selecting the option to reinstall using recommended settings will make changes to the program&#8217;s compatibility settings but not the program itself. This can mean changes to the User Account Control in Windows or running the program installation in compatibility mode.</p><p>Users who regularly install new software usually see the compatibility window regularly. The messages are powered by the Windows service PcaSVC which is the Program Compatibility Assistant Service. Stopping the service from running and changing the startup type to disabled will solve the issues. Changing the settings of the service is only recommended to experienced users.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/program_compatibility_assistant_service-500x378.jpg" alt="" title="program compatibility assistant service" width="500" height="378" class="alignnone size-medium wp-image-22552" /></p><p>Open the Windows services configuration by typing services.msc in the start menu run box. Locate the Program Compatibility Assistant Service in the window and double-click it to open its properties. A click on the Stop button will stop the service in the current session. Changing the startup type from manual to disabled will prevent that the service is started after system restarts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/24/this-program-might-not-have-installed-correctly-windows-7/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/23/msi-or-exe-setup/feed/</wfw:commentRss> <slash:comments>7</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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/01/software-installation-monitor/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
