wine-wine/dlls/msi
Hans Leidekker eb101df687 msi: Fix column width calculation.
The iTunes 8 installer database has an integer column of size 1 which
takes up two bytes at storage level, so adjust the column size calculation
to account for this difference.
2009-08-04 13:05:45 +02:00
..
tests msi: Fix parsing of integer column width specifiers. 2009-08-04 13:05:30 +02:00
Makefile.in msi: Build language resource files separately. 2009-07-02 11:44:15 +02:00
action.c msi: The assembly file version field is optional. 2009-05-29 15:35:59 +02:00
alter.c msi: Fix some memory leaks. 2009-05-28 15:29:09 +02:00
appsearch.c msi: Fix ACTION_AppSearchDr on empty path. 2009-04-23 18:14:25 +02:00
automation.c msi: Remove superfluous cast of a MSIHANDLE in a TRACE(). 2009-04-20 14:12:34 +02:00
classes.c
cond.y msi: Reorder the condition operators so that longer strings are matched first. 2009-03-23 15:26:02 +01:00
create.c msi: Don't duplicate the table name in CREATE_CreateView. 2009-05-28 15:28:53 +02:00
custom.c msi: Release more msi_custom_action_info when no longer needed. 2009-06-22 13:09:03 +02:00
database.c msi: Fix parsing of integer column width specifiers. 2009-08-04 13:05:30 +02:00
delete.c
dialog.c msi: Build a proper tab chain by walking through the controls list. 2009-07-15 14:22:14 +02:00
distinct.c
drop.c msi: Fix some memory leaks. 2009-05-28 15:29:09 +02:00
events.c
files.c
font.c
format.c msi: Don't trace an out parameter. 2009-06-04 12:17:59 +02:00
handle.c
helpers.c
insert.c
instabsent.bmp
instadvert.bmp
install.c
instlocal.bmp
join.c msi: Fix some memory leaks. 2009-05-28 15:29:09 +02:00
media.c
msi.c msi: Initialize variable in MSI_ApplyPatchW. 2009-05-14 17:39:29 +02: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
msipriv.h msi: Support opening transform databases. 2009-06-30 13:46:39 +02:00
msiquery.c msi: Support opening transform databases. 2009-06-30 13:46:39 +02:00
msiserver.idl
msiserver_dispids.h
package.c msi: Remove redundant NULL check before msi_free (Smatch). 2009-03-26 11:51:08 +01:00
preview.c
query.h msi: Constify some parameters. 2009-05-28 15:28:45 +02:00
record.c msi: Add support for importing binary OBJECTS. 2009-05-27 12:51:10 +02:00
registry.c msi: Initialize some variables. 2009-06-04 12:18:04 +02:00
regsvr.c
script.c
select.c
source.c msi: Add stub implementations of MsiSourceListClearAllExA/W. 2009-03-24 13:31:36 +01:00
sql.y msi: Consistently use the parser allocator when parsing a query. 2009-05-28 15:29:02 +02:00
storages.c msi: Fix some memory leaks. 2009-05-28 15:29:09 +02:00
streams.c msi: Fix a crash when freeing memory. 2009-06-11 11:45:48 +02:00
string.c
suminfo.c msi: Support setting summary information by importing a _SummaryInformation table. 2009-04-14 15:20:58 -05:00
table.c msi: Fix column width calculation. 2009-08-04 13:05:45 +02:00
tokenize.c
update.c msi: Fix some memory leaks. 2009-05-28 15:29:09 +02:00
upgrade.c msi: Allow the enumeration of other users' patches. 2009-03-23 15:52:17 +01:00
version.rc
where.c