cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK dependency installer not working

03-30-2021 10:05 PM
ansonabraham Active Participant
2025 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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?

0 Likes

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)