<?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; install software</title> <atom:link href="http://www.ghacks.net/tag/install-software/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>Sat, 11 Feb 2012 17:32:23 +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>Installing, Copying Software on Windows, How Do You Do It?</title><link>http://www.ghacks.net/2011/06/10/installing-copying-software-on-windows-how-do-you-do-it/</link> <comments>http://www.ghacks.net/2011/06/10/installing-copying-software-on-windows-how-do-you-do-it/#comments</comments> <pubDate>Fri, 10 Jun 2011 18:05:54 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[ask the readers]]></category> <category><![CDATA[copy software]]></category> <category><![CDATA[install software]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46318</guid> <description><![CDATA[One of the things that irritates me ever since I started using Windows is software installations on the system. You are probably wondering what&#8217;s irritating me. The core problem for me is that there are no general software installation rules on the system. Software by default gets installed mainly into two directory structures. First the [...]]]></description> <content:encoded><![CDATA[<p>One of the things that irritates me ever since I started using Windows is software installations on the system. You are probably wondering what&#8217;s irritating me. The core problem for me is that there are no general software installation rules on the system. Software by default gets installed mainly into two directory structures. First the Program Files folder on the same hard drive as the Windows installation, and the user profile of the currently logged in user which is also located on the main hard drive. 64-bit users can add the Program Files (x86) folder to that list, so that they end up with three possible locations for program installations.</p><p>The majority of applications offer custom installation locations which means that users can install them where ever they want to. While that&#8217;s the way to give everyone maximum flexibility to install the software where they want, it is held back by the fact that some programs do not offer custom installation locations. The Google Chrome browser for instance will always install into the application directory of the user profile folder. Another example is the Steam software. Steam itself can be installed in every location. The games that are installed on Steam however will all be installed on the same drive, with no exception possible (workarounds are available).</p><p>When you look at how software is installed on Windows, you will come to the conclusion that the end result is not streamlined. This may not be a problem for the majority of users, who click on a link in the start menu or a shortcut on the desktop to launch the software that they have just installed.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/windows-folders.png" alt="windows folders" title="windows folders" width="530" height="577" class="alignnone size-full wp-image-46320" /></p><p>Some users, myself included, prefer a organized folder system. I prefer it because it keeps the folder count low on a hard drive&#8217;s partition, and all applications accessible under one root folder. Microsoft&#8217;s idea was to make Program Files that folder, but the idea more or less fell short because of reasons outlined above.</p><p>Portable applications need to be addressed as well. They are not installed but simply copied to a location on the hard drive and executed from there. It is actually a lot easier to keep all portable apps under one root folder than programs that need to be installed.</p><p>One of the things that I do to keep a tap on my software installations is to use symbolic links to move them to a new destination after installation. A program like <a
href="http://www.ghacks.net/2010/09/03/steam-mover-automated-tool-to-move-games-and-apps-to-other-drives/">Steam Mover</a> or <a
href="http://www.bitsum.com/MoveAndLink.php">Move and Link</a> to do that without the command line.</p><p>My main question for all of you is this. How do you install software on your system? How do you use portable applications?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/10/installing-copying-software-on-windows-how-do-you-do-it/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>How To Install The Same Software On Multiple Computer Systems</title><link>http://www.ghacks.net/2010/06/05/how-to-install-the-same-software-on-multiple-computer-systems/</link> <comments>http://www.ghacks.net/2010/06/05/how-to-install-the-same-software-on-multiple-computer-systems/#comments</comments> <pubDate>Sat, 05 Jun 2010 10:25:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[appdeploy repackager]]></category> <category><![CDATA[deploy software]]></category> <category><![CDATA[distribute software]]></category> <category><![CDATA[install software]]></category> <category><![CDATA[msi installer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26179</guid> <description><![CDATA[Computer users with multiple PCs often want to deploy the same software on all of their machines to access the same data and work with the same configuration. That is relatively easy if the software offers data synchronization, some web browsers like Firefox, Opera or Google Chrome do for instance. It is on the other [...]]]></description> <content:encoded><![CDATA[<p>Computer users with multiple PCs often want to deploy the same software on all of their machines to access the same data and work with the same configuration. That is relatively easy if the software offers data synchronization, some web browsers like Firefox, Opera or Google Chrome do for instance. It is on the other hand complicated if synchronization is not supported.</p><p>Lucky users find a configuration file somewhere in the program directory that they can transfer to the other computer to use the same configuration but what about programs that make use of the Windows Registry to store customizations?</p><p><span
id="more-26179"></span>That&#8217;s where the free software AppDeploy Repackager comes into play. The program creates a snapshot of changes made during installation and configuration of a software program. This snapshot can then be transferred and installed on another computer system to work with the same program and settings.</p><p>AppDeploy Repacker has the following requirements:</p><ul><li>The software cannot be installed already. AppDeploy Repackager creates a snapshot during installation. If a software is already installed it might be possible to save the configuration and install it again so that the deployment software can pick up the installation and configuration information.</li><li>All computer systems should use the same Windows version. This is not always necessary as many Windows operating systems share similar configurations, file and Registry structures.</li><li>The folders and username on all computer systems should be identical.</li></ul><p>Start the process by downloading Repackager from the <a
href="http://www.appdeploy.com/">AppDeploy</a> (download requires free registration) website. You can start the program from the AppDeploy folder in the Windows start menu after installation.</p><p><strong>Capture Basic Information</strong></p><p>Select Create an MSI setup based on system changes. This opens a form in the lower half of the interface. Select a setup file from the computer hard drive and fill out the application name, version and company name information.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/appdeploy_repackager-466x499.png" alt="appdeploy repackager" title="appdeploy repackager" width="466" height="499" class="alignnone size-medium wp-image-26180" /></p><p><strong>Pre-Installation Snapshot</strong></p><p>The next screen displays a list of directories and Registry hives that will be included in the snapshot of the system. Only the c: drive is included by default which should be sufficient unless the program needs to be installed on a different drive.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/pre-installation_snapshot-465x500.png" alt="pre-installation snapshot" title="pre-installation snapshot" width="465" height="500" class="alignnone size-medium wp-image-26181" /></p><p>The advanced button can be used to add or remove directories and Registry hives.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/install_software-466x500.png" alt="install software" title="install software" width="466" height="500" class="alignnone size-medium wp-image-26182" /></p><p>Locations can be added or excluded from the snapshot. It is a good idea to remove directories and Registry folders if they will not be used during software installation or configuration.</p><p>Appdeploy Repackager will then take a snapshot of the file system and system Registry. This can take some time depending on the selected directories and Registry hives. It then prompts to launch the setup file that has been selected in the first step. It is a good idea to stop any programs running in the background for the time begin to decrease the noise generated during installation. The AppDeploy team recommends to run the program on a clean machine or network share to reduce the noise to a minimum.</p><blockquote><p>Note: It is recommended that the AppDeploy Repackager be executed from a network share in order to minimize changes to your clean, test system being used to perform snapshots. Starting with a clean machine better ensures all changes made by the setup are executed so that they may be detected during the snapshot process. While you may need to install any dependencies for the software with which you are working, a &#8220;clean machine&#8221; is typically a designated test workstation with no more than the OS, service pack and necessary patches representing your target environment.</p></blockquote><p>Follow through with the software installation and start configuring the program afterwards. Remember that all changes made in this time frame will be picked up by Repackager later. Click the next button in the Repackager software after the installation and configuration of the application has been completed.</p><p>Repackager will now take a second snapshot of the computer system. It will scan the same locations that have been configured by the user earlier. This is done to determine the changes made by the installation and configuration to ensure that all of them will be included in the distributed installer. This is followed by a list of items that will be included in the installer that gets created by Repackager in the end. The items are already sorted into included and excluded items.</p><p>Irrelevant items should be excluded while relevant ones to the installation and configuration of the program should be included. This ensures that no unnecessary data gets included and migrated to the other computer systems and that the size of the installer does not blow out of proportions. It also reduces the likelihood of errors or problems caused by the data migration.</p><p>Locations can be moved to the excluded or included list by selecting them with the mouse and pressing the >> or << buttons in the middle of the screen. It is usually relatively safe to exclude caching directories and directories that obviously have no relation with the software installation (e.g. Windows Defender Scan history)</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/installation_files-463x500.png" alt="installation files" title="installation files" width="463" height="500" class="alignnone size-medium wp-image-26186" /></p><p>A click on Next will display the same include and exclude window for Registry items. It is again important to look over the items and narrow down the included list of items as best as possible.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/registry_items-466x499.png" alt="registry items" title="registry items" width="466" height="499" class="alignnone size-medium wp-image-26187" /></p><p><strong>Create Custom Installer For Installed Software</strong></p><p>The custom installer is created in the last step of the process. It is possible to create shortcuts and change the target path and msi name.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/msi_installer-465x499.png" alt="msi installer" title="msi installer" width="465" height="499" class="alignnone size-medium wp-image-26188" /></p><p>A click on next creates the MSI installer that can then be used to install the configured software on another computer system.</p><p>AppDeploy Repackager is a fantastic tool for system administrators and users who regularly have to install and configure the same software on multiple computers.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/05/how-to-install-the-same-software-on-multiple-computer-systems/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Install Popular Software With Smart Installer Pack</title><link>http://www.ghacks.net/2009/09/14/install-popular-software-with-smart-installer-pack/</link> <comments>http://www.ghacks.net/2009/09/14/install-popular-software-with-smart-installer-pack/#comments</comments> <pubDate>Mon, 14 Sep 2009 16:01:42 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[install software]]></category> <category><![CDATA[smart installer pack]]></category> <category><![CDATA[software programs]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16330</guid> <description><![CDATA[Configuring a newly installed or purchased computer system usually involves installing software programs that are needed for work, entertainment or maintenance. Only a few users go the extra mile and create a custom setup CD that will install the needed software programs automatically. Most uses will search the web, download programs one by one and [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/windows_software.jpg" alt="windows software" title="windows software" width="128" height="128" class="alignleft size-full wp-image-16120" />Configuring a newly installed or purchased computer system usually involves installing software programs that are needed for work, entertainment or maintenance. Only a few users go the extra mile and create a custom setup CD that will install the needed software programs automatically. Most uses will search the web, download programs one by one and install them on the computer system.</p><p>That&#8217;s usually not a very pleasant thing to do as it takes lots of time to download and install all these programs. The Smart Installer Pack tries to reduce the time it takes to install popular software by providing an interface to download and install dozens of popular software programs.</p><p><span
id="more-16330"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/smart_installer_pack-500x362.jpg" alt="smart installer pack" title="smart installer pack" width="500" height="362" class="alignnone size-medium wp-image-16331" /></p><p>The program will display a full screen interface after installation that can be used to select some or all of the included software programs which will then be automatically downloaded and installed (one after the other). Included are programs like Firefox, Opera, Google Chrome, Filezilla FTP Server, Digsby, Skype, RocketDock, Picasa and iTunes among dozens of additional programs.</p><p>The latest version of the selected software programs will be downloaded according to the developer&#8217;s of Smart Installer Pack. One limitation that is currently in place is that the software programs are listed in groups of eight on individual pages and that it is only possible to download software from one page at a time meaning it is not possible to go through all pages to select all software that should be downloaded and installed.</p><p>It is also a good idea to check the version of the programs downloaded with the latest version on the developer&#8217;s website (or through an existing update function in the software) to make sure the latest version has indeed been installed.</p><p><a
href="http://www.smartinstallerpack.com/">Smart Installer Pack</a> would be more user friendly if all software programs would be listed on one page to streamline the process and make it more comfortable to the user.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/14/install-popular-software-with-smart-installer-pack/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
