PDA

View Full Version : Uninstall result



NewsArchive
06-26-2008, 02:20 AM
If there a way to generate and display a result code when an
application is uninstalled.

Steve

--
EasyNN-plus. Build Neural Networks. http://www.easynn.com
SwingNN. Forecast the Future. http://www.swingnn.com
Neural Planner Software Ltd http://www.npsl1.com

NewsArchive
06-26-2008, 02:20 AM
Hi Stephen,

> If there a way to generate and display a result code when an
> application is uninstalled.

Do you mean some kind of code that is sent to your (web) server when an
application is uninstalled?

Friedrich

NewsArchive
06-26-2008, 02:21 AM
No, all I want is a specific code number to be displayed on the users
PC when one of my applications is uninstalled. The user will then
email the number to me.

Steve

--
EasyNN-plus. Build Neural Networks. http://www.easynn.com
SwingNN. Forecast the Future. http://www.swingnn.com
Neural Planner Software Ltd http://www.npsl1.com

NewsArchive
06-26-2008, 02:23 AM
> No, all I want is a specific code number to be displayed on the users
> PC when one of my applications is uninstalled. The user will then
> email the number to me.

Hi Steve,

Sounds like your looking for proof of an uninstall for a refund.

So what keeps them from simply re-installing it after you provide the
refund?

Armadillo can do this if your using their hardware locking (IOW - a
registration code is tied to a specific hardware fingerprint), but even
Armadillo can't provide it without binding it to the hardware.

If your just looking for "something" as an indicator, you could do
something like store the SetupProtect code (or password) and when
uninstalling take that code and append/prepend chars to it, display it to
the user (or even write to a text file in the temp folder) and then
uninstall after they click OK.

It wouldn't prevent a reinstall, but it would give you an indicator that
they had uninstalled.

Does that help?

Charles




--
-------------------------------------------------------------------------------------------------------
Charles Edmonds
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.clarionproseries.com - "Serious imaging tools for Clarion Developers"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms!"
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
06-26-2008, 02:23 AM
Hi Steve,

> No, all I want is a specific code number to be displayed on the users
> PC when one of my applications is uninstalled. The user will then
> email the number to me.

Aha, okay.

Exactly what Charles said.

Because the uninstall is fully scriptable, you can do virtually anything in
your uninstall application. But you have to develop your own script or DLL
code that generates this "specific code number" for you.

You can even send messages from the uninstall to your server.

http://www.lindersoft.com/forums/showthread.php?t=3711

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner