uninstall

  • Thread starter Thread starter MandalayThar
  • Start date Start date
M

MandalayThar

Hello,
I am using a desktop setup application for installing my
device application via CeAppMgr.exe.
When I unstalled the application, the uninstall process
only removed the desktop part. If I use the remove button
on the ceappmgr dialog box, it removed both the desktop
application (setup) and the real application on the device.
I would like to do it in Installer_AfterUninstall function
from my customer install dll. Running the Ceappmgr.exe
without any parameter just shows up the ceappmgr dialog
box.
Thanks in advance,
MandalayThar
 
Unfortunately, this isn't supported. The best you can do is display the
CEAppMgr dialog and have the user choose what to un-install.

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "MandalayThar" <[email protected]>
| Sender: "MandalayThar" <[email protected]>
| Subject: uninstall
| Date: Mon, 17 Nov 2003 03:12:52 -0800
| Lines: 13
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcOs+74nzuQvo08KQn+t8FUbe8x8gQ==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:38805
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hello,
| I am using a desktop setup application for installing my
| device application via CeAppMgr.exe.
| When I unstalled the application, the uninstall process
| only removed the desktop part. If I use the remove button
| on the ceappmgr dialog box, it removed both the desktop
| application (setup) and the real application on the device.
| I would like to do it in Installer_AfterUninstall function
| from my customer install dll. Running the Ceappmgr.exe
| without any parameter just shows up the ceappmgr dialog
| box.
| Thanks in advance,
| MandalayThar
|
 
Back
Top