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"