Home
last modified time | relevance | path

Searched refs:INSTALLMESSAGE_ACTIONSTART (Results 1 – 17 of 17) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A Dboinccas.cpp206 uiReturnValue = MsiProcessMessage(m_hMSIHandle, INSTALLMESSAGE_ACTIONSTART, m_phActionStartRec); in OnInitialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx157 MsiProcessMessage(hInst, INSTALLMESSAGE_ACTIONSTART, hRec); in SetStatusText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx153 MsiProcessMessage(hInst, INSTALLMESSAGE_ACTIONSTART, hRec); in SetStatusText()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h81 …INSTALLMESSAGE_OUTOFDISKSPACE = 0x07000000,INSTALLMESSAGE_ACTIONSTART = 0x08000000,INSTALLMESSAGE_… enumerator
134 …SAGE_OUTOFDISKSPACE >> 24)),INSTALLLOGMODE_ACTIONSTART = (1 << (INSTALLMESSAGE_ACTIONSTART >> 24)),
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsi.h81 …INSTALLMESSAGE_OUTOFDISKSPACE = 0x07000000,INSTALLMESSAGE_ACTIONSTART = 0x08000000,INSTALLMESSAGE_… enumerator
134 …SAGE_OUTOFDISKSPACE >> 24)),INSTALLLOGMODE_ACTIONSTART = (1 << (INSTALLMESSAGE_ACTIONSTART >> 24)),
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwamsi.pas127 INSTALLMESSAGE_ACTIONSTART = $08000000; // start of action: action name & description
305 INSTALLLOGMODE_ACTIONSTART = 1 shl (INSTALLMESSAGE_ACTIONSTART shr 24);
/dports/databases/py-gdbm/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/databases/py-sqlite3/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python-tools/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python311/Python-3.11.0a3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python37/Python-3.7.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python310/Python-3.10.1/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python38/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/lang/python39/Python-3.9.9/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1087 if (INSTALLMESSAGE_ACTIONSTART == mt) { in OnExecuteMsiMessage()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1251 pub const INSTALLMESSAGE_ACTIONSTART: INSTALLMESSAGE = 134217728i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3033 pub const INSTALLMESSAGE_ACTIONSTART: INSTALLMESSAGE = INSTALLMESSAGE(134217728i32); const