keko
06/28/2019, 5:00 PMsundsta
06/28/2019, 5:55 PMC:\wix311
as that's hardcoded. I used a small PowerShell script in my build pipeline to link the default install path to the one package-builder
expects$targetDir = ${env:ProgramFiles(x86)} + "\WiX Toolset v3.11\bin"
cmd /c mklink /d c:\wix311 $targetDir
keko
06/29/2019, 5:02 AMsvc
as a subcommand errors about not being able to connect to the service controller. svc-fg
works fine though.
The pem that ends up being used does not work. It seems to get mangled or something, because I can drop the original pem in and it works fine.
Those were the two issues I had to overcome, but now it works.