Sweden-Number/dlls/msi
Joris Huizer d4d7c263cb msi: Don't leak memory on error path. 2010-12-03 11:04:13 +01:00
..
tests msi: Clear last error on success in MsiQueryFeatureState and MsiQueryProductState. 2010-12-02 12:47:42 +01:00
Makefile.in msi: Add support for installing side-by-side assemblies. 2010-11-11 12:23:06 +01:00
action.c msi: Improve the stub implementations of RemoveExistingProducts and MigrateFeatureStates. 2010-11-30 16:21:19 +01:00
alter.c msi: Free the columns view if check_column_exists fails. 2009-12-16 12:26:59 +01:00
appsearch.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
assembly.c msi: Trace errors from LoadLibraryShim. 2010-11-26 14:59:06 +01:00
automation.c msi: Consistently use the allocation macros. 2010-05-20 16:25:44 +02:00
classes.c msi: Components don't require a key path. 2010-11-16 11:48:14 +01:00
cond.y msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
create.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
custom.c msi: Don't leak memory on error path. 2010-12-03 11:04:13 +01:00
database.c msi: Add support for importing and exporting the special _ForceCodepage table. 2010-11-17 14:01:13 +01:00
delete.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
dialog.c msi: Always initialize the dialog font list. Convert it to a standard Wine list. 2010-11-26 14:59:19 +01:00
distinct.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
drop.c msi: Implement DROP_delete that deletes the drop view. We were leaking the view before. 2009-12-14 12:20:33 +01:00
events.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
files.c msi: Install assemblies only if the component action request is set to INSTALLSTATE_LOCAL. 2010-11-18 12:37:04 +01: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: Always ignore disabled components. 2010-11-30 16:21:01 +01:00
insert.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
instabsent.bmp
instadvert.bmp
install.c msi: Always ignore disabled components. 2010-11-30 16:21:01 +01:00
instlocal.bmp
join.c msi: Remove a potentially noisy trace. 2010-10-06 16:22:26 +02:00
media.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
msi.c msi: Clear last error on success in MsiQueryFeatureState and MsiQueryProductState. 2010-12-02 12:47:42 +01:00
msi.rc msi: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
msi.spec msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW. 2010-11-16 11:48:20 +01: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: Update Finnish translation. 2010-09-24 18:21:19 +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: Updated Norwegian translation. 2010-10-18 11:45:58 +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: Update Serbian (Latin and Cyrillic) translations. 2010-11-04 16:19:36 +01: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 msi: Open the log file once per package. 2010-10-26 15:24:40 +02:00
msipriv.h msi: Reuse temporary executables. 2010-12-02 12:47:41 +01:00
msiquery.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
msiserver.idl msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast. 2010-03-15 14:18:06 +01:00
msiserver_dispids.h msi: Stub out a few more Installer object methods. 2009-12-11 12:16:26 +01:00
package.c msi: Reuse temporary executables. 2010-12-02 12:47:41 +01:00
preview.c msi: Get rid of some redundant initializations. 2009-10-19 15:02:42 +02:00
query.h msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
record.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
registry.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
regsvr.c
script.c msi: Consistently use the allocation macros. 2010-05-20 16:25:44 +02:00
select.c msi: Add support for table names in select statements. 2009-11-24 15:53:53 +01:00
source.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
sql.y msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
storages.c msi: Always check the return value of msi_string2idW. 2010-09-29 10:09:23 +02:00
streams.c msi: Improve traces in db_get_raw_stream. 2010-07-21 13:24:00 +02:00
string.c msi: Add support for importing and exporting the special _ForceCodepage table. 2010-11-17 14:01:13 +01:00
suminfo.c msi: Validate packages based on supported version, platform and languages. 2010-10-06 20:46:27 +02:00
table.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00
tokenize.c msi: Accept '\5' and '-' in SQL identifiers. 2010-02-19 13:06:32 +01:00
update.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
upgrade.c msi: Ignore min/max versions if their values are null. 2010-05-24 20:33:28 +02:00
version.rc msi: Bump version to 4.5. 2010-08-18 15:31:25 +02:00
where.c msi: Compare strings without depending on thread locale. 2010-10-19 13:49:54 +02:00