Sweden-Number/dlls/msi
Jérôme Gardou 70225a4de3 msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries. 2014-05-01 10:50:39 +02:00
..
tests msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries. 2014-05-01 10:50:39 +02:00
Makefile.in makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
action.c msi: Fixed missing free in an error path (Coverity). 2014-03-10 10:41:15 +01:00
alter.c
appsearch.c msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries. 2014-05-01 10:50:39 +02:00
assembly.c
automation.c
classes.c msi: Avoid a crash when MIME entries point to non-existing extensions. 2014-05-01 10:18:15 +02:00
cond.y msi: Use bison directives instead of defines to specify extra lexer parameters. 2013-08-01 12:00:04 +02:00
create.c
custom.c msi: Fix a record leak on error paths (Coverity). 2014-03-27 12:06:04 +01:00
database.c
delete.c
dialog.c msi: Don't add text to the scrollable text control twice. 2013-12-19 17:10:26 +01:00
distinct.c
drop.c
files.c msi: Restrict the match on files from cabinets to the disk ID. 2013-06-20 21:07:56 +02:00
font.c
format.c msi: Fix a leak on error path (Coverity). 2014-04-10 09:11:50 +02:00
handle.c
insert.c
instabsent.bmp msi: Update feature selection bitmaps. 2014-03-12 10:24:05 +01:00
instadvert.bmp msi: Update feature selection bitmaps. 2014-03-12 10:24:05 +01:00
install.c
instlocal.bmp msi: Update feature selection bitmaps. 2014-03-12 10:24:05 +01:00
media.c msi: Return -1 on open failure in FDI callbacks. 2013-10-15 19:20:19 +02:00
msi.c msi: Check return value from MSIREG_OpenInstallProps (Coverity). 2014-01-06 17:19:43 +01:00
msi.rc makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
msi.spec
msi_main.c msi: Don't bother to unregister classes at process exit. 2013-05-14 11:33:19 +02:00
msipriv.h msi: Correctly [un]register progids when associated class and extensions change state. 2014-02-27 09:32:21 -06:00
msiquery.c
msiserver.idl msi: MsiInstaller coclass is not included in a typelib. 2014-03-20 17:40:33 +01:00
msiserver.rgs msi: Update MsiServerMessage registration version to match module version. 2014-03-20 17:40:36 +01:00
msiserver_dispids.h
package.c msi: Fixed a memory leak in an error case (Coverity). 2013-10-07 13:32:07 +02:00
patch.c msi: Update LastSequence for empty media as well. 2013-06-10 11:51:03 +02:00
query.h msi: Use bison directives instead of defines to specify extra lexer parameters. 2013-08-01 12:00:04 +02:00
record.c msi: Use boolean return value in boolean function. 2014-02-04 11:15:47 +01:00
registry.c
script.c msi: Properly map script function return values to MSI errors. 2013-05-02 18:51:58 +02:00
select.c
source.c msi: Fix a leak on error path (Coverity). 2014-04-10 09:11:52 +02:00
sql.y Assorted spelling fixes. 2013-11-21 19:44:46 +01:00
storages.c
streams.c
string.c
suminfo.c
table.c msi: Fix a record leak on failure removing a column (Coverity). 2014-03-27 12:06:04 +01:00
tokenize.c
update.c
upgrade.c
where.c