cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP MDK dependency installer not working

ansonabraham
Active Participant
0 Likes
1,998

Hi Experts,

The dependency installer for building the SAP MDK project is not working in Windows machine. The application stays in the loading screen for ever. What could be wrong with the setup?

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

Usually this is due to permissions issues. Please execute the below command in Power Shell and then try to run it again.

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser

Alternatively, you can also try the following if that does not work:

1. Open Powershell (As Administrator if possible)

2. cd to <MDK_SDK folder>/MDK Dependencies Installer-win32-ia32/resources/app/cli/

3. run: powershell -file main.ps1 check

Answers (0)