The idea for unAR was this:

unAR: The AR Uninstaller

This page contains details of the project I've abandoned.  The unAR Project was getting just too hard to program.  If you know Visual Basic (I program using Microsoft Visual Basic 6.0 Professional Edition, with Service Pack 5 installed), maybe you could help me.  A link to my email address is found at the bottom of every page of the site.

A .UAR file would be created where the end-user wants to (preferred the desktop).  It would contain a list of the files to be removed, in an .INI string.  Something like this:

[Files]
TotalCount=2
File1=C:\Program Files\Microsoft Games\Midtown Madness 2\RSMod_SFO.ar
File2=C:\Program Files\Microsoft Games\Midtown Madness 2\RSMod_LHR.ar
[ARInfo]
Name=RSMod
By launching the .UAR file, you'd be prompted to uninstall (in this example, it'd be  "Are you sure you want to uninstall RSMod?").

Then, you'd see frmAR05b.frm as the display the status of the uninstall

Next, you'd see, "Status: Uninstalling RSMod"

 

At last, you'd see "Status: RSMod Uninstall Completed."  Also, the Close button would enable.

I'll post more soon :)

Home Download Email