| Commit message (Expand) | Author | Age | Files | Lines |
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 3 | -2/+3 |
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 1 | -0/+20 |
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 4 | -0/+366 |
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 1 | -0/+33 |
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 13 | -11/+120 |
* | Remove support for uninstalling MSU package. | Sean Hall | 2022-07-21 | 2 | -5/+5 |
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 1 | -1/+22 |
* | Add embedded test. | Sean Hall | 2022-06-29 | 5 | -1/+181 |
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 2 | -2/+2 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -3/+3 |
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -2/+121 |
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -63/+116 |
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 7 | -4/+267 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 2 | -1/+3 |
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 1 | -2/+2 |
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 2 | -2/+95 |
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 1 | -0/+3 |
* | Add ability to disable file system redirection for File/DirectorySearch | Sean Hall | 2022-04-28 | 1 | -0/+12 |
* | Use GitInfo in C++/CLI unit test projects to fix Burn's FileSearch test | Sean Hall | 2022-04-28 | 1 | -1/+1 |
* | Always reset the system component status when registering the bundle. | Sean Hall | 2022-04-23 | 1 | -1/+1 |
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 2 | -41/+26 |
* | Add RepairCondition. | Sean Hall | 2022-04-23 | 3 | -1/+97 |
* | Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest. | Sean Hall | 2022-04-13 | 4 | -5/+13 |
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -1/+3 |
* | Move the logic of a bundle registering as a system component into Burn. | Sean Hall | 2022-04-05 | 1 | -0/+22 |
* | Use Burn's parent switch with BundlePackages. | Sean Hall | 2022-04-01 | 1 | -5/+7 |
* | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -1/+1 |
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 3 | -6/+137 |
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 1 | -4/+6 |
* | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 2022-03-19 | 1 | -0/+4 |
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 4 | -0/+204 |
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 1 | -0/+1 |
* | Add WixBundleCommandLineAction, don't set dynamic variables at startup. | Sean Hall | 2022-03-16 | 2 | -3/+6 |
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 1 | -0/+88 |
* | Log rest of plan and add testing of registration actions to PlanTest. | Sean Hall | 2022-03-14 | 2 | -3/+371 |
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -11/+138 |
* | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 2022-03-07 | 4 | -1/+186 |
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 2 | -6/+6 |
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 5 | -8/+207 |
* | Fix and run Burn 64-bit unit tests. | Sean Hall | 2022-03-01 | 4 | -76/+150 |
* | Factor out TestRegistryFixture so other tests can mock regutil API's. | Sean Hall | 2022-03-01 | 6 | -256/+352 |
* | Change SetVariable to format the value and convert it at search time. | Sean Hall | 2022-02-23 | 1 | -1/+5 |
* | Update search code with more concise Exit* macros and remove dead code. | Sean Hall | 2022-02-23 | 1 | -36/+0 |
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 1 | -0/+78 |
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 1 | -0/+64 |
* | Remove some assumptions in dependency planning. | Sean Hall | 2022-02-01 | 1 | -9/+9 |
* | Plan each dependency provider dependent individually. | Sean Hall | 2022-02-01 | 1 | -33/+39 |
* | Plan each dependency provider individually. | Sean Hall | 2022-02-01 | 1 | -32/+41 |
* | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 2022-02-01 | 1 | -18/+24 |