char *pMainmenuVisible = null;
char *pLaunchOnBoot = null;
char *pAutoRestart = null;
- char *pRemoteUi = null;
+ char *pUseUi = null;
__pPackageAppInfoImpl = new _PackageAppInfoImpl;
TryReturn(__pPackageAppInfoImpl, false, "[osp-installer] __pPackageAppInfoImpl is null");
AppLogTag(OSP_INSTALLER, "<AutoRestart=%s>", pAutoRestart);
}
- pRemoteUi = pAttr->Find("RemoteUi");
- if (pRemoteUi)
+ pUseUi = pAttr->Find("UseUi");
+ if (pUseUi)
{
- AddAppFeature("RemoteUi", pRemoteUi);
- AppLogTag(OSP_INSTALLER, "<RemoteUi=%s>", pRemoteUi);
+ AddAppFeature("UseUi", pUseUi);
+ AppLogTag(OSP_INSTALLER, "<UseUi=%s>", pUseUi);
}
char* pGlFrame = pAttr->Find("GlFrame");