wine/dlls/msi
Aric Stewart 639048b99a If MsiGetProperty(A/W) is called with a NULL for the value buffer but
a value in the size for the value buffer, then Msi fills in the size
of the value into the pointer for size.  This is tested and confirmed
with native MSI.
2005-07-11 14:22:13 +00:00
..
tests Fix more -Wstrict-prototypes warnings. 2005-06-20 14:18:03 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
action.c InstallShield does a number of actions using DoAction before the 2005-07-08 14:19:00 +00:00
action.h Keep track of what sequence we are in and register unique 2005-06-30 20:45:43 +00:00
appsearch.c Partially implement AppSearch for RegLocator-type searches. 2005-05-10 08:27:00 +00:00
classes.c Break out all the class registration actions into classes.c. This 2005-06-16 15:51:44 +00:00
cond.y -Wmissing-declarations and -Wwrite-strings warning fixes. 2005-05-29 20:08:12 +00:00
create.c Get rid of some redundant parser types. 2005-05-29 20:17:16 +00:00
custom.c Keep track of what sequence we are in and register unique 2005-06-30 20:45:43 +00:00
database.c More -Wmissing-declarations and -Wwrite-strings warning fixes. 2005-05-31 09:30:28 +00:00
delete.c Implement SQL delete query. 2005-02-14 11:07:13 +00:00
dialog.c Use LoadImage to load bitmaps and icons. 2005-07-07 17:20:57 +00:00
distinct.c Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE. 2005-02-08 13:44:25 +00:00
events.c Don't crash when cancelling out of a modeless dialog. 2005-07-06 11:11:26 +00:00
files.c Add the string constants located in msi.h and make use of them in 2005-07-11 13:22:24 +00:00
format.c Make sure the TRACE statements do not spew garbage by using 2005-06-04 09:36:44 +00:00
handle.c Fix refcounting, use Interlocked functions. 2005-01-20 20:34:29 +00:00
helpers.c Fill and use the ProductCode part of the MSIPACKAGE structure. 2005-07-07 20:27:06 +00:00
insert.c Remove more types from the parser. 2005-05-30 11:32:18 +00:00
install.c Implement MsiGetLanguage. 2005-07-10 17:39:14 +00:00
Makefile.in Add source.c to start handling the various MsiSourceList apis used in 2005-07-05 21:00:06 +00:00
msi_De.rc Add/updated German resources. 2005-02-15 20:46:19 +00:00
msi_En.rc Implement and document MsiLoadString. 2005-02-08 12:12:29 +00:00
msi_Es.rc Spanish translations updated. 2005-04-11 13:01:46 +00:00
msi_Fr.rc Use SUBLANG_NEUTRAL for French resources. 2005-05-04 09:52:47 +00:00
msi_Nl.rc Dutch resource translation. 2005-03-22 16:39:25 +00:00
msi_Pt.rc Update the resources for Portuguese. 2005-02-14 11:12:30 +00:00
msi.c In MsiLocateComponent pcchBuf can be NULL so don't try to dereference 2005-07-08 11:29:55 +00:00
msi.rc Dutch resource translation. 2005-03-22 16:39:25 +00:00
msi.spec Implement MsiGetLanguage. 2005-07-10 17:39:14 +00:00
msipriv.h gcc 4.0 -Wpointer-sign fixes. 2005-07-06 10:33:30 +00:00
msiquery.c Create a stub implementation for MsiViewGetError. 2005-06-10 19:52:13 +00:00
order.c Get rid of some redundant parser types. 2005-05-29 20:17:16 +00:00
package.c If MsiGetProperty(A/W) is called with a NULL for the value buffer but 2005-07-11 14:22:13 +00:00
preview.c Allow control events to return codes to halt the processing of event. 2005-06-17 21:31:06 +00:00
query.h Remove some unused code. 2005-05-31 13:20:09 +00:00
record.c Make the MSI icon control work. 2005-06-23 16:43:38 +00:00
registry.c Add functions to add the User UpgradeCodes. 2005-06-07 20:02:27 +00:00
regsvr.c Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer 2004-03-30 20:42:06 +00:00
select.c Get rid of some redundant parser types. 2005-05-29 20:17:16 +00:00
source.c Add the string constants located in msi.h and make use of them in 2005-07-11 13:22:24 +00:00
sql.y Improve number parsing and avoid unicode.h. 2005-05-31 09:30:01 +00:00
string.c gcc 4.0 -Wpointer-sign fixes. 2005-07-06 10:33:30 +00:00
suminfo.c gcc 4.0 -Wpointer-sign fixes. 2005-07-06 10:33:30 +00:00
table.c More -Wmissing-declarations and -Wwrite-strings warning fixes. 2005-05-31 09:30:28 +00:00
tokenize.c -Wmissing-declarations and -Wwrite-strings warning fixes. 2005-05-29 20:08:12 +00:00
update.c Get rid of some redundant parser types. 2005-05-29 20:17:16 +00:00
upgrade.c Keep track of what sequence we are in and register unique 2005-06-30 20:45:43 +00:00
version.rc Update version resource of msi.dll to current version shipped from 2005-05-23 09:49:50 +00:00
where.c -Wmissing-declarations and -Wwrite-strings warning fixes. 2005-05-29 20:08:12 +00:00