Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows packaging: Use new JSON config files and per-user setup
- Update build script - Package Binary Ninja exporter - Move plugins folders in BinDiff installation to paths with friendlier names - Skip registry search for IDA Pro due to different installation method - Remove IDA Pro directory dialog - Use `bindiff_config_setup` to update config file during installation, use `--per_user` to perform per-user setup Other changes: - Simplify check in `LaunchConditions` to use Wix' built-in `MajorUpgrade` instead of custom implementation - Change ownership of `%ProgramData%\BinDiff` to "Administrators" group (from "LocalSystem") - Update output file in Wix project to `bindiff7.msi` - Update BinExport's build script to build the Binary Ninja exporter on Windows PiperOrigin-RevId: 344986195 Change-Id: I1126541b42d76bc7dda1b133831b3d2b90c598fa
- Loading branch information