wine-wine/dlls/msi
James Hawkins 7a97b3ed84 msi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to duplicate the component changing logic. 2006-09-20 12:24:54 +02:00
..
tests msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE_ABSENT. 2006-09-20 12:24:45 +02:00
Makefile.in makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
action.c msi: Split the font registration code out into a separate file. 2006-09-13 11:42:35 +02:00
action.h msi: Split the font registration code out into a separate file. 2006-09-13 11:42:35 +02:00
alter.c msi: Fix a memory leak. 2006-08-25 20:04:46 +02:00
appsearch.c msi: Use msi_alloc/free, not HeapAlloc/Free. 2006-07-27 11:56:51 +02:00
classes.c msi: Don't try to register a class if a COM server file is not provided. 2006-09-12 10:54:26 +02:00
cond.y msi: Change the prefix on bison-generated names to avoid the name-prefix directive. 2006-09-11 21:53:04 +02:00
create.c msi: Check that column names are unique when creating a table. 2006-09-07 10:57:45 +02:00
custom.c msi: Store the CustomActionData for deferred custom actions. 2006-09-07 15:15:24 +02:00
database.c msi: Fix database creation. 2006-09-13 11:43:11 +02:00
delete.c msi: Make all the ops structures static and const. 2006-06-10 12:02:39 +02:00
dialog.c msi: Use ACTION_UpdateComponentStates in the selection tree so we don't have to duplicate the component changing logic. 2006-09-20 12:24:54 +02:00
distinct.c msi: Make all the ops structures static and const. 2006-06-10 12:02:39 +02:00
events.c msi: Add initial implementation of the DirectoryListUp event. 2006-08-28 11:38:04 +02:00
files.c msi: Non-compressed files may come before the list of compressed files in the file sequence. 2006-08-15 11:42:44 +02:00
font.c msi: Split the font registration code out into a separate file. 2006-09-13 11:42:35 +02:00
format.c msi: Use the TargetPath of a file if the file doesn't exist in MsiFormatRecord. 2006-09-07 13:57:35 +02:00
handle.c msi: Free the handle table on PROCESS_DETACH. 2006-08-29 13:48:04 +02:00
helpers.c msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE_ABSENT. 2006-09-20 12:24:45 +02:00
insert.c msi: Make sure there's a value for each column when inserting data. 2006-09-07 11:00:40 +02:00
install.c msi: Add a stub for MsiGetFeatureCost. 2006-08-16 12:40:43 +02:00
join.c msi: Allow non-key columns to be used with the join query. 2006-09-08 12:43:55 +02:00
msi.c msi: Callers of alloc_msihandle should handle failure. 2006-08-29 12:21:54 +02:00
msi.rc msi: Add Russian resource file. 2006-06-07 14:31:31 +02:00
msi.spec msi: Add a stub for MsiGetFeatureCost. 2006-08-16 12:40:43 +02:00
msi_Bg.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_De.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_En.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Eo.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Es.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Fi.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Fr.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Hu.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_It.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Ko.rc msi: Updated Korean resource. 2006-08-28 11:44:53 +02:00
msi_Nl.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_No.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Pt.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Ru.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_Tr.rc msi: Inform the user with an error message when the MSI file path is invalid. 2006-08-25 11:18:34 +02:00
msi_main.c msi: Free the handle table on PROCESS_DETACH. 2006-08-29 13:48:04 +02:00
msipriv.h msi: Fix a couple of test cases for MsiDatabaseIsTablePersistent. 2006-09-13 12:19:54 +02:00
msiquery.c msi: Fix a couple of test cases for MsiDatabaseIsTablePersistent. 2006-09-13 12:19:54 +02:00
order.c msi: Make all the ops structures static and const. 2006-06-10 12:02:39 +02:00
package.c msi: Properties are case sensitive. 2006-08-29 13:46:39 +02:00
preview.c msi: Callers of alloc_msihandle should handle failure. 2006-08-29 12:21:54 +02:00
query.h msi: Add a stub ALTER query. 2006-08-18 11:36:30 +02:00
record.c msi: Create a function to copy record fields, use it to order INSERT fields correctly. 2006-09-07 11:00:19 +02:00
registry.c msi: Fix some memory leaks. 2006-07-28 12:32:14 +02:00
regsvr.c msi: Link the WindowsInstaller.Installer ProgId back to the right CLSID. 2006-08-09 20:37:19 +02:00
select.c msi: Create a function to copy record fields, use it to order INSERT fields correctly. 2006-09-07 11:00:19 +02:00
source.c msi: Use the bare minimum number of parameters for LookupAccountName. 2006-08-16 12:40:21 +02:00
sql.y msi: Change the prefix on bison-generated names to avoid the name-prefix directive. 2006-09-11 21:53:04 +02:00
string.c msi: Increase the size of the string table. 2006-09-08 12:44:51 +02:00
suminfo.c msi: Callers of alloc_msihandle should handle failure. 2006-08-29 12:21:54 +02:00
table.c msi: Fix a couple of test cases for MsiDatabaseIsTablePersistent. 2006-09-13 12:19:54 +02:00
tokenize.c Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes. 2006-09-11 11:30:48 +02:00
update.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
upgrade.c msi: Move version string conversions to registry.c. 2006-07-14 13:32:39 +02:00
version.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
where.c msi: Fix the value of LONG integers in records (suggested by James Hawkins). 2006-07-27 11:57:12 +02:00