.. |
tests
|
msi: Make sure target paths are normalized.
|
2012-01-18 16:25:21 +01:00 |
Makefile.in
|
msi: Get rid of JOINVIEW.
|
2011-10-20 20:48:26 +02:00 |
action.c
|
msi: Avoid dead code in parse_prop (Coverity).
|
2012-01-25 11:24:58 +01:00 |
alter.c
|
msi: Clean up the database queries.
|
2011-07-27 11:55:16 +02:00 |
appsearch.c
|
msi: Format the value name from the RegLocator table.
|
2011-12-12 15:50:39 +01:00 |
assembly.c
|
msi: Fix detection of installed global assemblies.
|
2012-01-10 18:29:04 +01:00 |
automation.c
|
msi: Create the rest of objects with separate helpers.
|
2012-01-17 19:13:55 +01:00 |
classes.c
|
msi: Always check the return value of MSI_IterateRecords.
|
2011-07-27 11:55:23 +02:00 |
cond.y
|
msi: Get rid of the remaining tabs.
|
2011-07-01 14:39:36 +02:00 |
create.c
|
msi: Remove an unused parameter from msi_create_table.
|
2011-09-23 12:38:59 +02:00 |
custom.c
|
msi: Execute custom actions in the right script.
|
2012-01-06 21:57:40 +01:00 |
database.c
|
msi: Mark fall-throughs in switch statements.
|
2011-10-06 16:47:33 -05:00 |
delete.c
|
msi: Make the column and table name parameters of get_column_info const.
|
2011-07-27 11:55:06 +02:00 |
dialog.c
|
msi: Process messages while waiting for custom actions to complete.
|
2011-11-14 13:10:19 +01:00 |
distinct.c
|
msi: Always use WHEREVIEW for sorting.
|
2011-10-20 20:48:26 +02:00 |
drop.c
|
…
|
|
events.c
|
msi: Execute custom actions in the right script.
|
2012-01-06 21:57:40 +01:00 |
files.c
|
msi: Don't try to ready media for files from a previous installation or files that will be skipped.
|
2012-01-10 18:29:05 +01:00 |
font.c
|
msi: Only use Windows platform-specific encoded strings from the font naming table.
|
2011-09-23 12:39:14 +02:00 |
format.c
|
msi: Get rid of helpers.c.
|
2011-05-06 16:39:08 +02:00 |
handle.c
|
msi: Delete the handle static critical sections when unloading the dll.
|
2011-11-17 11:37:49 +01:00 |
insert.c
|
msi: Make the column and table name parameters of get_column_info const.
|
2011-07-27 11:55:06 +02:00 |
instabsent.bmp
|
…
|
|
instadvert.bmp
|
…
|
|
install.c
|
msi: Make sure target paths are normalized.
|
2012-01-18 16:25:21 +01:00 |
instlocal.bmp
|
…
|
|
media.c
|
msi: Downgrade an error.
|
2012-01-10 18:29:04 +01:00 |
msi.c
|
msi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type.
|
2012-01-18 12:37:37 +01:00 |
msi.rc
|
Use a single space after a full stop to follow the Windows GUI guidelines.
|
2012-01-23 16:07:03 +01:00 |
msi.spec
|
msi: Implement and test MsiSetFeatureAttributes.
|
2011-06-10 10:55:18 +02:00 |
msi_main.c
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |
msipriv.h
|
msi: Make sure target paths are normalized.
|
2012-01-18 16:25:21 +01:00 |
msiquery.c
|
msi: Fix handling of single quoted column names in SELECT queries.
|
2011-12-23 15:12:18 +01:00 |
msiserver.idl
|
msi: Avoid casts in IWineMsiRemotePackage methods.
|
2011-05-02 16:39:37 +02:00 |
msiserver.rgs
|
…
|
|
msiserver_dispids.h
|
…
|
|
package.c
|
msi: Execute custom actions in the right script.
|
2012-01-06 21:57:40 +01:00 |
patch.c
|
msi: Remove local patch packages when the product is removed.
|
2011-08-23 16:53:56 +02:00 |
query.h
|
msi: Accept a missing left backquote in SQL identifiers.
|
2012-01-03 18:07:08 +01:00 |
record.c
|
msi: Add a break to a switch statement.
|
2011-10-06 16:47:30 -05:00 |
registry.c
|
msi: Remove dead assignment (Clang).
|
2011-07-06 11:30:10 +02:00 |
script.c
|
msi: Check the return value of IActiveScript_AddNamedItem (clang).
|
2011-01-27 16:30:58 +01:00 |
select.c
|
msi: Fix handling of single quoted column names in SELECT queries.
|
2011-12-23 15:12:18 +01:00 |
source.c
|
msi: Return the correct disk prompt size from MsiSourceListEnumMediaDisksW (clang).
|
2011-01-27 16:31:32 +01:00 |
sql.y
|
msi: Accept a missing left backquote in SQL identifiers.
|
2012-01-03 18:07:08 +01:00 |
storages.c
|
msi: Make the column and table name parameters of get_column_info const.
|
2011-07-27 11:55:06 +02:00 |
streams.c
|
msi: Check return value of msi_string2idW (Coverity).
|
2011-08-31 19:43:07 +02:00 |
string.c
|
msi: Get rid of the msistring typedef.
|
2011-07-07 14:46:14 +02:00 |
suminfo.c
|
msi: Removed useless NULL check (Coverity).
|
2011-06-27 13:28:59 -05:00 |
table.c
|
msi: Use the column count specified in the table transform data.
|
2012-01-24 16:57:32 +01:00 |
tokenize.c
|
msi: Accept a missing left backquote in SQL identifiers.
|
2012-01-03 18:07:08 +01:00 |
update.c
|
msi: Make WHEREVIEW able to deal directly with multiple tables.
|
2011-08-26 13:33:44 +02:00 |
upgrade.c
|
msi: Move a TRACE before the continue (Smatch).
|
2011-10-11 13:37:49 +02:00 |
where.c
|
Assorted spelling fixes and wording tweaks.
|
2011-11-28 16:40:50 +01:00 |