Sweden-Number/dlls/msi
Aric Stewart b39d8fc2a6 - ExecuteAction runs the whole Execute table and not just from
InstallValidate onward.  To do this make sure we do not do the
  costing initialization work again if it is already done (by checking
  the CostingComplete Property).
- A lot of work to refine feature states, setting the state affects
  the state of all child features and also respect features that want
  to default to something other than LOCAL.
2005-05-13 13:56:39 +00:00
..
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
appsearch.c Partially implement AppSearch for RegLocator-type searches. 2005-05-10 08:27:00 +00:00
cond.y
create.c
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
dialog.c Fix a few leaking object handles. 2005-05-09 19:33:50 +00:00
distinct.c
format.c Remove 2 identicals calls to strlenW. 2005-04-18 15:36:59 +00:00
handle.c
insert.c
msi.c Added minimal implementation of MsiCreateAndVerifyInstallerDirectory. 2005-05-11 12:01:12 +00:00
msi.rc
msi.spec Declare MsiExportDatabase* in the spec file, and fix a typo. 2005-04-26 14:30:15 +00:00
msi_De.rc
msi_En.rc
msi_Es.rc
msi_Fr.rc Use SUBLANG_NEUTRAL for French resources. 2005-05-04 09:52:47 +00:00
msi_Nl.rc
msi_Pt.rc
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
package.c Set PhysicalMemory property from system data. 2005-05-04 10:37:05 +00:00
preview.c
query.h
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
select.c
sql.y
string.c
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
update.c
version.rc
where.c