microsoft / Microsoft-Win32-Content-Prep-Tool

A tool to wrap Win32 App and then it can be uploaded to Intune
963 stars 202 forks source link

1.7 fails to run on windows core: reqs missing or bug? #35

Open msfreaks opened 4 years ago

msfreaks commented 4 years ago

1.7 fails to run: image

older version runs fine.

Please:

  1. provide a version that does run on servercore:latest, or
  2. provide a list of requirements to make it run on servercore:latest
msfreaks commented 4 years ago

On second thought: I think there's now an OS limitation in the .exe? It's not just servercore but server as well: image

admin-simeon commented 4 years ago

@msfreaks We’ve decided to open source the Intune application packaging and publishing component of our Microsoft 365 Management Suite which has the same functionality as this tool. You can find the repository here: https://github.com/simeoncloud/IntuneAppBuilder. It is written for dotnet core (3.1) and should be compatible with Windows Server Core

msfreaks commented 4 years ago

Thank you! I will look into this. Just to be clear, this is not a Microsoft tool, but of your own making?

admin-simeon commented 4 years ago

@msfreaks That is correct