This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf command line tool install failed. Error code 0x80070652

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.

Parents Reply
  • 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

Children
Related