Hans Leidekker
|
a5d8ab57f6
|
msi: Check transform validation flags.
|
2014-09-03 16:31:17 +02:00 |
Hans Leidekker
|
667ba16dbc
|
msi: Implement and test MsiSetFeatureAttributes.
|
2011-06-10 10:55:18 +02:00 |
James Hawkins
|
7d3e664312
|
msi: MsiSetMode returns a UINT system error code, not a BOOL.
|
2009-12-04 14:34:57 +01:00 |
Nikolay Sivov
|
61808b1689
|
include/msiquery.h: Fix MSIMODIFY enum definition.
|
2009-01-19 13:36:24 +01:00 |
James Hawkins
|
ca4758201d
|
msi: Parse the MSIDBOPEN_PATCHFILE flag.
|
2008-07-08 10:50:11 +02:00 |
Alexandre Julliard
|
a2ba7dcf7b
|
include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.
|
2008-05-30 10:02:42 +02:00 |
Francois Gouget
|
4b340fff6f
|
includes: Make headers C++ compatible.
|
2007-09-27 20:12:13 +02:00 |
Francois Gouget
|
5771700019
|
msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings.
|
2007-08-09 14:12:44 +02:00 |
James Hawkins
|
0f6aaf86bd
|
msi: Add tests for adding properties with a transform during an install.
|
2007-07-11 12:42:59 +02:00 |
Stefan Huehner
|
51a7ca3440
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
James Hawkins
|
5fd3c4ad15
|
msi: Add missing declarations to the public headers.
|
2006-10-09 14:40:13 +02:00 |
Mike McCormack
|
665829c390
|
msi: Fix the prototype of MsiDatabaseIsTablePersistent to match the SDK.
|
2006-09-08 12:45:11 +02:00 |
James Hawkins
|
485484deac
|
msi: Add a stub for MsiGetFeatureCost.
|
2006-08-16 12:40:43 +02:00 |
Andrew Talbot
|
d58e1dba42
|
msi: Write-strings warnings fix.
|
2006-08-05 11:27:04 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
43b27144f0
|
msi: Add an implementation of MsiGetDatabaseState.
|
2006-01-30 14:56:52 +01:00 |
Mike McCormack
|
1acf032a99
|
msi: Fixed the prototype of MsiDatabaseIsTablePersistent.
Implemented MsiDatabaseIsTablePersistentA via the W function.
|
2006-01-10 12:09:11 +01:00 |
Mike McCormack
|
ec5edeebf4
|
Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
|
2005-10-30 19:21:51 +00:00 |
Mike McCormack
|
06c477fec8
|
Add a stub implementation of msi.MsiSetMode.
|
2005-10-30 19:05:13 +00:00 |
Jan Van Buggenhout
|
eebf13a1d8
|
implement stubs for MsiSequence[AW].
|
2005-09-20 11:37:30 +00:00 |
Johan Dahlin
|
b5c02815d0
|
Implemented MsiSetComponentState*.
|
2005-08-24 18:13:09 +00:00 |
Mike McCormack
|
fba5a59c66
|
Better stub for MsiViewGetError.
|
2005-08-24 10:57:49 +00:00 |
Mike McCormack
|
908308631f
|
Create a stub implementation for MsiViewGetError.
|
2005-06-10 19:52:13 +00:00 |
Mike McCormack
|
f4c138b3db
|
Declare the MSIDBERROR enumeration.
|
2005-06-10 19:29:24 +00:00 |
Mike McCormack
|
cac6387ca3
|
Add and correct some function declarations.
|
2005-05-30 11:12:24 +00:00 |
Mike McCormack
|
758a69515b
|
Implement summary information loading and saving.
|
2005-03-18 14:01:39 +00:00 |
Juan Lang
|
b80bd1dcd9
|
Remove duplicate definition.
|
2005-01-28 11:28:00 +00:00 |
Mike McCormack
|
d5c07207d3
|
Declare the preview functions.
|
2005-01-20 19:56:16 +00:00 |
Mike McCormack
|
bd55684d97
|
Declare more functions.
|
2005-01-06 19:44:46 +00:00 |
Vitaly Lipatov
|
5c4116bc66
|
Add description for MsiGetMode, MSIRUNMODE constants.
|
2004-12-16 14:29:25 +00:00 |
Alexandre Julliard
|
495e0c9498
|
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Update header declarations for msi.
|
2004-06-26 00:10:40 +00:00 |
Mike McCormack
|
d72bd7ec2e
|
Declare some MSI functions.
|
2003-12-01 22:38:43 +00:00 |
Mike McCormack
|
22f450fb95
|
Move and correct the MSIDBOPEN defines.
|
2003-11-05 01:50:30 +00:00 |
Mike McCormack
|
f6125ad33e
|
Added AW defines to msi.h and msiquery.h.
|
2003-09-27 02:19:48 +00:00 |
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
Mike McCormack
|
6386edc5d8
|
Partial implementation of the Microsoft Installer (msi.dll).
|
2003-08-13 01:27:48 +00:00 |