reactos/dll/win32/msi
winesync e734a9189b
[WINESYNC] msi: Store the IStorage list as an array of STORAGE structures.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 33045101ca657b2b09a53e14711b3f6bcacbafe2 by Zebediah Figura <z.figura12@gmail.com>
2022-03-20 19:28:10 +01:00
..
lang [WINESYNC] msi: Add support for control event DirectoryListNew. 2022-03-20 19:28:04 +01:00
action.c [WINESYNC] msi: Turn several variables and constants into static constants. 2022-03-20 19:28:06 +01:00
alter.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
appsearch.c [WINESYNC] msi: Rename msi_reset_folders to msi_reset_source_folders. 2022-03-20 19:28:04 +01:00
assembly.c [WINESYNC] msi: Set stale function pointers to NULL. 2022-03-20 19:28:06 +01:00
automation.c [WINESYNC] msi: Use the ARRAY_SIZE() macro. 2022-03-20 19:28:00 +01:00
classes.c [WINESYNC] msi: Implement deferral for standard and custom actions. 2022-03-20 19:27:58 +01:00
CMakeLists.txt [WINESYNC] msi: Execute custom actions in a separate process. 2022-03-20 19:27:42 +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: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
custom.c [WINESYNC] msi: Fix memory leaks. 2022-03-20 19:28:04 +01:00
database.c [WINESYNC] msi: Turn several variables and constants into static constants. 2022-03-20 19:28:06 +01:00
delete.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
dialog.c [WINESYNC] msi: Don't consider read-only drives when enumerating volumes. 2022-03-20 19:28:05 +01:00
distinct.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
drop.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
files.c [WINESYNC] msi: Implement deferral for standard and custom actions. 2022-03-20 19:27:58 +01:00
font.c [WINESYNC] msi: Implement deferral for standard and custom actions. 2022-03-20 19:27:58 +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: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
instabsent.bmp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
instadvert.bmp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
install.c [WINESYNC] msi: Fix a couple of memory leaks (Valgrind). 2022-03-20 19:28:03 +01:00
instlocal.bmp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
media.c [WINESYNC] msi: Only perform the media check if the label of the disk entry differs from the last. 2022-03-20 19:28:07 +01:00
msi.c [WINESYNC] msi: Add exception handling around all custom action RPC calls. 2022-03-20 19:28:00 +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: Execute custom actions in a separate process. 2022-03-20 19:27:42 +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: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
msiquery.c [WINESYNC] msi: Use 0-indexed row numbers in the modify() view operation. 2022-03-20 19:28:09 +01:00
msiserver.idl [WINESYNC] msi: Convert the IWineMsiRemote* remote interfaces to RPC stubs. 2022-03-20 19:27:34 +01:00
msiserver.rgs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
msiserver_dispids.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
msiserver_r.rgs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
msiserver_t.rgs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
package.c [WINESYNC] msi: Allow ARM64 installations. 2022-03-20 19:28:06 +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 [MSI] Sync with Wine Staging 3.3. CORE-14434 2018-03-05 00:30:58 +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: Remove an unnecessary call to SELECT_get_dimensions(). 2022-03-20 19:28:10 +01:00
source.c [WINESYNC] msi: Use the ARRAY_SIZE() macro. 2022-03-20 19:28:00 +01:00
sql.y [WINESYNC] msi: Support NULL value in INSERT query. 2022-03-20 19:27:36 +01:00
storages.c [WINESYNC] msi: Store the IStorage list as an array of STORAGE structures. 2022-03-20 19:28:10 +01:00
streams.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +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: Do not attempt to copy a non-string property in MsiSummaryInfoGetProperty. 2022-03-20 19:28:02 +01:00
table.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +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: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
upgrade.c [WINESYNC] msi: Avoid duplicate product codes in FindRelatedProducts. 2022-03-20 19:28:05 +01:00
version.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
where.c [WINESYNC] msi: Get rid of the get_row() view operation. 2022-03-20 19:28:10 +01:00
winemsi.idl [WINESYNC] msi: Fix the remote case for MsiViewModify(MSIMODIFY_UPDATE). 2022-03-20 19:28:05 +01:00