Hello
Yes, the .NET part of Hydra is not installed if the installer cannot find a supported VS version.
Hoever, you can make it think that VS 2013 is installed:
- Create a temporary folder
- Add a Registry key HKLM\Software\Microsoft\VisualStudio\12.0
- Add a String entry to this key named InstallDir and set its value to path to the temp folder
Run the Hydra installer
There might be an error on the last step of installation because the installer won’t be able to perform VS IDE integration calls. They can be safely ignored.
Then you can delete the registry key and the temp folder.
Hope that helps