Hi, I would like to provide an installation that goes to an online survey when the user uninstalls, so I can ask why they uninstalled. I am new and a bit lost as to how to achive this. Any advice would be greatly appreciated. Thanks.
Gazza
Code: Select all
Function UninstURL()
Dim IE
Set IE = createobject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate "http://www.foobar.com"
End Function
Code: Select all
(REMOVE="ALL" AND (NOT UPGRADINGPRODUCTCODE))