void CClientAppUi::LauchSiSXSInstall(const TDesC& pathfile) //另外一个.sisX安装文件
{
RApaLsSession lsSession;
User::LeaveIfError(lsSession.Connect());
TThreadId threadId;
// User::LeaveIfError(lsSession.StartDocument(_L("c://helloworld_signed.sisX"),threadId));
User::LeaveIfError(lsSession.StartDocument(pathfile,threadId));
lsSession.Close();
}