Namespaces
Variants
Actions

在9200系列通信器中怎样可以在程序中调用安装管理器

Jump to: navigation, search
文章信息

测试基于
设备:: 9200 Communicator

兼容于
平台: S60 1st Edition

文章
关键词: CApaCommandLine
huwell 在 29 Jun 2007 创建
最后由 hamishwillee 在 08 May 2013 编辑
  • 开发伙伴平台: 9200通信器系列


  • 说明:

完成这个功能可以使用下面的代码

CApaCommandLine* cmdLine;
cmdLine=CApaCommandLine::NewLC();
cmdLine->SetLibraryNameL(
_L("z:\\System\\apps\\instapp\\instapp.app"));
cmdLine->SetDocumentNameL(_L("FileNameToInstall.sis"));
cmdLine->SetCommandL(EApaCommandRun);
EikDll::StartAppL(*cmdLine);
CleanupStack::PopAndDestroy(); // cmdLine
This page was last modified on 8 May 2013, at 03:02.
82 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved