Heath Stewart

Results 419 comments of Heath Stewart

@weshaggard @lmazuel I fixed one lintdiff error going forward, but the remaining one will require more work than I can simply do now. I filed #21173 to track and will...

@jongio @danieljurek here's an initial installer projects, but I need to create a custom dialog set to not only allow the user to set whether to use a per-user (default)...

Install 3.x of https://wixtoolset.org (it's installed by default on build agents for both AzDO and GH Actions), build the binary with `GOOS=windows`, and build the .wixproj. Alternatively, I could attach...

Also, I hadn't hooked this up to the build yet but will. The question is whether we want the current install scripts to be removed yet, or wait until we...

Here's what I need answers to: 1. Do we need to show a license dialog by default? All UI can be silenced in UI and defaults mean acceptance. 2. Do...

Chocolatey, Scoop, and Winget all have their own ways to check for updates. You can still do an online update check and ask people to update, but since it's MSI...

Where do we stand with this? I recommend using an MSI which you can install on Windows via the script if you like, but then it's also accessible via chocolatey,...

I'll finish this up and at least get the MSI publishing to releases. From there I can submit PRs to pull the latest from your scripts and start on workflows...

@danieljurek yes the file will need to be signed, then the MSI.

Thanks for catching that. Yes, it's likely a bad merge since the .rc file gets treated as a binary file. I've tried a few ways to fix it, but either...