Searched defs:hMSI (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
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()
|
/aoo4110/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | shutdown_quickstart.cxx | 29 MSIHANDLE hMSI = static_cast< MSIHANDLE >( lParam ); in EnumWindowsProc() local 69 extern "C" UINT __stdcall ShutDownQuickstarter( MSIHANDLE hMSI ) in ShutDownQuickstarter()
|
H A D | remove_quickstart_link.cxx | 40 extern "C" UINT __stdcall RemoveQuickstarterLink( MSIHANDLE hMSI ) in RemoveQuickstarterLink()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 89 bool WriteRegistry( MSIHANDLE & hMSI, OPERATION op, const wchar_t* componentName) in WriteRegistry() 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() 461 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64() 468 extern "C" UINT __stdcall DeinstallReg64(MSIHANDLE hMSI) in DeinstallReg64()
|
/aoo4110/main/setup_native/source/win32/customactions/tools/ |
H A D | checkversion.cxx | 43 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() 79 extern "C" UINT __stdcall CheckVersions( MSIHANDLE hMSI ) in CheckVersions()
|
Completed in 38 milliseconds