Powershell script to download and install exe in PC

Powershell: Remote exe Installation. I'm having problems with my script that is designed to install an executable remotely. All of the preliminary actions of my script work just fine. I grab the host names of about a dozen computers from a text file. I use PSExec to Enable-PSRemoting. Then the installer is copied down to a temp ................
................