.. |
tests
|
msi/tests: Use only uppercase characters for the PID_REVNUMBER property.
|
2012-06-12 10:21:55 +02:00 |
Makefile.in
|
msi: Get rid of JOINVIEW.
|
2011-10-20 20:48:26 +02:00 |
action.c
|
msi: Keep assembly caches loaded until the package is destroyed.
|
2012-06-12 10:22:24 +02:00 |
alter.c
|
msi: Clean up the database queries.
|
2011-07-27 11:55:16 +02:00 |
appsearch.c
|
msi: Check supported languages in the AppSearch action.
|
2012-04-23 17:55:28 +02:00 |
assembly.c
|
msi: Keep assembly caches loaded until the package is destroyed.
|
2012-06-12 10:22:24 +02:00 |
automation.c
|
msi: Fix a couple of DispGetParam calls.
|
2012-05-01 14:50:03 +02: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: Don't hide failure of script custom actions.
|
2012-05-15 16:26:37 +02: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: Add support for the ActionInfo progress message subtype.
|
2012-05-15 16:26:38 +02: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: Keep assembly caches loaded until the package is destroyed.
|
2012-06-12 10:22:24 +02: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
|
…
|
|
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: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW).
|
2012-04-02 13:30:36 +02:00 |
instlocal.bmp
|
…
|
|
media.c
|
msi: Keep the UI level fixed during the lifetime of a package.
|
2012-04-05 17:53:20 +02:00 |
msi.c
|
msi: Check supported languages in the AppSearch action.
|
2012-04-23 17:55:28 +02:00 |
msi.rc
|
msi: Tweak msiexec's usage message.
|
2012-05-03 11:51:38 +02:00 |
msi.spec
|
msi: Implement MsiEnumComponentsEx.
|
2012-04-02 12:34:24 +02:00 |
msi_main.c
|
msi: Add support for 64-bit registry components.
|
2012-06-11 21:03:47 +02:00 |
msipriv.h
|
msi: Add support for 64-bit registry components.
|
2012-06-11 21:03:47 +02:00 |
msiquery.c
|
msi: Fix handling of single quoted column names in SELECT queries.
|
2011-12-23 15:12:18 +01:00 |
msiserver.idl
|
…
|
|
msiserver.rgs
|
…
|
|
msiserver_dispids.h
|
…
|
|
package.c
|
msi: Keep assembly caches loaded until the package is destroyed.
|
2012-06-12 10:22:24 +02: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 an unneeded assignment.
|
2012-04-20 11:59:43 +02:00 |
script.c
|
msi: Add the Session object as a global member to custom action scripts.
|
2012-05-01 14:49:58 +02:00 |
select.c
|
msi: Fix handling of single quoted column names in SELECT queries.
|
2011-12-23 15:12:18 +01:00 |
source.c
|
…
|
|
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: Don't terminate the string in msi_id2stringA.
|
2012-05-31 12:37:22 +02:00 |
suminfo.c
|
msi: Removed useless NULL check (Coverity).
|
2011-06-27 13:28:59 -05:00 |
table.c
|
msi: Don't free cached tables in MsiDatabaseCommit.
|
2012-04-26 19:26:37 +02:00 |
tokenize.c
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02: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 |