<?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>Micro-ISV Insights Blog &#187; Uninstall</title>
	<atom:link href="https://www.dextronet.com/micro-isv-insights/tag/uninstall/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dextronet.com/micro-isv-insights</link>
	<description>A blog for mISVs, startup maniacs, and everyone in the software business.</description>
	<lastBuildDate>Fri, 31 Jan 2014 18:30:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Uninstall Surveys</title>
		<link>https://www.dextronet.com/micro-isv-insights/uninstall-surveys/</link>
		<comments>https://www.dextronet.com/micro-isv-insights/uninstall-surveys/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 13:05:57 +0000</pubDate>
		<dc:creator>Jiri Novotny</dc:creator>
				<category><![CDATA[Sales]]></category>
		<category><![CDATA[Conversion Ratio]]></category>
		<category><![CDATA[Customer Development]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[microisv]]></category>
		<category><![CDATA[misv]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[software sales]]></category>
		<category><![CDATA[trialware]]></category>
		<category><![CDATA[turning users into customers]]></category>
		<category><![CDATA[Uninstall]]></category>

		<guid isPermaLink="false">http://www.dextronet.com/micro-isv-insights/?p=454</guid>
		<description><![CDATA[Software uninstall surveys as an invaluable marketing, sales and feedback tool<p><a href="https://www.dextronet.com/micro-isv-insights/uninstall-surveys/">Uninstall Surveys</a> is a post from: <a href="https://www.dextronet.com/micro-isv-insights">Micro-ISV Insights Blog</a></p>
]]></description>
				<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-454'></div><g:plusone size='tall' href='https://www.dextronet.com/micro-isv-insights/uninstall-surveys/'></g:plusone></div><div class='dd_button'><div class='dd-twitter-ajax-load dd-twitter-454'></div><a href="http://twitter.com/share" class="twitter-share-button" data-url="https://www.dextronet.com/micro-isv-insights/uninstall-surveys/" data-count="vertical" data-text="Uninstall Surveys" data-via="" ></a></div><div class='dd_button'><script src="http://connect.facebook.net//all.js#xfbml=1"></script><fb:like href="https%3A%2F%2Fwww.dextronet.com%2Fmicro-isv-insights%2Funinstall-surveys%2F"    layout="box_count" width="50"  ></fb:like></div><div class='dd_button'><div class='dd-linkedin-ajax-load dd-linkedin-454'></div><script type='in/share' data-url='https://www.dextronet.com/micro-isv-insights/uninstall-surveys/' data-counter='top'></script></div><div class='dd_button'><div class='dd-dzone-ajax-load dd-dzone-454'></div><iframe class='DD_DZONE_AJAX_454' src='' height='0' width='0' scrolling='no' frameborder='0'></iframe></div><div class='dd_button'><div class='dd_delicious_normal_image dd_delicious'><a href='http://delicious.com/save' onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent('https://www.dextronet.com/micro-isv-insights/uninstall-surveys/')+'&amp;title='+encodeURIComponent('Uninstall Surveys'),'delicious', 'toolbar=no,width=550,height=550'); return false;"><span id='DD_DELICIOUS_AJAX_454'></span></a></div></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Software uninstall surveys are an invaluable marketing, sales and feedback tool. If you are currently not collecting uninstall surveys, this post might make you reconsider. </p>
