Sweden-Number/dlls/msi
Hans Leidekker 0df4712658 msi/tests: Reduce the UI level for a couple of tests.
This makes the tests run faster because native only creates restore points
for installers with a basic UI level and higher.
2010-10-11 17:11:27 +02:00
..
tests msi/tests: Reduce the UI level for a couple of tests. 2010-10-11 17:11:27 +02:00
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
action.c msi: Look at the requested action instead of the action taken in MSI_SetFeatureStates. 2010-10-06 20:46:32 +02:00
alter.c
appsearch.c
automation.c
classes.c msi: A progid without a class is not an error. 2010-09-24 18:20:41 +02:00
cond.y msi: Avoid accessing memory before the left hand string in compare_substring. 2010-09-24 18:20:52 +02:00
create.c
custom.c
database.c msi: Avoid a crash on database destruction. 2010-09-18 13:06:21 +02:00
delete.c
dialog.c
distinct.c
drop.c
events.c
files.c
font.c
format.c
handle.c
helpers.c
insert.c
instabsent.bmp
instadvert.bmp
install.c
instlocal.bmp
join.c msi: Remove a potentially noisy trace. 2010-10-06 16:22:26 +02:00
media.c msi: Remove an unnecessary warning. 2010-10-01 17:48:10 +02:00
msi.c msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction. 2010-09-02 18:05:22 +02:00
msi.rc
msi.spec dlls: Fix some specfiles with respect to 'str' and 'wstr' usage. 2010-09-09 14:57:44 +02:00
msi_Bg.rc
msi_Da.rc
msi_De.rc
msi_En.rc
msi_Eo.rc
msi_Es.rc
msi_Fi.rc msi: Update Finnish translation. 2010-09-24 18:21:19 +02:00
msi_Fr.rc
msi_Hu.rc
msi_It.rc
msi_Ko.rc
msi_Lt.rc
msi_Nl.rc
msi_No.rc
msi_Pl.rc
msi_Pt.rc
msi_Ro.rc
msi_Ru.rc
msi_Si.rc
msi_Sr.rc
msi_Sv.rc
msi_Tr.rc
msi_Uk.rc
msi_Zh.rc
msi_main.c
msipriv.h msi: Allocate 3 bytes instead of 2 for in-memory string references. 2010-10-11 17:11:26 +02:00
msiquery.c msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify. 2010-09-13 10:59:18 -05:00
msiserver.idl
msiserver_dispids.h
package.c msi: Validate packages based on supported version, platform and languages. 2010-10-06 20:46:27 +02:00
preview.c
query.h
record.c msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify. 2010-09-13 10:59:18 -05:00
registry.c msi: Put the uninstall key for 32-bit packages under Wow6432Node on 64-bit. 2010-10-05 17:50:16 +02:00
regsvr.c
script.c
select.c
source.c
sql.y
storages.c msi: Always check the return value of msi_string2idW. 2010-09-29 10:09:23 +02:00
streams.c
string.c msi: Allocate 3 bytes instead of 2 for in-memory string references. 2010-10-11 17:11:26 +02:00
suminfo.c msi: Validate packages based on supported version, platform and languages. 2010-10-06 20:46:27 +02:00
table.c msi: Allocate 3 bytes instead of 2 for in-memory string references. 2010-10-11 17:11:26 +02:00
tokenize.c
update.c
upgrade.c
version.rc
where.c