:: com :: sun :: star :: setup ::

struct InstallEnvironment
[ DEPRECATED ]

Elements' Summary
eOSType
eInstallType
strDestinationPath
nClusterSize
nDriveSize
seqLanguages
seqSwitchLanguages
seqModuleIDList
strUserName
strUserFirstName
strUserId
strCompanyname
strStreet
strCountry
strZip
strCity
strTitle
strPosition
strPhonePriv
strPhoneCompany
strPhoneFax
strEmail
strState
strFatherName
strApartmentNr
Elements' Details
eOSType
OSType eOSType;
eInstallType
InstallType eInstallType;
strDestinationPath
string strDestinationPath;
nClusterSize
long nClusterSize;
nDriveSize
long nDriveSize;
seqLanguages
sequence< short > seqLanguages;
seqSwitchLanguages
sequence< short > seqSwitchLanguages;
seqModuleIDList
sequence< ModuleState > seqModuleIDList;
strUserName
string strUserName;
strUserFirstName
string strUserFirstName;
strUserId
string strUserId;
strCompanyname
string strCompanyname;
strStreet
string strStreet;
strCountry
string strCountry;
strZip
string strZip;
strCity
string strCity;
strTitle
string strTitle;
strPosition
string strPosition;
strPhonePriv
string strPhonePriv;
strPhoneCompany
string strPhoneCompany;
strPhoneFax
string strPhoneFax;
strEmail
string strEmail;
strState
string strState;
strFatherName
string strFatherName;
strApartmentNr
string strApartmentNr;
Top of Page