.. |
tests
|
- add test for MsiGetSourcePath
|
2005-09-07 09:23:58 +00:00 |
.cvsignore
|
Added rules to build import libraries in the individual dll makefiles.
|
2005-05-07 12:39:52 +00:00 |
action.c
|
Reduce the indent level of a function.
|
2005-09-09 14:48:51 +00:00 |
action.h
|
Move a fixed size buffer to the heap.
|
2005-09-09 14:49:08 +00:00 |
appsearch.c
|
Bail out if the reg key is empty. This prevents us from writing
|
2005-07-22 18:27:41 +00:00 |
classes.c
|
Move a fixed size buffer to the heap.
|
2005-09-09 14:49:08 +00:00 |
cond.y
|
-Wmissing-declarations and -Wwrite-strings warning fixes.
|
2005-05-29 20:08:12 +00:00 |
create.c
|
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
|
2005-08-24 11:10:23 +00:00 |
custom.c
|
Convert RunningActions array into a list.
|
2005-09-08 12:42:07 +00:00 |
database.c
|
Add the GUID for Patch files so that they can be opened as well. Looks
|
2005-09-06 09:24:48 +00:00 |
delete.c
|
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
|
2005-08-24 11:10:23 +00:00 |
dialog.c
|
Fix an uninitialized variable problem.
|
2005-09-12 10:11:23 +00:00 |
distinct.c
|
Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE.
|
2005-02-08 13:44:25 +00:00 |
events.c
|
Fix memory leaks.
|
2005-09-08 11:03:45 +00:00 |
files.c
|
Keep temporary files in a seperate list.
|
2005-09-07 11:25:18 +00:00 |
format.c
|
Improve a fixme message a little.
|
2005-09-08 11:04:03 +00:00 |
handle.c
|
Use a more portable scheme for storing the name of a critical
|
2005-09-09 10:19:44 +00:00 |
helpers.c
|
Move a fixed size buffer to the heap.
|
2005-09-09 14:49:08 +00:00 |
insert.c
|
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
|
2005-08-24 11:10:23 +00:00 |
install.c
|
Fixes for MsiGetSourcePath parameter handling.
|
2005-09-06 11:05:35 +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.c
|
Implement MsiReinstallFeature.
|
2005-09-07 13:26:06 +00:00 |
msi.rc
|
Dutch resource translation.
|
2005-03-22 16:39:25 +00:00 |
msi.spec
|
Added stub implementations for MsiEnumPatchesA/W.
|
2005-09-06 11:05:24 +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
|
Convert RunningActions array into a list.
|
2005-09-08 12:42:07 +00:00 |
msiquery.c
|
Better stub for MsiViewGetError.
|
2005-08-24 10:57:49 +00:00 |
order.c
|
Get rid of some redundant parser types.
|
2005-05-29 20:17:16 +00:00 |
package.c
|
Convert RunningActions array into a list.
|
2005-09-08 12:42:07 +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
|
Properly resize the buffer based on ERROR_MORE_DATA.
|
2005-07-11 20:36:58 +00:00 |
regsvr.c
|
Change some Dll* functions so they are exported by name like on
|
2005-08-10 13:02:43 +00:00 |
select.c
|
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
|
2005-08-24 11:10:23 +00:00 |
source.c
|
Make some fixme messages less alarmist.
|
2005-09-06 09:23:18 +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
|
Don't include the terminating nul in the length in
|
2005-09-07 09:24:14 +00:00 |
table.c
|
- the combination of all table keys must be unique, not each key
|
2005-08-29 10:16:12 +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
|
Use the official names for the Unicode string constants.
|
2005-07-13 12:07:41 +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 |