java.lang.Object | |
↳ | com.microstrategy.webservices.MWSOfficeInstallInfoHandler |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | NULLVERSION |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static boolean | BlockUpdate | ||||||||||
public static String | OfficeInstallConfigFileLoc | ||||||||||
public static String | OfficeInstallURL | ||||||||||
public static String | OfficeInstallVersion | Hold the version number of the MSTR Office that currently resides in the MWS Office subdirectory. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSOfficeInstallInfoHandler() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSOfficeInstallInfo | GetMWSOfficeInstallInfo() | ||||||||||
void |
setBlockOfficeUpdate()
Turns off ability to automatically update to new version
of Office
| ||||||||||
void |
setOfficeInstallConfigFileLoc(String sOfficeInstallConfigFileLoc)
Set the Office default config file location from
an outside source since we retrieve from a config file.
| ||||||||||
void |
setOfficeInstallURL(String sOfficeInstallURL)
Set the Office install executable location
| ||||||||||
void |
setOfficeInstallVersion(String sOfficeInstallVersion)
Set the Office version from an outside source since
we need to read the ReleaseVersion stamp off of the
MicroStrategyOffice.msi file for Office.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Hold the version number of the MSTR Office that currently resides in the MWS Office subdirectory. This can be installed by requesting clients.
Turns off ability to automatically update to new version of Office
Set the Office default config file location from an outside source since we retrieve from a config file.
sOfficeInstallConfigFileLoc | location to set |
---|
Set the Office install executable location
Set the Office version from an outside source since we need to read the ReleaseVersion stamp off of the MicroStrategyOffice.msi file for Office.
sOfficeInstallVersion | Office version to set |
---|