Sweden-Number/dlls/msi
Aric Stewart 90c57396f4 Eliminate the giant if.. else if block from ACTION_ProcessAction in
favor of a table of handlers.
Return code of the install should not depend on the return code of the
final action.
Update component installed states as they are installed so that
conditions based on component states are at least a little more
correct.
Add icon and argument when regestering clsids.
Add a stub for ResolveSource because we do that work just not in
ResolveSource like we should.
When quering a Component state return the correct state.
2005-01-31 16:23:12 +00:00
..
tests Setting a record to an empty string is the same as making it null. 2005-01-31 11:30:59 +00:00
.cvsignore Added version info to MSI dll. 2004-05-18 20:41:47 +00:00
Makefile.in Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
action.c Eliminate the giant if.. else if block from ACTION_ProcessAction in 2005-01-31 16:23:12 +00:00
action.h Enable the updating of Feature and thus the resulting component 2005-01-27 11:12:56 +00:00
cond.y Do not check for non NULL pointer before HeapFree'ing it. It's 2005-01-20 10:36:35 +00:00
create.c Free memory after we finish using it instead of just before. 2004-08-25 17:31:39 +00:00
custom.c Implement custom action type 19, Halt install and display error 2005-01-27 10:43:12 +00:00
dialog.c Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
distinct.c Do not check for non NULL pointer before HeapFree'ing it. It's 2005-01-20 10:36:35 +00:00
format.c Assorted spelling fixes. 2005-01-26 21:09:04 +00:00
handle.c Fix refcounting, use Interlocked functions. 2005-01-20 20:34:29 +00:00
insert.c Fix and test inserting records. 2005-01-20 20:39:15 +00:00
msi.c Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
msi.spec Added a few more stub implementations. 2005-01-26 19:41:13 +00:00
msipriv.h Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
msiquery.c Move OpenQuery into msiquery.c and make it non-static. 2005-01-21 16:19:11 +00:00
order.c Do not check for non NULL pointer before HeapFree'ing it. It's 2005-01-20 10:36:35 +00:00
package.c Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
preview.c Implement MsiPreviewDialog. 2005-01-28 12:39:57 +00:00
query.h Fix selecting string columns and matching against a wildcard. 2004-12-22 15:22:12 +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 Added a few more stub implementations. 2005-01-26 19:41:13 +00:00
regsvr.c Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer 2004-03-30 20:42:06 +00:00
select.c Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com> 2004-07-09 22:25:34 +00:00
sql.y Fix and test inserting records. 2005-01-20 20:39:15 +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 An implementation of MsiSummaryInfoGetPropertyW based off of 2005-01-24 11:24:35 +00:00
table.c Assorted spelling fixes. 2005-01-26 21:09:04 +00:00
tokenize.c Fix warnings found with -Wsign-compare. 2004-08-06 17:30:20 +00:00
update.c Free memory after we finish using it instead of just before. 2004-08-25 17:31:39 +00:00
version.rc Version resources cleanup. 2004-11-23 13:59:34 +00:00
where.c Do not check for non NULL pointer before HeapFree'ing it. It's 2005-01-20 10:36:35 +00:00