Aric Stewart
|
51cf7d13c0
|
Free allocated buffers.
|
2005-01-03 14:29:09 +00:00 |
Aric Stewart
|
fb9d11941f
|
Include a System16Folder definition.
|
2004-12-27 17:43:37 +00:00 |
Aric Stewart
|
62cd1e03c3
|
Blank the property buffers even if the property is not found.
|
2004-12-22 18:47:54 +00:00 |
Aric Stewart
|
74ad0d3ab7
|
Include the trailing backslash on the Windows volume.
|
2004-12-22 18:17:15 +00:00 |
Aric Stewart
|
259557038c
|
Fix folder resolution.
|
2004-12-22 17:13:26 +00:00 |
Mike McCormack
|
9db0e072b1
|
Remove a lot of fixed length buffers.
|
2004-12-22 15:05:07 +00:00 |
Vitaly Lipatov
|
671267a177
|
Add ScreenX, ScreenY, ColorBits installer properties.
|
2004-12-16 14:31:59 +00:00 |
Mike McCormack
|
181705cbbd
|
- Don't limit the size of the property that can be retrieved by
MsiGetProperty.
- Make MsiGetProperty A/W implementations more consistent.
|
2004-11-28 14:53:46 +00:00 |
Kevin Koltzau
|
3f8d8bec55
|
Partial implementation of MsiGetFileVersionA/W.
|
2004-09-06 21:25:48 +00:00 |
Vincent Béron
|
6fae1ce6fd
|
Don't hardcode c:\windows paths in msi.dll.
|
2004-08-18 23:41:10 +00:00 |
Hans Leidekker
|
4104c622af
|
Set VersionMsi property.
Accept a dot in a number value.
|
2004-07-19 21:49:15 +00:00 |
Aric Stewart
|
9c76b14469
|
Implement the functionality that allows one to call MsiOpenPackage
with #nnn where nnn is a string representing the handle to an open
database.
|
2004-07-14 21:43:49 +00:00 |
Mike McCormack
|
c90c781a32
|
Implement MsiVerifyPackage, cosmetic fixes.
|
2004-07-09 22:58:27 +00:00 |
Alexandre Julliard
|
a7a6f5f31c
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Refcount all objects, and use pointers internally.
|
2004-07-09 22:25:34 +00:00 |
Aric Stewart
|
7231a439b4
|
Implement logging.
|
2004-07-09 19:26:30 +00:00 |
Aric Stewart
|
2cf222f9b7
|
Implemented CreateShortcut and PublishProduct.
|
2004-07-06 19:00:23 +00:00 |
Aric Stewart
|
d784600d81
|
MsiGetProperty should return empty strings on error.
|
2004-07-06 18:54:38 +00:00 |
Aric Stewart
|
b942e18636
|
Implemented ProcessComponents.
|
2004-07-06 18:50:02 +00:00 |
Aric Stewart
|
d2c395ad50
|
Send progress and action messages.
|
2004-07-06 18:48:15 +00:00 |
Aric Stewart
|
7d3e5973fe
|
Activate features and components based on their various conditions.
|
2004-07-04 00:36:58 +00:00 |
Aric Stewart
|
ec688fb4e0
|
Beginnings of costing and organizing into components and features.
|
2004-07-04 00:35:52 +00:00 |
Aric Stewart
|
bdb2955296
|
Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTargetPath.
|
2004-07-04 00:32:48 +00:00 |
Aric Stewart
|
2e9b5f7c07
|
Use the newly implemented UPDATE code to set properties.
|
2004-07-04 00:31:17 +00:00 |
Aric Stewart
|
ed7c4bc84c
|
Implement SetTargetPath, start the basics for tracking UI level.
|
2004-07-04 00:26:54 +00:00 |
Mike McCormack
|
6e2bca34cf
|
Cosmetic fixes.
|
2004-07-04 00:25:00 +00:00 |
Aric Stewart
|
eb0e0df908
|
Start implementing MsiOpenPackage.
|
2004-06-30 19:38:36 +00:00 |