Why are there not any modules during the installation?

Why are there not any modules during the installation?

Issue:
While installing COZYROC SSIS+ Suite I don't see any modules listed. Please look at the screenshot below:
     
Solution:
     The issue is that the required registry settings are missing and our installation is not able to find where SSIS is installed on the machine. There is a bug in the SQL Server installation where if the installation is made on a drive different from the default, the required registry settings are not configured properly. If SSIS is installed on a drive different from the default C: drive then you see that issue. 
To solve the issue you need to manually create the registry keys pointing to your SQL Server installation location. You can find the correct registry key for your SQL Server version in the table below:

SQL Server version
Registry key
SQL Server 2012
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server\110\SSIS\Setup\DTSPath
SQL Server 2014
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server\120\SSIS\Setup\DTSPath
SQL Server 2016
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server\130\SSIS\Setup\DTSPath
SQL Server 2017
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server\140\SSIS\Setup\DTSPath
SQL Server 2019
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server\150\SSIS\Setup\DTSPath


   You should follow the steps below:
            1) Manually create the correct registry key and enter the path as the default value. For example I am using SQL Server 2017 and my registry key will look the following way:
            
                   
            2) Install COZYROC SSIS+ Suite and keep all installation defaults, you should be able to see now the missing modules