Application Deployment Catch 22

I have an application that I need to use a PowerShell command for its detection that the cmdlet isn't available until Windows Management Framework 4 but if I add WMF4 as a dependency to this application the Windows 7 clients, not at WMF4, are not able to see the application because the detection method fails.  I do not have the ability to deploy WMF4 to all clients and I need to deploy my application as 'available' to all clients.  

How can I get around this catch 22?  

August 20th, 2015 6:51pm

Don't use powershell but vbs as the detection script?
Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 1:45am

Sigh.  ConfigMgr needs to allow "post dependencies" which would run after the primary app installs, this would solve all these weird situations.
August 21st, 2015 2:39pm

I concur. Pre- and post actions would be most helpful. To my knowledge these have been submitted in the past as design change requests but nothing is stopping you from adding this to connect or uservoice.
Free Windows Admin Tool Kit Click here and download it now
August 23rd, 2015 11:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics