Forum Discussion
RaoulDuke1968
Nov 02, 2021Copper Contributor
Dependencies for Line of Business Apps
So obviously this is still in development. So I have a new app with 2 MSIs and 1 is a prereq. I could script it (which I may do because I can use a wget to grab the latest version of each), but it seems more sensible that this would exist in the same way it does within SCCM.
So thought on best practices for this scenario?
- Jan BakkerIron ContributorI would say, wrap them both into Win32 app (https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare#convert-the-win32-app-content), and use the dependency feature in Intune: https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-add#step-5-dependencies
- Tommy_GadeCopper ContributorI have a msixbundle file with a huge list of dependencies. If you run the bundle file manually, the installation takes care of the download of the dependencies.
If i make a LOB from the msixbundle file, it fails to install these dependencies during install.
Is there a method for this or do i need to go through every dependency on the list to find a suitable installation candidate?