<?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; exe</title>
	<atom:link href="http://www.ghacks.net/tag/exe/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>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</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> (8)</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>Create executable media files</title>
		<link>http://www.ghacks.net/2008/05/14/create-executable-media-files/</link>
		<comments>http://www.ghacks.net/2008/05/14/create-executable-media-files/#comments</comments>
		<pubDate>Wed, 14 May 2008 09:31:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio conversion]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video conversion]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4122</guid>
		<description><![CDATA[Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to [...]]]></description>
			<content:encoded><![CDATA[<p>Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to Exe might be the solution. I&#8217;m usually not very fond of executables sent over email or offered on websites and very cautious before I even think of double-clicking those files.</p>
<p>I think it&#8217;s ok as long as you can validate that the executable has been send by a friend. I would still scan it using an online scanner though. The software supports a lot of different audio and video formats, all the important ones are included like mov, flv, mp4, mpg, avi, swf and wmv.</p>
<p><a href="http://www.f2ko.de/English/a2e/index.php">Audio / Video to Exe</a> (via <a href="http://www.instantfundas.com/2008/05/how-to-play-audio-and-video-files.html">Instant Fundas</a>) can process multiple files at once and either convert them into a different format or create one executable for each multimedia file that has been added to the interface. The output size is roughly the size of the audio or video file.</p>
<p><span id="more-4122"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/audio_video_to_exe.jpg" alt="audio video to exe" title="audio video to exe" width="500" height="209" class="alignnone size-full wp-image-4123" /></p>
<p>I did encounter several errors while testing the application. It seems to have trouble with large files. The conversion of a 1.7 Gigabyte video to the executable format succeeded but I was not able to play it afterwards. Some videos were not playing correctly as well after the conversion.</p>
<p>The only advice that I can give is to try it out for yourself and see if the conversion worked for the audio or video files before you upload them or send them to a friend.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.ghacks.net/tag/audio-conversion/" title="audio conversion" rel="tag">audio conversion</a>, <a href="http://www.ghacks.net/tag/codecs/" title="codecs" rel="tag">codecs</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/video-conversion/" title="video conversion" rel="tag">video conversion</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/06/dr-divx-20-released/" title="Dr. Divx 2.0 released (August 6, 2006)">Dr. Divx 2.0 released</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/" title="How to add your music to videos (May 19, 2008)">How to add your music to videos</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/" title="Display The Installed Codecs On A System (June 25, 2008)">Display The Installed Codecs On A System</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/14/create-executable-media-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check Exe Files on Your Computer</title>
		<link>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/</link>
		<comments>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 16:54:26 +0000</pubDate>
		<dc:creator>Cheryl</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[security tips]]></category>
		<category><![CDATA[taskmanager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/</guid>
		<description><![CDATA[If you ever open up your task manager and navigate to the processes tab, you will see a bunch of entries with the extension ‘exe’. While entries with application names on them tell you exactly what they are, you will also find entries with names that have no real identifying characteristics.
Let’s say you’re curious to [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever open up your task manager and navigate to the processes tab, you will see a bunch of entries with the extension ‘exe’. While entries with application names on them tell you exactly what they are, you will also find entries with names that have no real identifying characteristics.</p>
<p>Let’s say you’re curious to know exactly what each entry does. In that case, head over to <a href="http://exelib.com/">Exelib</a>. This site is a database of executable programs. When you type in the name of an exe file, you get information about what that file does, where it is located, what effect does it have on your system, and how much of a threat it is to your machine.</p>
<p><span id="more-3307"></span></p>
<p>Take svchost.exe for example. This entry in the Task Manager scans the ‘to be started’ section of your machine and creates a list of processes to launch. While this application itself does not pose a threat, it may occasionally launch a critical process.</p>
<p>Exelib helps you determine what executables your computer is running or possesses. While it is always good to keep track of executable files, this site can also help protect your computer. You can check new executables that have newly appeared to see if they are viruses or have spyware properties. Occasionally, you may come across an exe file that isn’t in the database. However, the database is always being updated so you can always check back later.</p>
<p>Do you have any special way to check what your executable files can do? How do you deal with unknown files?</p>

	Tags: <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/security-tips/" title="security tips" rel="tag">security tips</a>, <a href="http://www.ghacks.net/tag/taskmanager/" title="taskmanager" rel="tag">taskmanager</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/15/task-manager-replacement/" title="Task Manager Replacement (March 15, 2008)">Task Manager Replacement</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/10/21/zoom-it/" title="Zoom It (October 21, 2006)">Zoom It</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/21/check-exe-files-on-your-computer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Extract Flash Files from Browser Cache</title>
		<link>http://www.ghacks.net/2006/12/13/extract-flash-files-from-browser-cache/</link>
		<comments>http://www.ghacks.net/2006/12/13/extract-flash-files-from-browser-cache/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 07:37:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[extract-flash]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[save-flash]]></category>
		<category><![CDATA[shockwave]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/13/extract-flash-files-from-browser-cache/</guid>
		<description><![CDATA[Whenever I want to save a flash file, like a game or animation that I have been playing / watching, I have to go to the cache folder of Firefox and search for a file with the right extension and size. This is a lot of work if you have either a large cache or want to extract many flash files at once.]]></description>
			<content:encoded><![CDATA[<p>Whenever I want to save a flash file, like a game or animation that I have been playing / watching, I have to go to the cache folder of <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and search for a file with the right extension and size. This is a lot of work if you have either a large cache or want to extract many flash files at once.</p>
<p>A far easier method would be to use the freeware <a target="_blank" title="movie extractor scout lite" href="http://www.bytescout.com/moviesextractorscout_lite.html">Movie Extractor Scout lite</a>. The Movie Extractor Scout scans the cache of <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a>, <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> and Firefox automatically and create a list of all the flash files that it finds in there. You may watch them once the list has been created, grab the download link or add them to your favorites which means that the file is saved to another place on your hard drive.</p>
<p><span id="more-1004"></span>You may wonder how you can get those flash files into your cache in the first place. This is really easy, just visit the website and view or play. The file will be automatically transferred to your cache. Some multi file games might not work with Movie Extractor Scout lite but most single ones do.</p>
<p>The developers website has a <a target="_blank" title="convert swf to exe" href="http://www.bytescout.com/flashextractor_how_to_convert_swf_to_exe.html">tutorial</a> on how to create executable files from swf (the flash files) which is great if you want the application to be standalone. (sending to a friend for instance).</p>

	Tags: <a href="http://www.ghacks.net/tag/cache/" title="cache" rel="tag">cache</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/extract-flash/" title="extract-flash" rel="tag">extract-flash</a>, <a href="http://www.ghacks.net/tag/flash/" title="flash" rel="tag">flash</a>, <a href="http://www.ghacks.net/tag/macromedia/" title="macromedia" rel="tag">macromedia</a>, <a href="http://www.ghacks.net/tag/save-flash/" title="save-flash" rel="tag">save-flash</a>, <a href="http://www.ghacks.net/tag/shockwave/" title="shockwave" rel="tag">shockwave</a>, <a href="http://www.ghacks.net/tag/swf/" title="swf" rel="tag">swf</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/09/some-games-for-the-evening/" title="Some Games for the evening (December 9, 2006)">Some Games for the evening</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/linerider-has-been-updated/" title="Linerider has been updated (December 6, 2006)">Linerider has been updated</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/08/game-for-the-weekend-3-isketch/" title="Game for the Weekend 3 iSketch (December 8, 2006)">Game for the Weekend 3 iSketch</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/11/30/game-for-the-weekend-2-fight-man/" title="Fight Man (November 30, 2006)">Fight Man</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/28/vulnerabilities-in-latest-flash-version/" title="Vulnerabilities in latest Flash version (May 28, 2008)">Vulnerabilities in latest Flash version</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/13/extract-flash-files-from-browser-cache/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
