wine-wine/dlls/msi
Hans Leidekker 4102156e0f msi/tests: Fix some WoW64 test failures. 2010-08-18 15:30:28 +02:00
..
tests msi/tests: Fix some WoW64 test failures. 2010-08-18 15:30:28 +02:00
Makefile.in dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
action.c msi: Register dlls directly in the SelfRegModules and SelfUnregModules actions. 2010-07-23 11:46:16 +02:00
alter.c
appsearch.c msi: Fix a memory leak. 2010-07-23 11:45:35 +02:00
automation.c msi: Consistently use the allocation macros. 2010-05-20 16:25:44 +02:00
classes.c msi: Downgrade a warning. 2010-07-22 16:09:14 +02:00
cond.y msi: Make msi_get_property_int and friends take a pointer to a database instead of a package. 2010-04-21 11:57:33 +02:00
create.c
custom.c msi: Consistently use the allocation macros. 2010-05-20 16:25:44 +02:00
database.c msi: Improve traces in db_get_raw_stream. 2010-07-21 13:24:00 +02:00
delete.c
dialog.c msi: Don't allow entering text in a scroll text richedit control. 2010-06-10 14:48:28 +02:00
distinct.c
drop.c
events.c msi: Never defer standard actions. 2010-07-23 11:45:49 +02:00
files.c msi: Move the component enabled check into the standard actions. 2010-07-21 13:24:00 +02:00
font.c msi: Move the component enabled check into the standard actions. 2010-07-21 13:24:00 +02:00
format.c msi: Fix memory leaks in deformat_string_internal. 2010-05-20 16:25:44 +02:00
handle.c
helpers.c msi: Publish icons into the correct directory. 2010-05-31 12:14:27 +02:00
insert.c
instabsent.bmp
instadvert.bmp
install.c msi: Implement MsiGetFeatureCostA/W. 2010-06-11 15:54:54 +02:00
instlocal.bmp
join.c
media.c msi: Set/unset the SourceDir property at the right stage in the execution sequence. 2010-07-23 11:46:01 +02:00
msi.c msi: Add tests for MsiLocateComponent and make them pass. 2010-06-14 14:41:45 +02:00
msi.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi.spec msi: Synchronize the spec file with version 5.0. 2010-07-23 11:46:23 +02:00
msi_Bg.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Da.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_De.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_En.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Eo.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Es.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Fi.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Fr.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Hu.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_It.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Ko.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Lt.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Nl.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_No.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Pl.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Pt.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Ro.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Ru.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Si.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Sr.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Sv.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Tr.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Uk.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_Zh.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi_main.c
msipriv.h msi: Set/unset the SourceDir property at the right stage in the execution sequence. 2010-07-23 11:46:01 +02:00
msiquery.c msi: Warn if a transform file cannot be opened. 2010-07-23 11:46:10 +02:00
msiserver.idl
msiserver_dispids.h
package.c msi: Prevent cryptic error. 2010-07-30 11:36:01 +02:00
preview.c
query.h
record.c
registry.c msi: Properly advance the patch pointer in msi_check_product_patches. 2010-07-21 13:24:01 +02:00
regsvr.c
script.c msi: Consistently use the allocation macros. 2010-05-20 16:25:44 +02:00
select.c
source.c msi: Remove a fixme that no longer applies. 2010-07-21 13:24:01 +02:00
sql.y
storages.c msi: Remove the string index parameter from msi_addstringW. 2010-04-19 14:57:02 +02:00
streams.c msi: Improve traces in db_get_raw_stream. 2010-07-21 13:24:00 +02:00
string.c msi: Remove the string index parameter from msi_addstringW. 2010-04-19 14:57:02 +02:00
suminfo.c
table.c msi: Update an existing record even if the low bit in the transform mask is set. 2010-06-11 15:54:47 +02:00
tokenize.c
update.c
upgrade.c msi: Ignore min/max versions if their values are null. 2010-05-24 20:33:28 +02:00
version.rc
where.c msi: Disable an optimization in the execution of WHERE clauses. 2010-06-11 15:54:35 +02:00