Sweden-Number/dlls/msi
Hans Leidekker 6df6332198 msi: Reject greater than and less than string comparisons in WHERE clauses. 2009-12-15 11:45:04 +01:00
..
tests msi: Reject greater than and less than string comparisons in WHERE clauses. 2009-12-15 11:45:04 +01:00
Makefile.in msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
action.c msi: Add a NULL terminator to file->dest after reallocation. 2009-12-08 12:36:51 +01:00
alter.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
appsearch.c msi: Avoid accessing uninitialized memory in ACTION_AppSearchReg. 2009-10-27 10:53:56 +01:00
automation.c msi: Don't free str until the last instance of its use. 2009-12-14 12:19:58 +01:00
classes.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
cond.y msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
create.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
custom.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
database.c msi: Fix a record handle leak. 2009-12-14 12:20:25 +01:00
delete.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
dialog.c msi: Improve stub for MsiGetFeatureCost{A, W} and hook the stub into the VolumeCostList dialog control. 2009-11-09 19:43:23 +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: Define common strings only once. 2009-10-15 14:16:50 +02:00
files.c msi: Shedule rename operation also for ERROR_USER_MAPPED_FILE. 2009-11-20 14:37:09 +01:00
font.c msi: Remove superfluous pointer casts. 2009-01-15 12:43:03 +01:00
format.c msi: Don't trace an out parameter. 2009-06-04 12:17:59 +02:00
handle.c msi: Remove superfluous pointer casts. 2009-01-15 12:43:03 +01:00
helpers.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
insert.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
instabsent.bmp
instadvert.bmp
install.c msi: MsiSetMode returns a UINT system error code, not a BOOL. 2009-12-04 14:34:57 +01:00
instlocal.bmp
join.c msi: Free each table object when deleting the join view. 2009-12-14 12:20:43 +01:00
media.c msi: Shedule rename operation also for ERROR_USER_MAPPED_FILE. 2009-11-20 14:37:09 +01:00
msi.c msi: Make sure we don't access pcchValueBuf when szBuffer is NULL, as pcchValueBuf is not required to be initialized in this case. 2009-12-14 12:19:52 +01:00
msi.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi.spec msi: Implement MsiApplyMultiplePatchesA/W. 2009-05-01 16:19:39 +02:00
msi_Bg.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Da.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_De.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_En.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Eo.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Es.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Fi.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Fr.rc msi: Update French translation. 2009-07-03 13:11:24 +02:00
msi_Hu.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_It.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Ko.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Lt.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Nl.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_No.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Pl.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Pt.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Ro.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Ru.rc msi: Convert the Russian resources to UTF-8. 2009-08-03 14:56:39 +02:00
msi_Si.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Sv.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Tr.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_Zh.rc msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
msi_main.c msi: Implement MsiSetExternalUIRecord. 2009-11-03 22:23:08 +01:00
msipriv.h msi: Close the original record before copying new data into it. 2009-12-11 12:16:26 +01:00
msiquery.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
msiserver.idl msi: Stub out a few more Installer object methods. 2009-12-11 12:16:26 +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: Set the LogonUser property. 2009-11-17 16:05:15 +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: Close the original record before copying new data into it. 2009-12-11 12:16:26 +01:00
registry.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
regsvr.c janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
script.c jscript: Add IActiveScriptParse64 declaration and use it on Win64. 2009-02-03 12:39:23 +01:00
select.c msi: Add support for table names in select statements. 2009-11-24 15:53:53 +01:00
source.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
sql.y msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
storages.c msi: Free the Streams and Storages view object in their respective delete methods. 2009-12-14 12:20:39 +01:00
streams.c msi: Free the Streams and Storages view object in their respective delete methods. 2009-12-14 12:20:39 +01:00
string.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
suminfo.c msi: Fix calculation of required buffer size in MsiSummaryInfoGetPropertyW. 2009-10-23 12:04:38 +02:00
table.c msi: Implement DROP_delete that deletes the drop view. We were leaking the view before. 2009-12-14 12:20:33 +01:00
tokenize.c msi: Don't treat carriage returns as spaces. 2009-03-02 12:06:30 +01:00
update.c msi: Add tablename tracking to VIEW_find_column. 2009-10-27 14:01:23 +01:00
upgrade.c msi: Define common strings only once. 2009-10-15 14:16:50 +02:00
version.rc
where.c msi: Reject greater than and less than string comparisons in WHERE clauses. 2009-12-15 11:45:04 +01:00