Dear all,
is there a way to pre-cache the package locally, when a TS run:
in our customer we use TS for SW Distribution because of two main Advantages (User Experience (GUI, something is Happening, I will be Patient...) and the multiple steps cascading..)
Actually I 'm distributing a MSI and I Need the source locally after Installation because it is needed for the repair (Distribution of some %USERPROFILE%-Files, the shortcuts are advertised)
My Package have the flag "Cache source in the SCCM Cache locally" but the Installation over a TS ( as a program or a command line) seems to Bypass this Setting.
Why we Need this: because only the %WINDIR%\Installer and the CCM Cache are set free in Applocker. the SCCM Agent maintains the MSI Source Path, but the are not free in Applocker.
I could build a cmd which first copy the source locally and then call the msi, but is there a better way?
My Workaround is to force the immediate MSI-Source Maintenance after the Installation and the give the hash of the MSI in Applocker free
Kindly regards
Frederic