Discussion Board
-
Uninstall application
2005-03-08, 14:55
#1
Registered User
Hello symbian guys,
I'm trying to uninstall applications on a 6610 but obviously it does not work :-(
My code is :
"
CApaCommandLine* cmdLine =CApaCommandLine::NewL();
CleanupStack::PushL(cmdLine);
cmdLine->SetLibraryNameL(_L("z:\\System\\apps\\appinst\\appinst.app"));
cmdLine->SetDocumentNameL(apptouninstall);
cmdLine->SetTailEndL(KUninstallCommandLineTail);
cmdLine->SetCommandL(EApaCommandRun);
iSession.StartApp(*cmdLine);"
When i launch this I get an error : "File Corrupted ! "
Any ideas ??
-
Nokia Developer Expert
Hi,
why it is not good idea to allow uninstallation done by installer application and user ?
Most easy wayt to uninstal something is just to delete those files from filesystem. [If you want to do this ugly thing]
Br V
-
Registered User
Hi Nowis, where u able to solve this problem?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules