I want to deploy an App that is depend on PowerShell 3.0 existence on the clients
Obviously, PowerShell 3.0 (or Management Framework 3.0) is depend on .Net Framework 4.5
So I already have all the necessary applications and deployment types set, but I'm still confused on the right way to deploy it
Windows 7 clients need to have .Net installed and then MF3.0 and then the application
Windows 8, 8.1 ,10 already have the prerequisites as part of the OS
I limited the .Net 4.5 and the MF 3.0 applications to be installed on Windows 7 only and they are dependencies of my main app.
on the other hand, in this method - what will happen on Windows 8+ on application evaluation is the dependencies will try to install them selves and will fail because of wrong platform.
having 2 deployment type of the same installation exactly but different requirement... I don't no why but it feels kinda lame.
so... what's the best solution? I know there are many apps depend on PowerShell 3.0 so I guess other people also experience this?
thanks
Tamir Levy