Hans Leidekker
|
ad971803da
|
msi: Never defer standard actions.
|
2010-07-23 11:45:49 +02:00 |
Hans Leidekker
|
d9510f5962
|
msi: Only set the property in the Reinstall event.
|
2010-04-28 15:04:39 -05:00 |
Hans Leidekker
|
e31ee69f37
|
msi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
For consistency with related functions msi_dup_property and msi_get_property_int
and because there is no ANSI version of these functions.
|
2010-04-21 11:57:33 +02:00 |
Hans Leidekker
|
44b7983913
|
msi: Make MSI_SetPropertyW take a pointer to a database instead of a package.
|
2010-04-21 11:57:33 +02:00 |
Hans Leidekker
|
186f4efa3f
|
msi: Make msi_get_property_int and friends take a pointer to a database instead of a package.
They only operate on a database and this way we can use them before a package is created.
|
2010-04-21 11:57:33 +02:00 |
Hans Leidekker
|
2c5e1f686b
|
msi: Implement the Reinstall control event.
|
2010-03-26 15:35:32 +01:00 |
Hans Leidekker
|
068cb1291b
|
msi: Add a partial implementation of the ValidateProductID standard action.
|
2010-02-10 14:31:49 +01:00 |
Alexandre Julliard
|
de3fa09cb2
|
msi: Add a partial stub for the ValidateProductID control event.
|
2010-01-20 15:36:00 +01:00 |
Hans Leidekker
|
843382f284
|
msi: Define common strings only once.
|
2009-10-15 14:16:50 +02:00 |
Andrew Talbot
|
c0ad988e67
|
msi: Remove unused functions.
|
2009-02-06 13:04:03 +01:00 |
Aric Stewart
|
f10eb0bfa2
|
msi: EndDialog with Ignore should not be an error.
|
2008-12-17 11:38:52 +01:00 |
James Hawkins
|
d596ae29d8
|
msi: Skip the feature action detection logic if there is no product code.
|
2008-08-25 11:40:30 +02:00 |
James Hawkins
|
eedfacdfe7
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:04:03 +01:00 |
Rob Shearman
|
8a94f7aad3
|
msi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED, MSIRUNMODE_COMMIT and MSIRUNMODE_ROLLBACK.
|
2007-06-26 11:56:33 +02:00 |
James Hawkins
|
770e49cd3c
|
msi: Add handling for the ReinstallMode control event.
|
2007-05-07 15:18:52 +02:00 |
James Hawkins
|
0746b9076d
|
msi: Cleanup the dialog event subscriptions when destroying the dialog.
|
2007-02-21 10:53:49 +01:00 |
Andrew Talbot
|
020bda7ee2
|
msi: Declare some functions static.
|
2007-01-12 20:41:49 +01:00 |
James Hawkins
|
6f3f2549c1
|
msi: Only cleanup event subscriptions of the dialog being closed.
|
2006-12-18 12:01:09 +01:00 |
Mike McCormack
|
575cc67d0f
|
msi: Use msi_feature_set_state and msi_component_set_state where possible.
|
2006-10-26 12:56:09 +02:00 |
Mike McCormack
|
80affb3c2d
|
msi: Merge action.h into msipriv.h.
|
2006-10-10 16:12:12 +02:00 |
James Hawkins
|
971ab9aa47
|
msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.
|
2006-10-04 11:13:28 +02:00 |
James Hawkins
|
aea0dcc86d
|
msi: Publish the SelectionPath event in the SetTargetPath event.
|
2006-10-04 11:12:32 +02:00 |
James Hawkins
|
2a8c38ff74
|
msi: Provide a specific dialog to ControlEvent_SubscribeToEvent, as package->dialog does not always point to the same dialog.
|
2006-10-04 11:12:22 +02:00 |
James Hawkins
|
3d812659e8
|
msi: Return to the parent dialog when the argument to the EndDialog event is Return.
|
2006-09-29 15:00:13 +02:00 |
James Hawkins
|
a1b16d2d96
|
msi: Add initial implementation of the DirectoryListUp event.
|
2006-08-28 11:38:04 +02:00 |
James Hawkins
|
ece0ae0a41
|
msi: Implement the SetInstallLevel event.
|
2006-07-20 12:51:20 +02:00 |
Alexandre Julliard
|
b79a53e959
|
msi: Make some variables static and/or const.
|
2006-06-12 13:39:59 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
188365e2f0
|
msi: Implement the Reset control event.
|
2006-01-03 12:12:09 +01:00 |
Mike McCormack
|
8dc28d5306
|
Added memory allocation inline functions (part 1).
|
2005-09-20 11:57:19 +00:00 |
Mike McCormack
|
062ad50510
|
Rename load_dynamic_property and remove its unused 3rd argument.
|
2005-09-15 15:04:08 +00:00 |
Mike McCormack
|
41a04cc0de
|
Fix memory leaks.
|
2005-09-08 11:03:45 +00:00 |
Mike McCormack
|
1da2858caa
|
- build a standard Wine list of features instead of using an array
- use feature pointers instead of array indexes
|
2005-08-22 14:09:17 +00:00 |
Mike McCormack
|
30ddf73954
|
Don't crash when cancelling out of a modeless dialog.
|
2005-07-06 11:11:26 +00:00 |
Aric Stewart
|
71a55e04a3
|
Allow control events to return codes to halt the processing of event.
Needed for the SetTargetPath Event.
|
2005-06-17 21:31:06 +00:00 |
Mike McCormack
|
b402f04851
|
Use standard lists in the event subscription code.
|
2005-06-06 15:40:15 +00:00 |
Mike McCormack
|
64de949cdd
|
More -Wmissing-declarations and -Wwrite-strings warning fixes.
|
2005-05-31 09:30:28 +00:00 |
Aric Stewart
|
9cd707da3f
|
Introduce really basic scripting of actions. This is primarily to get
the order of execution of the action correct since some custom actions
can be scripted and others are run during the script building phase.
|
2005-05-27 19:24:22 +00:00 |
Alexandre Julliard
|
d757bfeeaf
|
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Implement dialog events and hook up the dialog code.
|
2005-05-27 09:11:18 +00:00 |