Dependencies for Line of Business Apps

Copper Contributor

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? 

2 Replies
I 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?