Home
last modified time | relevance | path

Searched refs:MSIHANDLE (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ !
H A Dmsihelper.hxx66 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 Dmsihelper.cxx46 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 Dregister.hxx51 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 Dregister.cxx64 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 Dreg4msdocmsi.cxx43 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()
/trunk/main/setup_native/source/win32/customactions/reg64/ !
H A Dreg64.cxx160 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 …]
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/ !
H A Dreg4allmsi.cxx266 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
/trunk/main/setup_native/source/win32/customactions/rebase/ !
H A Drebase.cxx70 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()
/trunk/main/setup_native/source/win32/customactions/shellextensions/ !
H A Dlayerlinks.cxx52 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 Dupgrade.cxx118 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 Dcheckrunningoffice.cxx72 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 Dcheckdirectory.cxx53 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 Ddotnetcheck.cxx52 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 Dshellextensions.cxx98 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 Dcheckpatches.cxx70 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 Dstartmenuicon.cxx48 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()
/trunk/main/setup_native/source/win32/customactions/patch/ !
H A Dswappatchfiles.cxx72 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()
/trunk/main/setup_native/source/win32/customactions/regactivex/ !
H A Dregactivex.cxx147 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()
/trunk/main/setup_native/source/win32/customactions/languagepacks/ !
H A Drespintest.cxx52 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 Dcheckrunningofficelanguagepack.cxx72 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()
/trunk/main/setup_native/source/win32/customactions/relnotes/ !
H A Drelnotes.cxx65 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()
/trunk/main/setup_native/source/win32/customactions/quickstarter/ !
H A Dquickstarter.hxx36 std::string GetOfficeInstallationPath(MSIHANDLE handle);
37 std::string GetOfficeProductName(MSIHANDLE handle);
38 std::string GetQuickstarterLinkName(MSIHANDLE handle);
H A Dshutdown_quickstart.cxx29 MSIHANDLE hMSI = static_cast< MSIHANDLE >( lParam ); in EnumWindowsProc()
69 extern "C" UINT __stdcall ShutDownQuickstarter( MSIHANDLE hMSI ) in ShutDownQuickstarter()
/trunk/main/setup_native/source/win32/customactions/javafilter/ !
H A Djfregca.cxx45 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()
/trunk/main/setup_native/source/win32/customactions/regpatchactivex/ !
H A Dregpatchactivex.cxx54 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()

Completed in 314 milliseconds

12