Use Microsoft Visual Studio Installer Projects to create .msi for nRF-Command-Line-Tools-10.14.0-x64.exe and other .exe files, but an error message will appear during execution.
Hello, sorry for the delayed answer. Our team responds:
The nrftools installer exe is a Wix Burn bundle that executes several msi files. Msi files cannot be executed recursively, so his installer is probably failing for that reason. The customer needs to create a burn bundle to execute the nrf command line tools installer. This is a basic limitation of MSI files that the customer should be aware of if he is developing Windows installers. A tutorial on bootstrapping can be found here: https://www.firegiant.com/wix/tutorial/net-and-net/bootstrapping/
Hope this provides some answers
Kind regards,
Øyvind