Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

2 comments
Date Votes
  • 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.

    0
  • 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 --------------------------

    0