reactos/dll/win32/msi
winesync 435274d1ec
[WINESYNC] msi: Fix architecture handling in the AppSearch action.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id eb508e5a014f59fbb2c70d9909ba0870ce2b901a by Hans Leidekker <hans@codeweavers.com>
2022-03-20 19:28:19 +01:00
..
lang [WINESYNC] msi: Add support for control event DirectoryListNew. 2022-03-20 19:28:04 +01:00
action.c [WINESYNC] msi: Remove system environment variables on uninstall. 2022-03-20 19:28:19 +01:00
alter.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
appsearch.c [WINESYNC] msi: Fix architecture handling in the AppSearch action. 2022-03-20 19:28:19 +01:00
assembly.c [WINESYNC] msi: Don't use globals to manage assembly cache state. 2022-03-20 19:28:14 +01:00
automation.c [WINESYNC] msi: Use the ARRAY_SIZE() macro. 2022-03-20 19:28:00 +01:00
classes.c [WINESYNC] msi: Use KEY_WOW64_* flags in ACTION_Register/UnregisterClassInfo. 2022-03-20 19:28:18 +01:00
CMakeLists.txt [WINESYNC] msi: Link directly to sxs. 2022-03-20 19:28:13 +01:00
cond.y [WINESYNC] msi: Add exception handling around all custom action RPC calls. 2022-03-20 19:28:00 +01:00
create.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
custom.c [WINESYNC] msi: Use case sensitive compare in handle_msi_break. 2022-03-20 19:28:18 +01:00
database.c [WINESYNC] msi: Return ERROR_INVALID_HANDLE when MsiDatabaseImport() is called from a custom action. 2022-03-20 19:28:17 +01:00
delete.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
dialog.c [WINESYNC] msi: Return ERROR_INVALID_HANDLE when MsiEnableUIPreview() is called from a custom action. 2022-03-20 19:28:17 +01:00
distinct.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
drop.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
files.c [WINESYNC] msi: Avoid a crash in RemoveFiles if the component directory is invalid. 2022-03-20 19:28:15 +01:00
font.c [WINESYNC] msi: Disable filesystem redirection only when really needed. 2022-03-20 19:28:15 +01:00
format.c [WINESYNC] msi: Add exception handling around all custom action RPC calls. 2022-03-20 19:28:00 +01:00
handle.c [WINESYNC] msi: Execute custom actions in a separate process. 2022-03-20 19:27:42 +01:00
insert.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
instabsent.bmp
instadvert.bmp
install.c [WINESYNC] msi: Disable filesystem redirection only when really needed. 2022-03-20 19:28:15 +01:00
instlocal.bmp
media.c [WINESYNC] msi: Disable filesystem redirection only when really needed. 2022-03-20 19:28:15 +01:00
msi.c [WINESYNC] msi: Disable filesystem redirection only when really needed. 2022-03-20 19:28:15 +01:00
msi.rc [MSI] Sync with Wine Staging 3.3. CORE-14434 2018-03-05 00:30:58 +01:00
msi.spec [WINESYNC] msi: Add MsiSourceListForceResolution{A,W} stub. 2022-03-20 19:28:18 +01:00
msi_main.c [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msi_ros.diff [MSI] Remove obsolete '__ASM_DEFINE_FUNC()' 2020-06-27 14:48:00 +02:00
msipriv.h [WINESYNC] msi: Use KEY_WOW64_* flags in ACTION_Register/UnregisterClassInfo. 2022-03-20 19:28:18 +01:00
msiquery.c [WINESYNC] msi: Handle the remote case in MsiViewGetError(). 2022-03-20 19:28:18 +01:00
msiserver.idl [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msiserver.rgs
msiserver_dispids.h
msiserver_r.rgs
msiserver_t.rgs
package.c [WINESYNC] msi: Return ERROR_INVALID_HANDLE when MsiOpenPackage() is called from a custom action. 2022-03-20 19:28:17 +01:00
patch.c [WINESYNC] msi: Use the ARRAY_SIZE() macro. 2022-03-20 19:28:00 +01:00
precomp.h [MSI] Sync with Wine Staging 3.3. CORE-14434 2018-03-05 00:30:58 +01:00
query.h [WINESYNC] msi: Implement MSIMODIFY_REFRESH using msi_view_refresh_row(). 2022-03-20 19:28:11 +01:00
record.c [WINESYNC] msi: Fix the remote case for MsiViewModify(MSIMODIFY_UPDATE). 2022-03-20 19:28:05 +01:00
registry.c [WINESYNC] msi: Use the ARRAY_SIZE() macro. 2022-03-20 19:28:00 +01:00
resource.h [WINESYNC] msi: Add support for control event DirectoryListNew. 2022-03-20 19:28:04 +01:00
rsrc.rc [TRANSLATION] indonesian add and update apps/shell translation 2021-05-05 11:34:28 +02:00
script.c [MSI] Sync with Wine Staging 3.3. CORE-14434 2018-03-05 00:30:58 +01:00
select.c [WINESYNC] msi: Translate records as appropriate in SELECT_modify(). 2022-03-20 19:28:12 +01:00
source.c [WINESYNC] msi: Add MsiSourceListForceResolution{A,W} stub. 2022-03-20 19:28:18 +01:00
sql.y [WINESYNC] msi: Support NULL value in INSERT query. 2022-03-20 19:27:36 +01:00
storages.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
streams.c [WINESYNC] msi: Add support for deleting streams from an MSI database. 2022-03-20 19:28:14 +01:00
string.c [WINESYNC] msi: Use a BOOL to track string persistence. 2022-03-20 19:28:09 +01:00
suminfo.c [WINESYNC] msi: Add support for exporting the _SummaryInformation table. 2022-03-20 19:28:14 +01:00
table.c [WINESYNC] msi: Don't check the primary keys when handling MSIMODIFY_DELETE. 2022-03-20 19:28:11 +01:00
tokenize.c [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
update.c [WINESYNC] msi: Implement UPDATE queries using msi_select_update(). 2022-03-20 19:28:11 +01:00
upgrade.c [WINESYNC] msi: Avoid duplicate product codes in FindRelatedProducts. 2022-03-20 19:28:05 +01:00
version.rc
where.c [WINESYNC] msi: Support setting streams in msi_select_update(). 2022-03-20 19:28:10 +01:00
winemsi.idl [WINESYNC] msi: Handle the remote case in MsiViewGetError(). 2022-03-20 19:28:18 +01:00