..
tests
Correct a missing MsiCloseHandle().
2005-05-07 12:12:56 +00:00
.cvsignore
Added rules to build import libraries in the individual dll makefiles.
2005-05-07 12:39:52 +00:00
Makefile.in
Added rules for building import libraries in the individual dll
2005-05-09 14:42:30 +00:00
action.c
- ExecuteAction runs the whole Execute table and not just from
2005-05-13 13:56:39 +00:00
action.h
- Rename dupstrW to strdupW, and remove duplicate definition.
2005-03-16 11:31:35 +00:00
appsearch.c
Partially implement AppSearch for RegLocator-type searches.
2005-05-10 08:27:00 +00:00
cond.y
Replace strncpy with memcpy or lstrcpyn.
2005-04-18 10:30:55 +00:00
create.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
custom.c
Make sure that dialogs are only created and destroyed in a single
2005-04-27 10:16:57 +00:00
database.c
- make sure to free the string table when closing the database
2005-05-10 16:00:19 +00:00
delete.c
Implement SQL delete query.
2005-02-14 11:07:13 +00:00
dialog.c
Fix a few leaking object handles.
2005-05-09 19:33:50 +00:00
distinct.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
format.c
Remove 2 identicals calls to strlenW.
2005-04-18 15:36:59 +00:00
handle.c
Fix refcounting, use Interlocked functions.
2005-01-20 20:34:29 +00:00
insert.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
msi.c
Added minimal implementation of MsiCreateAndVerifyInstallerDirectory.
2005-05-11 12:01:12 +00:00
msi.rc
Dutch resource translation.
2005-03-22 16:39:25 +00:00
msi.spec
Declare MsiExportDatabase* in the spec file, and fix a typo.
2005-04-26 14:30:15 +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
msipriv.h
- ExecuteAction runs the whole Execute table and not just from
2005-05-13 13:56:39 +00:00
msiquery.c
Avoid some non-standard str functions.
2005-05-11 12:58:22 +00:00
order.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
package.c
Set PhysicalMemory property from system data.
2005-05-04 10:37:05 +00:00
preview.c
Replace instances of HeapAlloc/MultiByteToWideChar with the internally
2005-03-24 19:04:06 +00:00
query.h
Implement SQL delete query.
2005-02-14 11:07:13 +00:00
record.c
Add a missing msiobj_release that was resulting in a leaked object
2005-05-07 12:13:08 +00:00
registry.c
Tweak the documentation to make winapi_check happy.
2005-05-06 14:33:02 +00:00
regsvr.c
Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
2004-03-30 20:42:06 +00:00
select.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
sql.y
Implement SQL delete query.
2005-02-14 11:07:13 +00:00
string.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2005-01-20 10:36:35 +00:00
suminfo.c
Fix loading of the summary information.
2005-04-20 14:24:14 +00:00
table.c
Avoid some non-standard str functions.
2005-05-11 12:58:22 +00:00
tokenize.c
Fix warnings found with -Wsign-compare.
2004-08-06 17:30:20 +00:00
update.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
version.rc
Version resources cleanup.
2004-11-23 13:59:34 +00:00
where.c
Allow MsiViewExecute to be called twice on the same query.
2005-02-16 16:06:05 +00:00