Feb 26, 2009

How to install a PowerGUI Script Editor via RDP connection

I've needed to install a PowerGUI Script Editor - a great IDE to write and debug the Powershell (tm) scripts. But an installer has one limitation - if it found that you are trying to install the Editor using RDP connection - it exit immidiately. But I've found a workaround (thanks to PowerGUI forum - link in header) - use a msiexec.exe switches:

msiexec /quiet /i C:\temp\PowerGUI.1.7.0.686.msi ADDLOCAL=PowerShellEditor

No comments: