Hi everyone, I wonder if it is possible to write an powershellscript that first checks which osversion (windows) that is installed on a computer and if osversion meets a criteria it should start an msifileinstallation.
Example to clearify:
1. check if osversion is windows:xp/7/8/10
2. if osversion is windows xp then run installation1.vbs
3. if osversion is windows 7 then run installation2.vbs
3. if osversion is windows 8 then run installation3.vbs
4. if osversion is windows 10 then run installation4.vbs