I keep getting this error when trying to deploy an SSIS package to the server:
Error : BIDS Helper encountered an error when deploying packages:
Can't find path to dtutil in registry! Please make sure you have the SSIS service installed from the SQLServer2017 install media
at BIDSHelper.SSIS.DeployPackagesPlugin.DeployProject(Project proj, IOutputWindow outputWindow, Array selectedItems, Boolean bCreateBat) in C:\projects\BIDS Helper\GitHub\bideveloperextensions\SSIS\DeployPackagesPlugin.cs:line 301
and this

Version

To Reproduce
Steps to reproduce the behavior:
- I have a project that uses the package deployment model
- I right click on the project and hit 'Deploy'
- See error
I uninstalled VS 2017 and SSDT and followed the steps here for re-installing #59 (comment) but I still get the error.
Thanks in advance for any guidance.