Archived:Canceling an asynchronous silent uninstallation takes a long time
hamishwillee
(Talk | contribs) m (Hamishwillee - Fix categories) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix metadata) |
||
| Line 1: | Line 1: | ||
| − | |||
{{Archived|timestamp=20120313123354|user=roy.debjit| }} | {{Archived|timestamp=20120313123354|user=roy.debjit| }} | ||
| + | [[Category:Symbian C++]][[Category:S60 3rd Edition FP2]][[Category:Known Issue]][[Category:Symbian]][[Category:Deployment/Installation]] | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 42: | Line 42: | ||
| − | <!-- Translation --> [[zh-hans:取消一次异步后台卸载将需很长时间]] | + | <!-- Translation --> [[zh-hans:Archived:取消一次异步后台卸载将需很长时间]] |
Latest revision as of 09:49, 7 September 2012
Article Metadata
Tested with
Compatibility
Article
Overview
RSWInstSilentLauncher is the client-side handle used to access SW Installer UI services. It can be used to silently install/uninstall the SISX without user intervention. The silent install and uninstall methods have both synchronous and asynchronous versions.
The SW Installer Launcher API is part of the SDK API Plug-in package for S60 3rd Edition, FP2.
Description
If the uninstallation of an application is started using the asynchronous version of SwiUI::RSWInstLauncher::SilentUninstall, it can be canceled by calling the method SwiUI::RSWInstLauncher::CancelAsyncRequest(TInt aReqToCancel).
The cancellation process of an asynchronous silent uninstall operation takes a long time (more than 10 seconds) and any attempt to start another operation during this time causes the S60 Installer to hang.
Solution
No solution exists.