<p>What is an uninstall survey? It is a form that users who uninstall your software are asked to fill and submit, and the results are sent to you. The survey should be always optional and non-obtrusive.</p>
<h3>Why should you do uninstall surveys</h3>
<p>As with almost everything in business, the main reason for doing uninstall surveys is to increase your profit, and spot any issues that prevent your users from being happy with your products.</p>
<p>Uninstall surveys help you boost profit in multiple ways:</p>
<ol>
<li>You will get useful, actionable feedback. (More on this later)</li>
<li>You can make a sale by offering a discount or another special deal.</li>
<li>You can offer the user an alternative product.</li>
<li>You can collect email addresses, to get back to your users.</li>
</ol>
<p>Uninstall surveys allow you to take advantage of many monetization, business development and customer relationship building opportunities.</p>
<h3>How to do uninstall surveys</h3>
<p>The best way is to probably create a hidden “Why have you uninstalled My Awesome App?” page on your website. Do not link to it from anywhere on your website, open it only directly from the uninstaller of your software.</p>
<p>When someone uninstalls your software, simply launch the URL from the uninstaller. ShellExecute will do. </p>
<p>If you use Inno Setup, you can use the following code:<br />
<code><br />
procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);<br />
var ErrorCode:integer;<br />
begin<br />
if IsUninstaller and not UninstallSilent then begin<br />
&nbsp;&nbsp;if CurUninstallStep = usDone then begin<br />
&nbsp;&nbsp;&nbsp;&nbsp;ShellExec('open', 'http://www.mywebsite.com/why-uninstall-my-awesome-app', '', '', SW_SHOW, ewWaitUntilTerminated, ErrorCode);<br />
&nbsp;&nbsp;end;<br />
end;<br />
end;<br />
</code></p>
<p>There is also an Inno setup .dll plugin which allows you to do the uninstall survey directly from the uninstaller, but I do not recommend it for two reasons – first, it is prone to firewall issues. Second, it doesn’t give you the same flexibility as a page on your website, which you can change at any time to introduce new promotions, tweaks, etc.</p>
<p>You probably shouldn’t launch the URL for users that have already purchased your application. Check for the presence of a valid registration in the uninstaller, and when detected, don’t launch the URL with the uninstall survey. (You do not need to validate the registration, just quickly check if the reg. info is stored.)</p>
<p>If you want to get fancy, you can also submit the Windows version to the uninstall survey page via HTTP GET method from the uninstaller.</p>
<h3>Designing your “Why Uninstall?” Page</h3>
<p>If you are selling multiple products, you should have a separate why uninstall page for every of your products.</p>
<p>The design of the why uninstall page depends entirely on your goals. Our uninstall form looks basically like this:</p>
<p>Reason: [Dropdown list of possible reasons]<br />
Comments: [Multi-line text area]<br />
Email address (Optional):</p>
<p>But, for example, if we were offering a mature enterprise product, I would probably remove the Reason dropdown, and make email address non-optional.</p>
<p>The “Reason” dropdown can include these reasons:</p>
<ul>
<li>Can’t start the program (What happens?)</li>
<li>Expensive</li>
<li>Complex</li>
<li>Hard to use</li>
<li>Missing features (Which?)</li>
<li>Too short trial</li>
<li>Crashes, errors</li>
<li>Found another program (Which?)</li>
</ul>
<p>Customize this list. E.g. if you are aware of some very important feature that is missing in your product, add it to the list of reasons.</p>
<p>It doesn’t hurt to include some graphics or stock photo to capture attention. It can be a sundown, a sad puppy, sailboat disappearing in a distance – just about anything that represents “leaving”. Making it emotional will probably slightly increase the number of answers you will receive, but do not try to induce guilt in the user. It is okay to say “We are sorry to see you go”, but don’t communicate exaggerated despair or be manipulative.</p>
<p>Furthermore, your uninstall survey should communicate trust, just like your buy page. You can include your mailing address, assure the user that you won’t share or spam his email address, include any “trusted” badges/logos that your site has, etc. You can also place a little “shield” icon into the “Submit” button of the uninstall survey, which conveys trust and confidentiality. </p>
<p>You can also make it personal – include your photo and signature, and communicate that you really care about offering the best possible product, and give the user the opportunity to help you out.</p>
<h3>Getting the most out of the uninstall surveys</h3>
<p>The cool thing is that you can take an action based on the uninstallation reason the user has reported. </p>
<p>Some of these actions can be even automated.</p>
<ul>
<li>Trial is too short? Extend the trial for that user.</li>
<li>The program is too expensive? Offer a discount.</li>
<li>Errors are present? Make a fix and send it to the user.</li>
<li>The program is hard to use? Educate the user, and update your help files and guides.</li>
<li>The program is too complex? Offer your simpler product.</li>
<li>The program is too simple? Offer your more advanced product.</li>
</ul>
<p>You get the idea.</p>
<p>If your application is priced low (below $50), consider utilizing <a href="http://www.trialpay.com">TrialPay</a>.</p>
<p>TrialPay allows your users to get your app for free, in exchange for signing-up for a trial of a 3rd-party product, or completing some offer from one of the TrialPay partners. You will then be paid by TrialPay. You will most likely get higher conversion rates with TrialPay than by offering a discount yourself, but the average payout will be probably lower. You need to test this yourself – it depends on your product. I would say that popular, broad consumer-oriented products would work best with TrialPay.</p>
<p>The most important thing is to reply to everyone who left their email address, either automatically, or personally, and try to “save” the sale. It might seem like it’s not worth it, but you can achieve pretty amazing conversion rates. </p>
<p>Think about the survey participants as folks who are sitting on the fence. Reaching to them and showing that you care is sometimes all you need to do in order to win them over, especially if you also offer them a discount.</p>
<h3>Feedback full of golden nuggets</h3>
<p>The feedback you will get from the uninstall surveys can be extremely valuable. </p>
<p>Just think about it – when multiple users say “I would purchase your product if it had a feature X”, then it is almost <strong>guaranteed</strong> that if you include the feature X, your sales will increase.  </p>
<p>Or, if only a small fraction of the survey participants state that the product is too expensive, your pricing is probably too low.</p>
<p>A typical participant of the uninstall survey will probably be different from a typical user that emails you directly. There is some overlap, but getting the feedback from the former group can be very, very valuable.</p>
<p>I’m always happy to help. If you have any questions or comments, reach me at <a href='mailto&#58;no&#118;%6F%74ny%4&#48;&#100;ex%74r&#111;n&#101;&#116;&#46;c&#111;m'>nov&#111;tny&#64;dex&#116;&#114;&#111;net&#46;co&#109;</a></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href="http://www.dextronet.com/micro-isv-insights/optimizing-your-installer-setup-for-higher-conversions/" title="Optimizing your installer (setup) for higher conversions">Optimizing your installer (setup) for higher conversions</a></li>
<li><a href="http://www.dextronet.com/micro-isv-insights/30-books-everyone-in-software-business-should-read-and-why/" title="30 books everyone in software business should read (and why)">30 books everyone in software business should read (and why)</a></li>
<li><a href="http://www.dextronet.com/micro-isv-insights/collecting-charity-donations-on-your-order-page/" title="Collecting charity donations on your order page">Collecting charity donations on your order page</a></li>
<li><a href="http://www.dextronet.com/micro-isv-insights/the-new-isvcon/" title="The new ISVCon">The new ISVCon</a></li>
</ul>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_454()',1000);window.setTimeout('loadTwitter_454()',1000);window.setTimeout('loadLinkedin_454()',1000);window.setTimeout('loadDzone_454()',1000);window.setTimeout('loadDelicious_454()',1000); }); </script><script type="text/javascript"> function loadGoogle1_454(){ jQuery(document).ready(function($) { $('.dd-google1-454').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); } function loadTwitter_454(){ jQuery(document).ready(function($) { $('.dd-twitter-454').remove();$.getScript('http://platform.twitter.com/widgets.js'); }); } function loadLinkedin_454(){ jQuery(document).ready(function($) { $('.dd-linkedin-454').remove();$.getScript('http://platform.linkedin.com/in.js'); }); } function loadDzone_454(){ jQuery(document).ready(function($) { $('.dd-dzone-454').remove();$('.DD_DZONE_AJAX_454').attr('width','50');$('.DD_DZONE_AJAX_454').attr('height','70');$('.DD_DZONE_AJAX_454').attr('src','http://widgets.dzone.com/links/widgets/zoneit.html?url=https%3A%2F%2Fwww.dextronet.com%2Fmicro-isv-insights%2Funinstall-surveys%2F&title=Uninstall%20Surveys&t=1'); }); } function loadDelicious_454(){ jQuery(document).ready(function($) { $('.dd-delicious-454').remove();$.getJSON('http://feeds.delicious.com/v2/json/urlinfo/data?url=https://www.dextronet.com/micro-isv-insights/uninstall-surveys/&amp;callback=?',function(data) {var msg ='';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = '0';}else if(count ==1){msg = '1';}else{msg = count}}else{msg = '0';}$('#DD_DELICIOUS_AJAX_454').text(msg);}); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><p><a href="https://www.dextronet.com/micro-isv-insights/uninstall-surveys/">Uninstall Surveys</a> is a post from: <a href="https://www.dextronet.com/micro-isv-insights">Micro-ISV Insights Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.dextronet.com/micro-isv-insights/uninstall-surveys/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
