Andrew Eikum
|
beb0b2bc05
|
msi: Publish icons into the correct directory.
|
2010-05-31 12:14:27 +02: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
|
e637839a83
|
msi: Improve a trace.
|
2010-03-02 16:11:57 +01:00 |
Hans Leidekker
|
ec5ae81c8d
|
msi: Make msi_reset_folders static.
|
2010-02-22 13:14:35 +01:00 |
Hans Leidekker
|
c32d9d7004
|
msi: Get rid of ACTION_VerifyFeatureForAction.
|
2010-02-16 12:29:01 +01:00 |
Hans Leidekker
|
598c542607
|
msi: Get rid of ACTION_VerifyComponentForAction.
|
2010-02-16 12:28:56 +01:00 |
Hans Leidekker
|
9a0020ade9
|
msi: Move some helpers to the module where they are used.
|
2010-02-03 11:31:48 +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 |
James Hawkins
|
01eb930005
|
msi: Publish the patch information.
|
2008-12-15 12:34:52 +01:00 |
James Hawkins
|
930b429d1e
|
msi: Add the ability to open multiple users product keys.
|
2008-12-09 10:27:37 +01:00 |
Andrew Talbot
|
40db5bdb16
|
msi: Sign-compare warnings fix.
|
2008-10-21 11:45:39 +02:00 |
James Hawkins
|
d15fddf6f5
|
msi: Resolve file source paths dynamically, as the source directory can be changed.
|
2008-10-07 12:13:33 +02:00 |
James Hawkins
|
8a9ba8f73f
|
msi: Actions should be run even if the installed state is the same as the requested state.
|
2008-09-08 12:47:22 +02:00 |
James Hawkins
|
3bec162d51
|
msi: Skip the component action detection logic if there is no product code.
|
2008-08-25 11:40:38 +02:00 |
James Hawkins
|
74239fcd91
|
msi: Factor out media handling and use the new interface to efficiently extract assemblies.
|
2008-08-19 13:37:51 +02:00 |
James Hawkins
|
396eea6006
|
msi: Determine the source path based on the short/long file names bit of the Word Count summary property.
|
2008-07-22 13:10:56 +02:00 |
James Hawkins
|
ede4a3b598
|
msi: Set all folders' source paths to the root directory if the source type is compressed.
|
2008-07-22 13:10:45 +02:00 |
James Hawkins
|
26ae658986
|
msi: Only use the long filename when resolving the source path.
|
2008-07-08 10:55:01 +02:00 |
James Hawkins
|
77d259f46c
|
msi: Search the last used source if the cabinet to extract cannot be found.
|
2008-05-22 11:30:54 +02:00 |
James Hawkins
|
95282bdeaa
|
msi: Reset the hasLocalFeature flag when updating components.
|
2008-05-19 13:36:45 +02:00 |
James Hawkins
|
02b531b302
|
msi: Fix a typo.
|
2008-05-05 12:54:00 +02:00 |
James Hawkins
|
bfe07d1d07
|
msi: Add initial implementation of MsiPublishAssemblies.
|
2008-04-30 13:45:23 +02:00 |
Austin English
|
5644f05edf
|
msi: Spelling fixes.
|
2008-04-08 12:25:13 +02:00 |
Gerald Pfeifer
|
bb8471beac
|
msi: Remove an extraneous safety check and simplify generate_error_string().
|
2008-01-03 11:53:45 +01:00 |
Gerald Pfeifer
|
739152ce3e
|
msi: Remove an extraneous safety check and simplify deformat_string().
|
2008-01-02 13:29:41 +01:00 |
James Hawkins
|
07c3f4411e
|
msi: A feature's requested action does not depend on its installed state.
|
2007-11-01 12:43:24 +01:00 |
James Hawkins
|
5e46fc9019
|
msi: Delay publishing of the SourceList until the PublishProduct action.
|
2007-07-03 13:43:20 +02:00 |
Andrew Talbot
|
a0ae69a8d1
|
msi: Constify some variables.
|
2007-06-06 14:07:22 +02:00 |
James Hawkins
|
8cedb218c3
|
msi: Load the folder property if available and requested.
|
2007-03-29 21:01:42 +02:00 |
Mike McCormack
|
4e25188a2a
|
msi: Treat the SourceDir folder the same as TargetDir.
|
2006-11-22 11:43:09 +01:00 |
Mike McCormack
|
7eb270265f
|
msi: Load all folders in one query, rather one per query.
|
2006-11-22 11:43:05 +01:00 |
Mike McCormack
|
5b8fdad920
|
msi: Fix use of integer fields in MsiFormatRecord.
|
2006-11-21 12:16:05 +01:00 |
Mike McCormack
|
6b38139e62
|
msi: Remove a level of indent in resolve_folder().
|
2006-11-17 11:14:39 +01:00 |
Mike McCormack
|
5bffd28be7
|
msi: Remove some redundant else statements.
|
2006-11-17 11:14:27 +01:00 |
Mike McCormack
|
c88c0b453d
|
msi: Remove track_tempfile()'s unused 2nd parameter.
|
2006-11-14 11:43:17 +01:00 |
Mike McCormack
|
6914c4749e
|
msi: Print a message if we fail to delete a file.
|
2006-11-14 11:43:05 +01:00 |
James Hawkins
|
ae18c2dc7f
|
msi: Store the base URL of the MSI package if it is downloaded.
|
2006-11-08 13:00:15 +01:00 |
Mike McCormack
|
f86cfd4088
|
msi: Avoid a memory leak by freeing actions scripts in one place only.
|
2006-11-02 12:25:07 +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 |
James Hawkins
|
c507543554
|
msi: Set the SourceDir and SOURCEDIR properties in the ResolveSource action.
|
2006-10-11 12:09:54 +02:00 |
Mike McCormack
|
80affb3c2d
|
msi: Merge action.h into msipriv.h.
|
2006-10-10 16:12:12 +02:00 |
James Hawkins
|
563a50ab35
|
msi: Make internal functions static.
|
2006-10-09 14:40:08 +02:00 |
James Hawkins
|
cabc7ee1ae
|
msi: Follow state resolution rules when a feature parent saves a component.
|
2006-09-28 13:20:31 +02:00 |
James Hawkins
|
d83aa64c57
|
msi: A feature state of INSTALLSTATE_ABSENT translates into a component state of INSTALLSTATE_UNKNOWN.
|
2006-09-28 12:55:45 +02:00 |
James Hawkins
|
ad609f1518
|
msi: Only specifically resolve the TARGETDIR directory once.
|
2006-09-26 21:55:57 +02:00 |
James Hawkins
|
545d0e70cf
|
msi: Disable child features of parent features that are unselected because of the install level.
|
2006-09-21 13:03:32 +02:00 |
James Hawkins
|
6518f3d7f2
|
msi: INSTALLSTATE_SOURCE also overrides a parent feature state change to INSTALLSTATE_ABSENT.
|
2006-09-20 12:24:45 +02:00 |