Hi, we are currently working to evaluate using lau...
# general
d
Hi, we are currently working to evaluate using launcher to build our packages and the engineer we have looking at the Windows side is having some trouble getting started. Windows is not something we have tons of expertise with. đŸ™‚ Looking at the documentation, I see: Building windows packages Windows packages use 
wix
 and 
package-builder
 must be run on a windows machine with binaries in the appropriate places. Can anyone tell me where those appropriate places are? I'm guessing someone here has used launcher to build windows packages.
s
WixPath used to be hardcoded, but it looks like it’s a parameter you can specify now so that documentation is out of date. See
package-builder make --help
for the flags you can pass in
d
thanks!