Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 8 | -12/+12 | |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | |||||
* | Set ExePackage/@Uninstallable in bundle manifests | Rob Mensching | 2022-03-02 | 3 | -2/+13 | |
| | ||||||
* | Support certs on remote payloads and generate them from burn subcommand | Rob Mensching | 2022-02-28 | 1 | -0/+16 | |
| | | | | | | Bring back Authenticode certificate validation but only on Exe and Msu remote payloads. Move the generation of remote payload XML to a subcommand of the "burn command". | |||||
* | Rename WixProductTagSymbol to WixPackageTagSymbol | Rob Mensching | 2022-02-23 | 3 | -71/+71 | |
| | ||||||
* | Fix wixlib, msm, msi incremental build | Rob Mensching | 2022-02-23 | 3 | -4/+46 | |
| | | | | | | Simplify and improves the tracking of input and intermediate files to fix incremental build issues for wixlibs, merge modules and MSI databases. | |||||
* | Minor comment fix | Rob Mensching | 2022-02-23 | 1 | -1/+1 | |
| | ||||||
* | Add UnsafeUninstall action. | Sean Hall | 2022-02-22 | 2 | -2/+6 | |
| | | | | Fixes #6721 | |||||
* | Finish removing native pdbs from .nupkg and removing symbols packages. | Sean Hall | 2022-02-18 | 2 | -4/+0 | |
| | ||||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 4 | -2/+3 | |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | |||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 11 | -0/+132 | |
| | | | | Fixes #3421 | |||||
* | Make validation independent of the build command | Rob Mensching | 2022-02-08 | 1 | -15/+0 | |
| | | | | | | | In MSBuild this adds a new WindowsInstallerValidation target that automatically runs validation after a successful build. From the command-line the "wix msi" command gets a "validate" subcommand that will validate an MSI or MSM file. | |||||
* | Actually elevate warning messages to error when requested | Rob Mensching | 2022-02-08 | 1 | -0/+8 | |
| | ||||||
* | Error on invalid Control/@Type attribute values | Rob Mensching | 2022-02-03 | 1 | -42/+2 | |
| | ||||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 4 | -6/+4 | |
| | ||||||
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 2 | -0/+6 | |
| | | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. | |||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 11 | -9/+539 | |
| | | | | Reimplements #3190 | |||||
* | Inscribe no longer a global backend concept | Rob Mensching | 2022-01-10 | 2 | -23/+0 | |
| | | | | | | The support steps around signing are specialized for each output type. Trying to normalize the process across backends was not a fruitful endeavor. | |||||
* | Support "inscribing" Burn bundles | Rob Mensching | 2022-01-10 | 1 | -1/+1 | |
| | ||||||
* | Centralize common command-line switches parsing | Rob Mensching | 2022-01-10 | 1 | -1/+6 | |
| | ||||||
* | Read WindowsInstallerData at same XML conformance as writing | Rob Mensching | 2022-01-04 | 2 | -1/+11 | |
| | ||||||
* | Update some nuspecs to be more standard | Rob Mensching | 2022-01-03 | 1 | -3/+3 | |
| | ||||||
* | Move to a single tracking file for all bind inputs and outputs | Rob Mensching | 2022-01-02 | 2 | -15/+11 | |
| | | | | | | | A single tracking file can be enhanced more easily than continuing to introduce specialized tracking files. In this case, we now include output files that are copied and can differentiate them from the built output files. | |||||
* | Extract tracking and creating file transfers to ILayoutServices | Rob Mensching | 2022-01-02 | 2 | -18/+31 | |
| | | | | | | This refactoring will allow more parts of the pipeline to add files to be transferred during layout and tracked to participate in MSBuild up to date checks and cleaning. | |||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -5/+6 | |
| | | | | Always zip up the logs from %TEMP%. | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 4 | -2/+14 | |
| | ||||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 6 | -13/+20 | |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | |||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 8 | -29/+4 | |
| | | | | #5796 | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 8 | -25/+47 | |
| | | | | Fixes #6348 | |||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 5 | -15/+15 | |
| | ||||||
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 2 | -6/+0 | |
| | | | | Thanks to @rseanhall's sharp eyes. | |||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 5 | -12/+12 | |
| | ||||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 10 | -65/+23 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Fix ids for DependencyExtension. | Bob Arnson | 2021-12-17 | 1 | -5/+5 | |
| | ||||||
* | Switch to `net472` as Framework baseline. | Bob Arnson | 2021-12-12 | 4 | -2/+4 | |
| | ||||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 16 | -2/+292 | |
| | | | | Fixes #6410 | |||||
* | Remove MEND. | Sean Hall | 2021-12-08 | 2 | -12/+0 | |
| | ||||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 8 | -16/+57 | |
| | | | | Fixes #5911 | |||||
* | Only build mbanative for latest toolset. | Sean Hall | 2021-12-01 | 1 | -7/+8 | |
| | | | | This allows using Appveyor's latest VS2019 image. | |||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 4 | -3/+6 | |
| | ||||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 5 | -33/+18 | |
| | ||||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 6 | -0/+50 | |
| | | | | Add control loaded event. | |||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 4 | -0/+104 | |
| | ||||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 4 | -0/+47 | |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | |||||
* | Set the log file path for MSI transactions. | Nir Bar | 2021-08-12 | 1 | -0/+8 | |
| | ||||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 11 | -0/+140 | |
| | ||||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -8/+0 | |
| | ||||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-17 | 5 | -28/+67 | |
| | | | | 79s -> 21s on my octocore machine. | |||||
* | Revert "Build api segment via traversal projects." | Bob Arnson | 2021-07-12 | 4 | -67/+26 | |
| | | | | This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739. | |||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-11 | 4 | -26/+67 | |
| | | | | 79s -> 21s on my octocore machine. | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 12 | -43/+103 | |
| | | | | Fixes #4975 |