/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | msihelper.hxx | 66 void SetMsiProp(MSIHANDLE handle, LPCTSTR name); 78 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name); 90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name); 101 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name); 112 bool IsAllUserInstallation(MSIHANDLE handle); 125 std::wstring GetOfficeInstallationPath(MSIHANDLE handle); 138 std::wstring GetOfficeExecutablePath(MSIHANDLE handle); 149 std::wstring GetProductName(MSIHANDLE handle); 163 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name); 178 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name); [all …]
|
H A D | msihelper.cxx | 46 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp() 51 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp() 56 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() 63 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name) in IsMsiPropNotEmpty() 70 bool IsAllUserInstallation(MSIHANDLE handle) in IsAllUserInstallation() 75 std::wstring GetOfficeInstallationPath(MSIHANDLE handle) in GetOfficeInstallationPath() 82 std::wstring GetOfficeExecutablePath(MSIHANDLE handle) in GetOfficeExecutablePath() 89 std::wstring GetProductName(MSIHANDLE handle) in GetProductName() 96 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name) in IsModuleInstalled() 104 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForInstallation() [all …]
|
H A D | register.hxx | 51 void Register4MsDoc(MSIHANDLE handle, int Register); 53 void Unregister4MsDoc(MSIHANDLE handle, int Unregister); 57 void Unregister4MsDocAll(MSIHANDLE handle); 61 void RepairRegister4MsDocSettings(MSIHANDLE handle); 64 bool IsRegisteredFor(MSIHANDLE handle, int State); 70 MSIHANDLE handle, int Register); 78 int FixReturnRegistrationState(MSIHANDLE handle);
|
H A D | register.cxx | 64 bool query_preselect_registration_for_ms_application(MSIHANDLE handle, int Register) in query_preselect_registration_for_ms_application() 93 void Register4MsDoc(MSIHANDLE handle, int Register) in Register4MsDoc() 127 void Unregister4MsDoc(MSIHANDLE handle, int Unregister) in Unregister4MsDoc() 189 void Unregister4MsDocAll(MSIHANDLE handle) in Unregister4MsDocAll() 209 void RepairRegister4MsDocSettings(MSIHANDLE handle) in RepairRegister4MsDocSettings() 224 bool IsRegisteredFor(MSIHANDLE handle, int State) in IsRegisteredFor() 247 int FixReturnRegistrationState(MSIHANDLE handle) in FixReturnRegistrationState()
|
H A D | reg4msdocmsi.cxx | 43 void DetermineWordPreselectionState(MSIHANDLE handle) in DetermineWordPreselectionState() 49 void DetermineExcelPreselectionState(MSIHANDLE handle) in DetermineExcelPreselectionState() 55 void DeterminePowerPointPreselectionState(MSIHANDLE handle) in DeterminePowerPointPreselectionState() 61 extern "C" UINT __stdcall InstallUiSequenceEntry(MSIHANDLE handle) in InstallUiSequenceEntry() 115 extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE handle) in InstallExecSequenceEntry() 159 extern "C" UINT __stdcall DeinstallExecSequenceEntry(MSIHANDLE handle) in DeinstallExecSequenceEntry()
|
/aoo42x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 160 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() 194 bool IsInstallForAllUsers( MSIHANDLE hMSI ) in IsInstallForAllUsers() 209 wchar_t* GetBasisInstallLocation( MSIHANDLE hMSI ) in GetBasisInstallLocation() 222 bool QueryReg64Table(MSIHANDLE& rhDatabase, MSIHANDLE& rhView) in QueryReg64Table() 289 bool DoRegEntries( MSIHANDLE& rhMSI, OPERATION op, MSIHANDLE& rhView) in DoRegEntries() 293 MSIHANDLE hRecord; in DoRegEntries() 435 bool Reg64(MSIHANDLE& rhMSI, OPERATION op) in Reg64() 446 MSIHANDLE hView; in Reg64() 447 MSIHANDLE hDatabase = MsiGetActiveDatabase(rhMSI); in Reg64() 461 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64() [all …]
|
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 266 bool GetMsiProp( MSIHANDLE handle, LPCSTR name, /*out*/std::string& value ) in GetMsiProp() 284 bool IsSetMsiProp( MSIHANDLE handle, LPCSTR name ) in IsSetMsiProp() 292 static void registerForExtension( MSIHANDLE handle, const int nIndex, bool bRegister ) in registerForExtension() 309 static void registerForExtensions( MSIHANDLE handle, BOOL bRegisterAll ) in registerForExtensions() 340 static void registerSomeExtensions( MSIHANDLE handle, const int nStart, const int nEnd, bool bRegis… in registerSomeExtensions() 353 extern "C" UINT __stdcall LookForRegisteredExtensions( MSIHANDLE handle ) in LookForRegisteredExtensions() 436 extern "C" UINT __stdcall RegisterSomeExtensions( MSIHANDLE handle ) in RegisterSomeExtensions() 480 extern "C" UINT __stdcall FindRegisteredExtensions( MSIHANDLE handle ) in FindRegisteredExtensions() 517 extern "C" UINT __stdcall DeleteRegisteredExtensions( MSIHANDLE /*handle*/ ) in DeleteRegisteredExtensions() argument
|
/aoo42x/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 70 static std::string GetMsiProperty(MSIHANDLE handle, const std::string& sProperty) in GetMsiProperty() 110 static BOOL rebaseImage( MSIHANDLE /*handle*/, const std::string& sFilePath, LPVOID address ) in rebaseImage() argument 125 static BOOL rebaseImagesInFolder( MSIHANDLE handle, const std::string& sPath, LPVOID address, Exclu… in rebaseImagesInFolder() 160 static BOOL rebaseImages( MSIHANDLE handle, LPVOID pAddress, ExcludeLibsMap& rMap ) in rebaseImages() 175 static BOOL IsServerSystem( MSIHANDLE /*handle*/ ) in IsServerSystem() argument 193 static void InitExcludeFromRebaseList( MSIHANDLE handle, ExcludeLibsMap& rMap ) in InitExcludeFromRebaseList() 223 extern "C" BOOL __stdcall RebaseLibrariesOnProperties( MSIHANDLE handle ) in RebaseLibrariesOnProperties()
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | layerlinks.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() 79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() 95 extern "C" UINT __stdcall CreateLayerLinks(MSIHANDLE handle) in CreateLayerLinks() 207 extern "C" UINT __stdcall RemoveLayerLinks(MSIHANDLE handle) in RemoveLayerLinks()
|
H A D | upgrade.cxx | 118 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() 135 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() 140 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() 145 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty) in SetMsiProperty() 176 extern "C" UINT __stdcall SetProductInstallMode(MSIHANDLE handle) in SetProductInstallMode()
|
H A D | checkrunningoffice.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() 101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() 174 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning()
|
H A D | checkdirectory.cxx | 53 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 71 static void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() 76 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty, const std::_tstring&) in SetMsiProperty() 81 extern "C" UINT __stdcall CheckInstallDirectory(MSIHANDLE handle) in CheckInstallDirectory()
|
H A D | dotnetcheck.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() 69 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string& sValue) in SetMsiProperty() 132 extern "C" UINT __stdcall DotNetCheck(MSIHANDLE handle) { in DotNetCheck() 154 extern "C" UINT __stdcall ShowProperties(MSIHANDLE handle) in ShowProperties()
|
H A D | shellextensions.cxx | 98 BOOL GetMsiProp( MSIHANDLE hMSI, const char* pPropName, char** ppValue ) in GetMsiProp() 116 bool IsVersionNT64( MSIHANDLE hMSI ) in IsVersionNT64() 136 extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI) in InstallExecSequenceEntry() 195 extern "C" UINT __stdcall DeinstallExecSequenceEntry(MSIHANDLE) in DeinstallExecSequenceEntry() argument
|
H A D | checkpatches.cxx | 70 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 88 static void SetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in SetMsiProperty() 93 extern "C" UINT __stdcall CheckPatchList( MSIHANDLE handle ) in CheckPatchList()
|
H A D | startmenuicon.cxx | 48 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 70 extern "C" UINT __stdcall InstallStartmenuFolderIcon( MSIHANDLE handle ) in InstallStartmenuFolderIcon() 127 extern "C" UINT __stdcall DeinstallStartmenuFolderIcon(MSIHANDLE handle) in DeinstallStartmenuFolderIcon()
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 159 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() 165 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() 170 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() 540 extern "C" UINT __stdcall InstallPatchedFiles( MSIHANDLE handle ) in InstallPatchedFiles() 597 extern "C" UINT __stdcall UninstallPatchedFiles( MSIHANDLE handle ) in UninstallPatchedFiles() 678 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() 719 extern "C" UINT __stdcall SetFeatureState( MSIHANDLE handle ) in SetFeatureState() 832 extern "C" UINT __stdcall SetNewFeatureState( MSIHANDLE handle ) in SetNewFeatureState() 855 extern "C" UINT __stdcall ShowOnlineUpdateDialog( MSIHANDLE handle ) in ShowOnlineUpdateDialog()
|
/aoo42x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 147 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() 166 BOOL GetActiveXControlPath( MSIHANDLE hMSI, char** ppActiveXPath ) in GetActiveXControlPath() 197 BOOL GetDelta( MSIHANDLE hMSI, int& nOldInstallMode, int& nInstallMode, int& nDeinstallMode ) in GetDelta() 306 BOOL MakeInstallForAllUsers( MSIHANDLE hMSI ) in MakeInstallForAllUsers() 320 BOOL MakeInstallFor64Bit( MSIHANDLE hMSI ) in MakeInstallFor64Bit() 333 extern "C" UINT __stdcall InstallActiveXControl( MSIHANDLE hMSI ) in InstallActiveXControl() 400 extern "C" UINT __stdcall DeinstallActiveXControl( MSIHANDLE hMSI ) in DeinstallActiveXControl()
|
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 52 string GetMsiProperty(MSIHANDLE handle, const string& sProperty) in GetMsiProperty() 69 inline bool IsSetMsiProperty(MSIHANDLE handle, const string& sProperty) in IsSetMsiProperty() 74 inline void UnsetMsiProperty(MSIHANDLE handle, const string& sProperty) in UnsetMsiProperty() 79 inline void SetMsiProperty(MSIHANDLE handle, const string& sProperty, const string&) in SetMsiProperty() 85 extern "C" UINT __stdcall GetUserInstallMode(MSIHANDLE handle) in GetUserInstallMode()
|
H A D | checkrunningofficelanguagepack.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty() 96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty() 101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() 174 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning()
|
/aoo42x/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 65 static bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() 130 extern "C" UINT __stdcall ShowReleaseNotesBefore( MSIHANDLE ) in ShowReleaseNotesBefore() argument 143 extern "C" UINT __stdcall ShowReleaseNotesAfter( MSIHANDLE ) in ShowReleaseNotesAfter() argument 156 extern "C" UINT __stdcall ShowSurveyAfter( MSIHANDLE handle ) in ShowSurveyAfter()
|
/aoo42x/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | quickstarter.hxx | 36 std::string GetOfficeInstallationPath(MSIHANDLE handle); 37 std::string GetOfficeProductName(MSIHANDLE handle); 38 std::string GetQuickstarterLinkName(MSIHANDLE handle);
|
H A D | shutdown_quickstart.cxx | 29 MSIHANDLE hMSI = static_cast< MSIHANDLE >( lParam ); in EnumWindowsProc() 69 extern "C" UINT __stdcall ShutDownQuickstarter( MSIHANDLE hMSI ) in ShutDownQuickstarter()
|
/aoo42x/main/setup_native/source/win32/customactions/javafilter/ |
H A D | jfregca.cxx | 45 bool isMulti(MSIHANDLE); 101 extern "C" UINT install_jf ( MSIHANDLE hModule ) { in install_jf() 112 extern "C" UINT uninstall_jf ( MSIHANDLE hModule ) { in uninstall_jf() 132 bool isMulti( MSIHANDLE hModule ) { in isMulti()
|
/aoo42x/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 54 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() 73 BOOL MakeInstallForAllUsers( MSIHANDLE hMSI ) in MakeInstallForAllUsers() 87 extern "C" UINT __stdcall PatchActiveXControl( MSIHANDLE hMSI ) in PatchActiveXControl()
|