Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Software installation with Powershell

$
0
0

Hello ,

I have a problem with install an exe file using the command (Powershell ) but not able to do that it always pops the window .

Need to do the installation in silent mode .but not sure whether Silent mode option is available in .exe or not same i am able to do for the MSI package. 

Like Adobe flash player, below command i have tried 

Start-Process -FilePath "D:\Project Document\soft\flashplayer22ax_ka_install.exe" -ArgumentList "/S /v/qn"

Invoke-Command powershell.exe -noprofile -executionpolicy bypass -command " cmd.exe D:\ProjectDocument\soft\install_flash_player_22_plugin.exe /s /q"


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>