<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Thinapp &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/thinapp/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Thu, 02 Feb 2023 21:13:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>Thinapp &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is Portable Software?  How to create Portable with VMware Thinapp v5.2.5</title>
		<link>https://en.anonyviet.com/what-is-portable-software-how-to-create-portable-with-vmware-thinapp-v5-2-5/</link>
					<comments>https://en.anonyviet.com/what-is-portable-software-how-to-create-portable-with-vmware-thinapp-v5-2-5/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Thu, 02 Feb 2023 21:13:57 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Thinapp]]></category>
		<category><![CDATA[v5.2.5]]></category>
		<category><![CDATA[VMWare]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=8511</guid>

					<description><![CDATA[Currently, there are many portable software that are modified compared to the original software. The benefit of Portable software is that you do not need to install it, ie &#8220;click play and run&#8221;. With VMware Thinapp will help you create Portable software with any software. That is, you will group files related to the software [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Currently, there are many portable software that are modified compared to the original software.  The benefit of Portable software is that you do not need to install it, ie &#8220;click play and run&#8221;.  With VMware Thinapp will help you create Portable software with any software.  That is, you will group files related to the software into a single folder and run them.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><strong>Eg</strong> you pack <strong>Offie 2007</strong> to Portabe and Copy to Usb.  You can take the USB to computers that don&#8217;t have Office installed, and run the <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Ftai-bo-microsoft-office-2007-portable-cuc-nhe-khong-can-cai-dat%2F" rel="noopener noreferrer" class="local-link">Portable Office 2007</a> up to use without having to install.  Or you can create <strong>Photoshop Portable</strong> to run immediately without installation.</p>
<h2 id="ftoc-cach-thuc-mot-phan-mem-duoc-cai-dat-vao-may-tinh" class="ftwp-heading">How a piece of software is installed on a computer</h2>
<p>To learn about Portable software, you first need to research about <span style="color: #008080;"><em>how a piece of software is installed on Windows.</em></span></p>
<p>When you install an application in Windows, the installation files are copied to several different locations.  Most of the data is usually copied to a directory somewhere within the directory <strong>C:\Program Files</strong>.  Files containing data used by all users are usually located in the directory <strong>ProgramData</strong>.</p>
<p>User-specific settings will be stored in hidden folders <strong>AppData</strong> in folder <em>C:\Users\[Tên-User]</em>.  Most applications create entries in the Windows Registry that can also contain various configuration settings.  And many applications will use shared libraries such as the .NET framework and Visual C++ Redistributables.  Many applications can share information contained in Registry keys or libraries to reduce unnecessary data duplication.</p>
<h2 id="ftoc-phan-mem-portable-la-gi-ban-co-nen-tao-portable" class="ftwp-heading">What is Portable Software?  Should You Create Portable</h2>
<p><strong>Portable software</strong> simply software <strong><span style="color: #339966;">don&#8217;t use the installer</span></strong>.  All the data needed to run the software resides in a single folder.  You can move or copy this software to any computer.  If you move the folder, the app will still work the same.  To use Portable, you usually download it as a ZIP file, extract that ZIP to a folder and run the .exe file to work.  If the software allows you to save settings, those settings will be saved in the same folder.</p>
<p>The biggest benefit of using Portable Software is, of course, that they are portable. <span class="">For example, you copy software to a USB stick and you can carry it from one computer to another.  Friend <span style="color: #0000ff;"><strong>No need to Setup or Install</strong></span>  anything</span>.  All data will be saved right in the software folder on that USB.  The way this works is similar to the days of MS-DOS and Windows 3.1.</p>
<h2 id="ftoc-cac-cach-tao-ra-phan-mem-portable" class="ftwp-heading">Ways to create Portable software</h2>
<h3 id="ftoc-tu-tao-phan-mem-portable-bang-vmware-thinapp-enterprise-v5-2-5" class="ftwp-heading">Create Portable Software yourself with VMware Thinapp Enterprise v5.2.5</h3>
<p>Currently, there are many programs that support creating Portable software.  The most famous is <strong>VMware Thinapp</strong>.  &#8216;s mission <strong>VMware Thinapp</strong> is to find the data related to the software, edit the necessary paths and group the data into a single directory.</p>
<p><strong>VMware ThinApp</strong> designed to create the Portable version.  This helps you move software to another computer faster because there is no need to reinstall from scratch.</p>
<p>Before starting the Portable creation process, VMware ThinApp scans the hard drive and related registry files to create a common system database.  After the packaging is finished, you can export it as an EXE or MSI and run it on multiple versions of Microsoft Windows.  Packaged software is compressed to reduce size and make it easier to share and use on multiple devices.</p>
<p style="text-align: center;">You can <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D18-XOAd4Fzlw4u3FWCsqYhfHCoVDvXTc7" rel="noopener noreferrer external nofollow" class="ext-link" onclick="this.target='_blank';">Download VMware Thinapp Enterprise v5.2.5</a> <span style="color: #ff0000;"><strong>Full Key</strong></span>  inside about settings.</p>
<p style="text-align: center;"><strong>Password:</strong> anonyviet.com</p>
<p><strong><span style="color: #0000ff;">How to create Portabe with VMware Thinapp you can see the Gif image below:</span></strong></p>
<p><strong>Step 1:</strong> Select the software to be packaged into Portable</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter" src="https://lh3.googleusercontent.com/Rtb-T8ILHiJbxXv_7ji_WCO-0Uk8ZObzdXyLY-vjtKdf0pevvfKqhX-6HRToBnliOuCrDW7YihiD6zap78Cka6Z_eI85TF4NgXf0O7Im5r-hsbkV_NGKwroSPjQBu4vBkG1uMAd_-ZYfCixEOPDNv-innh4n2e02h0bYl-ru97g2Rz00M8UEsVSFhDDSyKZ5FCit5kpgFhnWyL5m91gj2NJSlgcrDIRsYoEAuOy4qWHacZ4WnSi54QebMBGsOu_-efmCpK8pka8JaTI-IzAjooZcFBD58JK3-PE3-aoPBMunyVmF_6CU3b-2b2LhGvzsVwnikTD1CZyY_LHwUq7McvGxn_vhSNkrMjLqmbby8C-QK5SVPm3FpsZIJ8g6u8B2tJ5J-h_Kd6Eda8dNk2rB462lS_g6mmg3KbgKV_JpVMsrS10qPEUqzFT-HI5lb34doTwfSY8NRpj3KQFKhmz-FTG1RRI0T6pj6iDy5nYI_88RUGnDcGNc3k0q-3QVZ7BiX1Nnok7sDT8JXUU4HvSLNuEw67XSXsuyuGX6BBfAV0zJ1PQVc7whDj8XcVXMQ9dgSN_QvQwbnv4XCaTJy9IuY-oR6Ki8_J8tYrl7T25SH_MeTFQX0egTHr4SoXDLM-mWMZVEv-gvuxAS4C741428M-bDtzy_mpU=w1000-no-tmp.jpg" alt="how to use VMware Thinapp v5.2.5 Fulll Key to create portable" width="498" height="458" title="What is Portable Software?  How to create Portable with VMware Thinapp v5.2.5 5"/></p>
<p><strong>Step 2:</strong> Generate output data for Portable</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://lh3.googleusercontent.com/wTijjhXh-nqs-nNmoQ5d56uvWyrgskYYBfV7aRayzfLl08exJkxztBqu2VNq6xhmzkRnU5JHZL8ACF8C3Dc_ETnBgE-Xzx93_g7NjSoyrpBtAT5NA5UeD0BtKtXiw-pSqcnKkb5BRd9kpVkLonxh4XaICg6XsDzHoCfUcmwXmGQvN2dYQi3MsKPFY2QOSW_PrA3ILp-ZQAdjcL0CRaK6RQuj80hdu_IZXPgLL_xCd4pMhipwNg1p77GBi_laxhcK6AKlOxo4gc8pt9o_eqfHzmknbQ0o65_JF-HNr3OUvmKbM0vH0f25Qci1CnQx6wAC5xkCm48gmV7CqU2O6T-iBTs5x4QJxhw0z4qM2V_K_lfHA9kbEFloyvD2kstVXRMVGOrQ_v25Nkmhcjyr1Y4HNljyxWmHj074Zgk07qzMFZX3V0vgFTUFZnBNnBfCyHKE2DsmHXm7a1C1oqmTi0HnbvrFg_ItREo4ri2r-EbY52DbAXf-8W2ban_b65tkxG5aVtvgScWAW1RDguxzLF_Y4-6pfTMo9IoMDsG5pmJszAoZC6h4pC5gLzr9QWO4thqSyny3J3kqn6wcp092ekqSFgOqo4OSBZjdXxvezgMmIt1lKQlv8Q8aTmhxrXYzom5svTfzISGRbTpRngRlpdQgYhuIeaEPaUM=w1000-no-tmp.jpg" alt="how to use VMware Thinapp to create portable applications" width="498" height="458" title="What is Portable Software?  How to create Portable with VMware Thinapp v5.2.5 6"/></p>
<h3 id="ftoc-trang-downloas-cac-portable-moi-nhat" class="ftwp-heading">Download the latest Portables page</h3>
<p>If you do not want to create portable software yourself, you can use the available goods.  On page <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fportableapps.com%2F" rel="noopener noreferrer external nofollow" class="ext-link" onclick="this.target='_blank';">portableapps.com</a> is the place that provides the software <strong>Portable latest update</strong>.  This is a large and regularly updated Portable data store.  You just need to download, extract and run, no installation required.  The categories at portableapps are divided into several categories:</p>
<ul>
<li>Utilities</li>
<li>Program</li>
<li>Education</li>
<li>Game</li>
<li>Graphics and images</li>
<li>Internet</li>
<li>Music videos</li>
<li>Office software</li>
<li>Security</li>
</ul>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2019%2F03%2Ftao-phan-mem-portable.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-14006" src="https://anonyviet.com/wp-content/uploads/2019/03/tao-phan-mem-portable.jpg" alt="create portable software" width="330" height="333" srcset="https://anonyviet.com/wp-content/uploads/2019/03/tao-phan-mem-portable.jpg 432w, https://anonyviet.com/wp-content/uploads/2019/03/tao-phan-mem-portable-297x300.jpg 297w, https://anonyviet.com/wp-content/uploads/2019/03/tao-phan-mem-portable-150x150.jpg 150w, https://anonyviet.com/wp-content/uploads/2019/03/tao-phan-mem-portable-75x75.jpg 75w" sizes="auto, (max-width: 330px) 100vw, 330px" title="What is Portable Software?  How to create Portable with VMware Thinapp v5.2.5 7"/></a></p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;14004&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/what-is-portable-software-how-to-create-portable-with-vmware-thinapp-v5-2-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2019/03/vmware-thinapp.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
