..
tests
Setting a record to an empty string is the same as making it null.
2005-01-31 11:30:59 +00:00
.cvsignore
Implement and document MsiLoadString.
2005-02-08 12:12:29 +00:00
action.c
Add the ExecuteAction handler.
2005-02-24 12:47:43 +00:00
action.h
Add the ExecuteAction handler.
2005-02-24 12:47:43 +00:00
appsearch.c
If a full path isn't specified, search across all fixed drives.
2005-02-08 12:08:49 +00:00
cond.y
Do not limit properties to 256 characters when evaluating them.
2005-02-09 13:26:16 +00:00
create.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
custom.c
Do not track the temp files for custom actions based on the name from
2005-02-09 14:05:24 +00:00
delete.c
Implement SQL delete query.
2005-02-14 11:07:13 +00:00
dialog.c
Add a border to the edit control, add some more controls.
2005-02-16 16:25:36 +00:00
distinct.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
format.c
Make sure formats like [\\]] and [\\[] work properly.
2005-02-23 12:44:25 +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
Makefile.in
Implement SQL delete query.
2005-02-14 11:07:13 +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
Added MSI Spanish resources.
2005-02-23 12:41:09 +00:00
msi_Fr.rc
Add French resources.
2005-02-16 21:10:02 +00:00
msi_Pt.rc
Update the resources for Portuguese.
2005-02-14 11:12:30 +00:00
msi.c
Do some basic work with registry component paths.
2005-02-24 10:05:53 +00:00
msi.rc
Added MSI Spanish resources.
2005-02-23 12:41:09 +00:00
msi.spec
Stubs for MsiUseFeature.
2005-02-16 16:24:38 +00:00
msipriv.h
Add the ExecuteAction handler.
2005-02-24 12:47:43 +00:00
msiquery.c
Implement MsiDatabaseGetPrimaryKeys.
2005-02-16 16:05:11 +00:00
order.c
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
2005-02-08 13:44:25 +00:00
package.c
Remove const declaration from non-const function.
2005-02-16 16:07:11 +00:00
preview.c
Add more dialog controls, do something when they're clicked on.
2005-02-02 09:55:51 +00:00
query.h
Implement SQL delete query.
2005-02-14 11:07:13 +00:00
record.c
Setting a record to an empty string is the same as making it null.
2005-01-31 11:30:59 +00:00
registry.c
Move product, feature and component enumeration functions to
2005-02-16 17:52:53 +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 up the summary information code a little.
2005-02-16 16:25:09 +00:00
table.c
Allow MsiViewExecute to be called twice on the same query.
2005-02-16 16:06:05 +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