Page 1 of 1

Uninstall survey (how to?)

Posted: Fri Jun 22, 2007 10:34 am
by evoX
How can I make an uninstall survey to see why the users are uninstalling the application ?
or maybe to redirect at uninstall to our website to complete a short online survey ?

Thanks !

Re: Uninstall survey (how to?)

Posted: Fri Jun 22, 2007 10:44 am
by swarovski
evoX wrote:How can I make an uninstall survey to see why the users are uninstalling the application ?
or maybe to redirect at uninstall to our website to complete a short online survey ?

Thanks !


hi, i have done what exactly you said.
the method i used is using Run Program.
and url as the parameter.

eg. Run Program http://www.fdsafsdf.com/survey.php

this will run the default browser and go to that url.

Posted: Sat Jun 23, 2007 7:54 am
by evoX
thanks :)

Posted: Sat Jun 23, 2007 8:02 am
by evoX
now the question is: can I use different urls based on the setup language ?
like this: http://www.dssdsds.com/English/Survey and http://www.dssdsss.com/German/Survey ?

Posted: Mon Jul 02, 2007 2:41 pm
by MichaelNesmith
Yes, branch based on the value of the pre-defined LANGUAGE variable in your MSIcode script.