Silent Install options .exe
Hello all,
I need help from someone of u, I am trying to install a .exe and i know that i must do it with silent options but i don´t know how to do this. I want to deploy and install WinRar.exe to another Computer in my network but I need a .iss file can u help me please?
thank u for ur help
0
Comments
Hi Peter,
I don't have WinRAR at this moment but I believe the silent option is /S. Just place that in the Parameters field.
You are right, the silent option is /s.
I am using a small batch to deploy winrar.
----------------------------- cut --------------------------
wrar420.exe /s
IF EXIST %ProgramW6432% (
winrar-x64-420.exe /s
)
----------------------------- cut --------------------------