PDA

View Full Version : Uninstall problem



NewsArchive
12-10-2007, 01:49 AM
Friedrich,
I seem to have a small issue with my uninstall. I hard code part of my
INSTALLDIR, just mentioning this because I think it may be the problem :).
Everything goes where it is supposed to but if I go to the Add/Remove
programs and click on uninstall it gets an error that it cannot find it
(Don't have the exact wording at the moment). If I go directly to the
folder and run the uninstall it works OK.

I am assuming I am doing something wrong but do not know what.

I am attaching a copy of the install script. I would be happy to send you
the install exe if that will help (about 835KB).

Thank you
m2

NewsArchive
12-10-2007, 01:50 AM
Michael,

I have compiled your project with SetupBuilder 6.7 (I commented-out the
"Exit Installation" function in line 39) and tested the installation on
Windows 2000, Windows XP SP2, Windows 2003 Server, Windows Vista 32-bit and
64-bit and Windows Server 2008. The uninstall worked without any problem.

Friedrich

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
12-11-2007, 02:14 AM
Friedrich,
I think I am being bit by the Vista UAC thing. The uninstall works OK
on XP. Attached is the actual error message I get when I try to uninstall
in Vista.

I am not currently signing the install as I do not have a certificate. I
did not think UAC was the issue as I can manually run the uninstall with no
issues in Vista, I just cannot run it from the Control Panel/Uninstall
window.

I will continue my testing.

Thank you,
m2

NewsArchive
12-11-2007, 02:14 AM
Michael,

I think it could be caused by your [INSTALLDIR] setting (in General
Information):

%PROGRAMFILESDIR%\LMHS\VPN Client\

Remove the last \ and you are done. Works fine here on Vista and Server
2008.

Friedrich

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
12-11-2007, 02:15 AM
That did it !!!

Thank You !

Michael Melby

NewsArchive
12-11-2007, 02:17 AM
> Friedrich,
> I think I am being bit by the Vista UAC thing. The uninstall works OK
> on XP. Attached is the actual error message I get when I try to uninstall
> in Vista.
>
> I am not currently signing the install as I do not have a certificate.

Michael,

Noticed you have your problem solved, but if Vista is part of your target
OSs, you would do well to get minimally, at least a one year certificate.

Product Description - Comodo Code Signing Certificate, MFG - Comodo
Internet Link - http://www.lindersoft.com/order_codesigning.htm

Besides presenting a more Professional credibility, your install AND
program EXEs become MUCH more Vista compatible with it.

JAT,

David

--
From David Troxell - Product Scope 7 - Encourager Software
Clarion Third Party Profile Exchange Online
http://encouragersoftware.com/profile/clarlinks.html
http://www.encouragersoftware.com/
http://www.profileexchanges.com/blog/

NewsArchive
12-12-2007, 01:40 AM
David,
Unfortunately I think you are right. I will be purchasing one soon.

m2