aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-08Fix parsing ProviderKey for Bundle.Sean Hall3-5/+74
2021-03-08Fix harvesting providers from MSI packages.Sean Hall4-8/+76
2021-03-08Fix WixDependencyProvider in SymbolDefinitions.ByTypeSean Hall1-4/+7
2021-03-07Correctly handle missing/null values with ~<> operator.Bob Arnson2-1/+4
2021-03-07Improve missing entry section error message.Bob Arnson2-1/+98
2021-03-07Improve missing entry section error message.Bob Arnson1-0/+5
2021-03-05Create unit test for WixVariable resolution issue #6376Andrij Abyzov6-0/+105
2021-03-03Rely on the free-threaded marshaler for IBootstrapperEngine marshallingSean Hall1-151/+15
2021-03-03Complete MOVE_TO_BACKEND code migrationRob Mensching9-422/+338
2021-03-03Add test to verify patches without files workRob Mensching4-0/+74
2021-03-02Integrate OnUnregisterBegin changes in Burn headers.Sean Hall18-52/+66
2021-03-02Fix spelling of RemoveUnusedNamespaces.Sean Hall4-18/+6
2021-03-02Add conversion for renaming RemotePayload, and warn about changed hash.Sean Hall3-33/+169
2021-03-02Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2-4/+3
2021-03-02Change the hash algorithm for Burn to SHA512.Sean Hall2-1/+5
2021-03-02Don't require Version, ProductName, or Description for remote payloads.Sean Hall1-17/+25
2021-03-02Use new PackagePayload symbols for the package's payload.Sean Hall16-116/+670
2021-03-02Refactor payload compiling and harvesting.Sean Hall8-343/+546
2021-03-02Test big payloads by RemotePayload since real files are slow.Sean Hall10-83/+14
2021-03-02Add failing tests for package description and packages sharing payloadsSean Hall7-5/+176
2021-03-02Use SHA512 instead of SHA1.Sean Hall9-15/+17
2021-03-02Upgrade to latest dutil for SHA512.Sean Hall7-10/+9
2021-03-02Let the BA request the bundle to stay installed from OnUnregisterBegin.Sean Hall4-7/+11
2021-03-02Loosen restrictions for actions that don't affect machine state.Sean Hall4-9/+8
2021-03-02Always remove all dependencies the bundle could have registered.Sean Hall7-13/+37