#include <swinstdefs.h>
Public Member Functions | |
TInstallOptions () | |
Public Attributes | |
TPolicy | iUpgrade |
TPolicy | iOptionalItems |
TPolicy | iOCSP |
TPolicy | iIgnoreOCSPWarnings |
TPolicy | iUntrusted |
TPolicy | iPackageInfo |
TPolicy | iCapabilities |
TPolicy | iKillApp |
TPolicy | iOverwrite |
TPolicy | iDownload |
TBuf< KSWInstMaxUserNameLength > | iLogin |
TBuf< KSWInstMaxPasswordLength > | iPassword |
TChar | iDrive |
TLanguage | iLang |
TBool | iUsePhoneLang |
TPolicy | iUpgradeData |
Definition at line 135 of file swinstdefs.h.
SwiUI::TInstallOptions::TInstallOptions | ( | ) | [inline] |
Constructor.
Definition at line 309 of file swinstdefs.h.
Is it ok to upgrade.
Definition at line 149 of file swinstdefs.h.
Sometimes there are optional items in deployment packages.
Definition at line 154 of file swinstdefs.h.
Tells whether OCSP should be performed or not.
Definition at line 159 of file swinstdefs.h.
If OCSP is performed, but warnings found, what should be done then? -> Allow = Go ahead.
Definition at line 165 of file swinstdefs.h.
Is installation of untrusted (uncertified) sw ok.
Definition at line 170 of file swinstdefs.h.
Skip infos.
Definition at line 175 of file swinstdefs.h.
Automatically grant user capabilities.
Definition at line 180 of file swinstdefs.h.
Silently kill an application if needed.
Definition at line 185 of file swinstdefs.h.
Can files be overwritten.
Definition at line 190 of file swinstdefs.h.
Is it ok to download.
Definition at line 195 of file swinstdefs.h.
Download username.
Definition at line 200 of file swinstdefs.h.
Download password.
Definition at line 205 of file swinstdefs.h.
Install target drive. (E.g. C, D, etc)
Definition at line 210 of file swinstdefs.h.
TLanguage SwiUI::TInstallOptions::iLang |
Which language should be used
Definition at line 215 of file swinstdefs.h.
Force phone default language to be used
Definition at line 220 of file swinstdefs.h.
In case of upgrade, upgrade the data as well.
Definition at line 225 of file swinstdefs.h.