Hello,
I have an app that I am trying to package, but it has multiple MSI files and has multiple files. I want to package it up into a .wim and then expand the .wim file in a different directory than where the PSADT is. Packaging the .wim and extracting it to a different location is easy to do and not the issue.
The issue comes when in the PSADT code, when running the Execute-MSI function, it always looks in the $dirFiles (“Files” sub directory of the App Deploy Toolkit) and not in the new location, even when I specify the location with the -WorkingDirectory.
We want to keep it in a .wim so that it keeps a layer of security as well as improves efficiency (I/O open and closures for each file) and thus, we need to be able to tell the Execute-MSI function to look in a different directory all together for the MSI files, in our case: C:\Users\Public\mount_appname
Any help would greatly appreciated and thank you for your time.