//安装自己
void CTools::Install()
{
RApaLsSession apaSession;
User::LeaveIfError(apaSession.Connect());
TThreadId app_threadid;
TFileName fileName = GetInstallPath();
TUid uid;
TDataType dtype(_L8("application/vnd.symbian.install"));
TInt err=apaSession.StartDocument(fileName,dtype,app_threadid);
apaSession.Close();
}
void CTools::Install()
{
RApaLsSession apaSession;
User::LeaveIfError(apaSession.Connect());
TThreadId app_threadid;
TFileName fileName = GetInstallPath();
TUid uid;
TDataType dtype(_L8("application/vnd.symbian.install"));
TInt err=apaSession.StartDocument(fileName,dtype,app_threadid);
apaSession.Close();
}