<?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; installation</title> <atom:link href="http://www.ghacks.net/tag/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 Create an Integrated x86/x64 Windows 7 Install DVD</title><link>http://www.ghacks.net/2011/03/06/how-to-create-an-integrated-x86-x64-windows-7-install-dvd/</link> <comments>http://www.ghacks.net/2011/03/06/how-to-create-an-integrated-x86-x64-windows-7-install-dvd/#comments</comments> <pubDate>Sun, 06 Mar 2011 15:14:32 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[install]]></category> <category><![CDATA[installation]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[x64]]></category> <category><![CDATA[x86]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=42180</guid> <description><![CDATA[One of the biggest problems with Windows, every version in fact is that there is a different installation DVD for each version.  Whether that&#8217;s Starter, Home Basic, Home Premium, Professional or Ultimate that&#8217;s nine different discs you need as each of these comes with a separate disc for the 32-bit (x86) and 64-bit (x64) versions of [...]]]></description> <content:encoded><![CDATA[<p>One of the biggest problems with Windows, every version in fact is that there is a different installation DVD for each version.  Whether that&#8217;s Starter, Home Basic, Home Premium, Professional or Ultimate that&#8217;s nine different discs you need as each of these comes with a separate disc for the 32-bit (x86) and 64-bit (x64) versions of the operating system.</p><p>Yesterday I wrote on our sister website <a
href="http://www.windows7news.com/2011/03/05/create-definitive-windows-7-install-dvd-pen-drive/" target="_blank">Windows7News</a> about a tool called ei.cfg Removal Utility.  This is an excellent tool for removing from a Windows ISO the file that locks it to a specific edition.  By running this tool you can easily create a disc that will allow the installation of any edition.  The downside with this is you still need separate installation DVDs for the 32-bit and 64-bit versions of the OS.</p><p>So what do you do if you want just an installation DVD the contains every edition of Windows 7 in both x86 and x64 versions, is this even possible?  The good news here is yes it is, though it&#8217;s more complicated than just running a program.  I&#8217;d like to thank fellow MVP <a
href="http://translate.google.com/translate?js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;sl=zh-CN&amp;tl=en&amp;u=http%3A%2F%2Fblogs.itecn.net%2Fblogs%2Falexis%2Farchive%2F2010%2F02%2F28%2FWindows-7-Multiple-Editions-Setup-Source.aspx" target="_blank">Alexis Zhang</a> for providing the instructions on how to do it.<br
/> <img
class="size-medium wp-image-42181 aligncenter" src="http://www.ghacks.net/wp-content/uploads/2011/03/Windows-7-Windows-Virtual-PC-550x412.png" alt="windows 7 install dvd" width="550" height="412" /></p><h2> What You&#8217;ll need</h2><ol><li>Installation ISOs for Windows 7 x86 and x64 (any edition)</li><li>ISO creation / editing software such as <a
href="http://ultraiso.en.softonic.com/" target="_blank">UltraISO</a></li><li><a
href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&amp;displaylang=en" target="_blank">Windows 7 Automated Installation Kit</a></li></ol><h2>How to Create the Intergated ISO</h2><ol><li>Using UltraISO, extract the<strong> \ SOURCES \ INSTALL.WIM</strong> files from both the x86 and x64 ISO files.  <em>If you do not have ISO files you can create them from your DVDs</em></li><li>Rename these INSTALL.WIM files as <strong>x86.WIM</strong> and <strong>x64.WIM</strong></li><li>With the Windows 7 AIK installed on your computer run the <strong>Deployment Tools Command Prompt</strong></li><li>Type the following commands in the Command Prompt window adding any folder destinations as necessary&#8230;<ol><li><strong>IMAGEX /EXPORT x86.WIM 5 INSTALL.WIM &#8220;Windows 7 Ultimate x86&#8243;</strong></li><li><strong>IMAGEX /EXPORT x64.WIM 4 INSTALL.WIM &#8220;Windows 7 Ultimate x64&#8243;</strong></li><li><strong>IMAGEX /EXPORT x86.WIM 4 INSTALL.WIM &#8220;Windows 7 Professional x86&#8243;</strong></li><li><strong>IMAGEX /EXPORT x64.WIM 3 INSTALL.WIM &#8220;Windows 7 Professional x64&#8243;</strong></li><li><strong>IMAGEX /EXPORT x86.WIM 3 INSTALL.WIM &#8220;Windows 7 Home Premium x86&#8243;</strong></li><li><strong>IMAGEX /EXPORT x64.WIM 2 INSTALL.WIM &#8220;Windows 7 Home Premium x64&#8243;</strong></li><li><strong>IMAGEX /EXPORT x86.WIM 2 INSTALL.WIM &#8220;Windows 7 Home Basic x86&#8243;</strong></li><li><strong>IMAGEX /EXPORT x64.WIM 1 INSTALL.WIM &#8220;Windows 7 Home Basic x64&#8243;</strong></li><li><strong>IMAGEX /EXPORT x86.WIM 1 INSTALL.WIM &#8220;Windows 7 Starter x86&#8243;</strong></li></ol></li><li>This will integrate all the contents from the various version WIM files into a single INSTALL.WIM file</li><li>Using UltraISO, copy this new INSTALL.WIM into the <strong>SOURCES</strong> folder in your Windows 7 <strong>x86</strong> ISO file</li><li>From the <strong>SOURCES</strong> folder delete the file <strong>EI.CFG </strong>from the same ISO file</li><li>Save the ISO file</li></ol><p>It can take a bit of time but using this method you can create a single installer for every edition and version of Windows 7.  This is especially for people who want to be able to run the installer from a USB Pen Drive (which I also wrote about about in my <a
href="http://www.windows7news.com/2011/03/05/create-definitive-windows-7-install-dvd-pen-drive/" target="_blank">article</a> yesterday).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/06/how-to-create-an-integrated-x86-x64-windows-7-install-dvd/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Windows Installer CleanUp Utility</title><link>http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/</link> <comments>http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/#comments</comments> <pubDate>Thu, 23 Jul 2009 09:30:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[installation]]></category> <category><![CDATA[installer]]></category> <category><![CDATA[microsoft software]]></category> <category><![CDATA[software installer]]></category> <category><![CDATA[windows installer]]></category> <category><![CDATA[Windows Installer CleanUp Utility]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14651</guid> <description><![CDATA[It can happen that a installation in Windows fails. Reasons for it failing can be numerous from mundane reasons like running out of hard disk space to more serious ones that include Registry corruption or crashes. One problem that can arise from a failed software installation are installation leftovers that can not only impact disk [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />It can happen that a installation in Windows fails. Reasons for it failing can be numerous from mundane reasons like running out of hard disk space to more serious ones that include Registry corruption or crashes. One problem that can arise from a failed software installation are installation leftovers that can not only impact disk size but also stability and performance of the computer system.</p><p>The Windows Installer CleanUp Utility has been developed by Microsoft as a tool to clean a computer system after a failed installation of a software program using the Windows installer. The computer program will display a list of all applications that have been installed using Windows Installer giving the user the option to remove their installers properly from the computer system.</p><p><span
id="more-14651"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/windows_installer_cleanup_utility.jpg" alt="windows installer cleanup utility" title="windows installer cleanup utility" width="394" height="395" class="alignnone size-full wp-image-14652" /></p><p>It is possible to select one or multiple programs from the list for removal. The cleanup program will then remove the installation files from the computer system so that it can be removed or installed properly. Microsoft advises to not use the program to cleanup Office 2007 installers this way. The reason for this is that it can happen that installers can become corrupted so that it becomes impossible to remove the program from the operating system.</p><p>The Windows Installer CleanUp Utility is <a
href="http://support.microsoft.com/kb/290301">compatible</a> (via <a
href="http://4sysops.com/archives/free-windows-installer-clean-up-resolve-installation-problems/">4 Sysops</a>) with 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/23/windows-installer-cleanup-utility/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Are You A Next Next Next Guy?</title><link>http://www.ghacks.net/2008/07/21/are-you-a-next-next-next-guy/</link> <comments>http://www.ghacks.net/2008/07/21/are-you-a-next-next-next-guy/#comments</comments> <pubDate>Mon, 21 Jul 2008 18:12:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[crapware]]></category> <category><![CDATA[custom installation]]></category> <category><![CDATA[installation]]></category> <category><![CDATA[toolbars]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5490</guid> <description><![CDATA[Show me your desktop and I tell you who you are. If this line sounds vaguely familiar you might know where I&#8217;m heading with the initial question. A computer user belongs to the Next Next Next generation if Next Next Next describes his actions when installing software on a computer system. Those users usually install [...]]]></description> <content:encoded><![CDATA[<p>Show me your desktop and I tell you who you are. If this line sounds vaguely familiar you might know where I&#8217;m heading with the initial question. A computer user belongs to the Next Next Next generation if Next Next Next describes his actions when installing software on a computer system.</p><p>Those users usually install a bunch of crapware on their system because of the way they install software. This includes toolbars, new homepages, desktop shortcuts to tempting offers and basically everything that is not needed to run an application. Yes, that includes the Do you mind if we track your use of our program and transfer the data to our main server to analyse it options.</p><p>To make a valid point somewhere in this article. A lot of problems with computers could vanish over night if users would opt for custom installations more often. They would discover a wealth of options and features that they could uncheck before installation to reduce system load, increase system resources and have a overall better computer experience.</p><p><span
id="more-5490"></span>So what is it. Are you a next next next guy ?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/21/are-you-a-next-next-next-guy/feed/</wfw:commentRss> <slash:comments>54</slash:comments> </item> </channel> </rss>
