Sweden-Number/dlls/msi
Dmitry Timoshkov 6b9a87c7a8 msi: Add a trace to msi_get_property.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
2015-10-06 22:59:58 +09:00
..
tests msi: Correctly parse double quotes in the token value. 2015-10-06 22:59:38 +09:00
Makefile.in msi: Import mspatcha instead of loading it dynamically. 2015-04-01 22:34:19 +09:00
action.c msi: Correctly parse double quotes in the token value. 2015-10-06 22:59:38 +09:00
alter.c
appsearch.c
assembly.c msi: Add support for patching global assembly files. 2015-04-10 22:46:19 +09:00
automation.c msi: Fixed varg0 leak in InstallerImpl_SummaryInformation. 2015-09-01 15:23:53 +09:00
classes.c
cond.y
create.c
custom.c msi: Clean up handling of temporary files. 2015-04-01 22:34:20 +09:00
database.c msi: Clean up handling of temporary files. 2015-04-01 22:34:20 +09:00
delete.c
dialog.c msi: Feature treeview should have WS_TABSTOP style. 2015-09-14 16:47:52 +09:00
distinct.c
drop.c
files.c msi: Fix a trace. 2015-04-21 22:21:24 +09:00
font.c msi: Improve tracing. 2015-03-17 00:19:48 +09:00
format.c
handle.c
insert.c
instabsent.bmp
instadvert.bmp
install.c msi: Don't mark global assembly files as installed when they are extracted. 2015-04-01 22:34:20 +09:00
instlocal.bmp
media.c msi: Open database cabinet streams through the streams implementation. 2015-06-22 19:18:48 +09:00
msi.c msi: Add a stub implementation of MsiJoinTransaction. 2015-07-15 23:19:29 +09:00
msi.rc
msi.spec msi: Add a stub implementation of MsiJoinTransaction. 2015-07-15 23:19:29 +09:00
msi_main.c msi: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:21 +09:00
msipriv.h msi: Add support for patching global assembly files. 2015-04-10 22:46:19 +09:00
msiquery.c msi: Don't write streams to storage until the database is committed. 2015-02-13 21:48:21 +09:00
msiserver.idl
msiserver.rgs
msiserver_dispids.h
package.c msi: Add a trace to msi_get_property. 2015-10-06 22:59:58 +09:00
patch.c msi: Free rec in error exit (Coverity). 2015-06-12 15:24:44 +09:00
query.h
record.c
registry.c msi: Check HKLM/Software/Classes/Installer/Components path while looking for components. 2015-09-09 18:26:32 +09:00
script.c
select.c
source.c msi: Remove shortcut which calls RegEnumValueW with value and val_count as NULL. 2015-07-01 15:19:13 +09:00
sql.y
storages.c msi: Get rid of the refcount parameter to msi_addstringW. 2015-02-13 21:48:12 +09:00
streams.c msi: Handle errors from IStorage_CreateStream instead of trying to open the stream first in msi_commit_streams. 2015-03-17 00:19:51 +09:00
string.c msi: Get rid of the refcount parameter to msi_addstringW. 2015-02-13 21:48:12 +09:00
suminfo.c msi: Avoid allocating a database handle only to retrieve the summary information. 2015-03-25 22:40:30 +09:00
table.c msi: Fix a couple of memory leaks (Coverity). 2015-07-15 23:19:25 +09:00
tokenize.c
update.c
upgrade.c
where.c