2005-03-01 |
Aric Stewart | Text reformatting patch to clean up all the static...
|
commit | commitdiff | tree |
2005-02-25 |
Aric Stewart | Implement the action RegisterFonts.
|
commit | commitdiff | tree |
2005-02-24 |
Aric Stewart | Add the ExecuteAction handler.
|
commit | commitdiff | tree |
2005-02-24 |
Aric Stewart | Do some basic work with registry component paths.
|
commit | commitdiff | tree |
2005-02-24 |
Aric Stewart | Define msidbComponentAttributes.
|
commit | commitdiff | tree |
2005-02-23 |
Aric Stewart | Make sure formats like [\\]] and [\\[] work properly.
|
commit | commitdiff | tree |
2005-02-22 |
Aric Stewart | Update the installed state for components during CostFinaliz...
|
commit | commitdiff | tree |
2005-02-21 |
Aric Stewart | The values are quoted and spaces added, so having spaces...
|
commit | commitdiff | tree |
2005-02-18 |
Aric Stewart | Fixed problems with my code for finding the PackageCode.
|
commit | commitdiff | tree |
2005-02-16 |
Aric Stewart | Stubs for MsiUseFeature.
|
commit | commitdiff | tree |
2005-02-10 |
Aric Stewart | Added stubs for MsiGetShortcutTargetA/W.
|
commit | commitdiff | tree |
2005-02-10 |
Aric Stewart | Add the RegisterUser action.
|
commit | commitdiff | tree |
2005-02-09 |
Aric Stewart | Do not track the temp files for custom actions based...
|
commit | commitdiff | tree |
2005-02-09 |
Aric Stewart | Implement RegisterExtensionInfo and RegisterMIMEInfo.
|
commit | commitdiff | tree |
2005-02-09 |
Aric Stewart | Do not limit properties to 256 characters when evaluating...
|
commit | commitdiff | tree |
2005-02-08 |
Aric Stewart | Make a temp file for each dll saved for custom actions...
|
commit | commitdiff | tree |
2005-02-08 |
Aric Stewart | Add logic to be able to resolve the SourceDir based on
|
commit | commitdiff | tree |
2005-02-02 |
Aric Stewart | Cleanup processing a bit more.
|
commit | commitdiff | tree |
2005-02-02 |
Aric Stewart | Fix a copy and paste error, check for a null value...
|
commit | commitdiff | tree |
2005-02-02 |
Aric Stewart | Finish up the framework by stubbing out all the remaining...
|
commit | commitdiff | tree |
2005-02-01 |
Aric Stewart | Continued work to simplify the ProcessAction call,...
|
commit | commitdiff | tree |
2005-02-01 |
Aric Stewart | Added some more suminfo stubs.
|
commit | commitdiff | tree |
2005-01-31 |
Aric Stewart | A reworking of format.c to remove the recursion, clean...
|
commit | commitdiff | tree |
2005-01-31 |
Aric Stewart | Eliminate the giant if.. else if block from ACTION_ProcessAc...
|
commit | commitdiff | tree |
2005-01-31 |
Aric Stewart | Setting a record to an empty string is the same as...
|
commit | commitdiff | tree |
2005-01-27 |
Aric Stewart | Enable the updating of Feature and thus the resulting...
|
commit | commitdiff | tree |
2005-01-27 |
Aric Stewart | Implement custom action type 19, Halt install and display...
|
commit | commitdiff | tree |
2005-01-27 |
Aric Stewart | MsiGetProperty does not return any error on missing...
|
commit | commitdiff | tree |
2005-01-26 |
Aric Stewart | Added a few more stub implementations.
|
commit | commitdiff | tree |
2005-01-25 |
Aric Stewart | - action.c is getting too big, so split out all the...
|
commit | commitdiff | tree |
2005-01-25 |
Aric Stewart | Use the new registry functions in registry.c.
|
commit | commitdiff | tree |
2005-01-25 |
Aric Stewart | Move the guid squishing functions out of msi.c and...
|
commit | commitdiff | tree |
2005-01-24 |
Aric Stewart | The new Insert fixes now properly require ?,? instead...
|
commit | commitdiff | tree |
2005-01-24 |
Aric Stewart | An implementation of MsiSummaryInfoGetPropertyW based...
|
commit | commitdiff | tree |
2005-01-20 |
Aric Stewart | Added some stub implementations.
|
commit | commitdiff | tree |
2005-01-19 |
Aric Stewart | Quite a few fixes:
|
commit | commitdiff | tree |
2005-01-19 |
Aric Stewart | Do a very basic first implementation of MsiConfigureProductE...
|
commit | commitdiff | tree |
2005-01-18 |
Aric Stewart | Copy the implementation from SetupDefaultQueueCallbackA...
|
commit | commitdiff | tree |
2005-01-17 |
Aric Stewart | Implementations for SelfRegModules and PublishFeatures.
|
commit | commitdiff | tree |
2005-01-17 |
Aric Stewart | First pass implement ion of MsiQueryProductState[A...
|
commit | commitdiff | tree |
2005-01-14 |
Aric Stewart | Actually start on an implemention for MsiGetComponentPathW...
|
commit | commitdiff | tree |
2005-01-14 |
Aric Stewart | First implementation of the WriteIniValues action.
|
commit | commitdiff | tree |
2005-01-14 |
Aric Stewart | Custom actions can have null in their target parameters...
|
commit | commitdiff | tree |
2005-01-07 |
Aric Stewart | Make all custom type 1 actions happen in a seperate...
|
commit | commitdiff | tree |
2005-01-06 |
Aric Stewart | - Properly deformat keys written to the registry.
|
commit | commitdiff | tree |
2005-01-05 |
Aric Stewart | When checking for an existing .lnk shortcut extension...
|
commit | commitdiff | tree |
2005-01-04 |
Aric Stewart | - CustomAction 35 should call SetTargetPath not just...
|
commit | commitdiff | tree |
2005-01-04 |
Aric Stewart | Change how we install files so that we extract files...
|
commit | commitdiff | tree |
2005-01-04 |
Aric Stewart | Handle IME messages in the default unicode window procedure...
|
commit | commitdiff | tree |
2005-01-03 |
Aric Stewart | Improve progress bar tracking.
|
commit | commitdiff | tree |
2005-01-03 |
Aric Stewart | Be sure that set paths are terminated with a backslash.
|
commit | commitdiff | tree |
2005-01-03 |
Aric Stewart | Free allocated buffers.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Parse out the full features by using the ',' character...
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Continue when a duplicate component is found and loaded.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | - Rework how we handle Feature and Component States...
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Move Install Features selection and evaluation into...
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Allow for end of install actions.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | - Create the shortcut directory if it does not exist.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Eliminate some fixed length buffers.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Include a System16Folder definition.
|
commit | commitdiff | tree |
2004-12-27 |
Aric Stewart | Enable asynchronous dll custom action calls.
|
commit | commitdiff | tree |
2004-12-23 |
Aric Stewart | Added MsiSetExternalUIW.
|
commit | commitdiff | tree |
2004-12-23 |
Aric Stewart | Make sure to include trailing backslash in path.
|
commit | commitdiff | tree |
2004-12-22 |
Aric Stewart | Blank the property buffers even if the property is...
|
commit | commitdiff | tree |
2004-12-22 |
Aric Stewart | Move around and rename some functions.
|
commit | commitdiff | tree |
2004-12-22 |
Aric Stewart | Include the trailing backslash on the Windows volume.
|
commit | commitdiff | tree |
2004-12-22 |
Aric Stewart | Fix incorrect return code check.
|
commit | commitdiff | tree |
2004-12-22 |
Aric Stewart | Fix folder resolution.
|
commit | commitdiff | tree |
2004-12-16 |
Aric Stewart | Let negative number be parsed correctly. Needed for...
|
commit | commitdiff | tree |
2004-11-04 |
Aric Stewart | Implemented InternetGetConnectedStateExA.
|
commit | commitdiff | tree |
2004-11-04 |
Aric Stewart | Implementation of PathCleanupSpec.
|
commit | commitdiff | tree |
2004-11-03 |
Aric Stewart | Handle 3 more custom action types
|
commit | commitdiff | tree |
2004-10-22 |
Aric Stewart | Don't reregister ProgIds over and over, also write...
|
commit | commitdiff | tree |
2004-10-08 |
Aric Stewart | Properly compare file versions when upgrading files...
|
commit | commitdiff | tree |
2004-10-04 |
Aric Stewart | Check to make sure PropSheetInfo* is not null before...
|
commit | commitdiff | tree |
2004-08-25 |
Aric Stewart | Free memory after we finish using it instead of just...
|
commit | commitdiff | tree |
2004-08-24 |
Aric Stewart | Getting the string for a null field should not create...
|
commit | commitdiff | tree |
2004-08-23 |
Aric Stewart | Make sure exePath contains the path since it is used...
|
commit | commitdiff | tree |
2004-08-20 |
Aric Stewart | In IPersistFile_Save if the exe file is not found,...
|
commit | commitdiff | tree |
2004-08-17 |
Aric Stewart | Let StartServiceCtrlDispatcher handle services not...
|
commit | commitdiff | tree |
2004-08-17 |
Aric Stewart | Added handling of TokenPrimaryGroup.
|
commit | commitdiff | tree |
2004-08-16 |
Aric Stewart | devguid.h defines device class GUIDs used in device...
|
commit | commitdiff | tree |
2004-08-16 |
Aric Stewart | Add some GUIDs from the win2k DDK that are used for...
|
commit | commitdiff | tree |
2004-08-12 |
Aric Stewart | Added some more needed structs and constants.
|
commit | commitdiff | tree |
2004-08-12 |
Aric Stewart | Added 2 more bus types.
|
commit | commitdiff | tree |
2004-07-30 |
Aric Stewart | Use correct calling convention for the custom action...
|
commit | commitdiff | tree |
2004-07-29 |
Aric Stewart | Make the msistring_makehash return something other...
|
commit | commitdiff | tree |
2004-07-20 |
Aric Stewart | If the data table for a called action does not exist...
|
commit | commitdiff | tree |
2004-07-14 |
Aric Stewart | Report win2k service pack 4 instead of 3.
|
commit | commitdiff | tree |
2004-07-14 |
Aric Stewart | Implement the functionality that allows one to call...
|
commit | commitdiff | tree |
2004-07-14 |
Aric Stewart | Update the MSI version to be the same as on win2k.
|
commit | commitdiff | tree |
2004-07-12 |
Aric Stewart | Properly handle quoted number literals in MSI condition...
|
commit | commitdiff | tree |
2004-07-09 |
Aric Stewart | Cleanup of actions.
|
commit | commitdiff | tree |
2004-07-09 |
Aric Stewart | Add a stub for MsiModifyView, fix a couple of bugs.
|
commit | commitdiff | tree |
2004-07-09 |
Aric Stewart | Implement logging.
|
commit | commitdiff | tree |
2004-07-06 |
Aric Stewart | First implementation of the Advanced Template Library...
|
commit | commitdiff | tree |
2004-07-06 |
Aric Stewart | Report NOT_IMPLEMENTED for not implemented token classes.
|
commit | commitdiff | tree |
2004-07-06 |
Aric Stewart | Implemented CreateShortcut and PublishProduct.
|
commit | commitdiff | tree |
2004-07-06 |
Aric Stewart | MsiGetProperty should return empty strings on error.
|
commit | commitdiff | tree |
2004-07-06 |
Aric Stewart | Implemented registering Classes and ProgID.
|
commit | commitdiff | tree |