How to Launch and Close an Application using Powershell to Complete an Install
Background: I recently scripted a nightmare app where its install could only be completed if users navigated to the launch exe and ran it as an administrator. The reason is that whoever built the install forgot to add a COM object registration in the main installer package, so they added the bandaid fix to the…