Announcement

Collapse
No announcement yet.

How to install in silent mode if the file is zip format?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to install in silent mode if the file is zip format?

    I have installed exe in silent mode using following command,

    foo.exe /s

    Using this link.

    This working fine if the file is exe format.In case if the file is zip format then we need to extract the file after that only we can do installation.Extracting files done using zipDLL ,Unzip and etc.

    Is possible extraction and installation in single command in silent mode?

  • #2
    You can call zipDLL, Unzip or any application from withing NSIS installer.
    In silent mode use nsExec plug-in to catch the output from command line application to have everything hidden (command line window will not be opened).
    Cool looking installers with custom design: www.graphical-installer.com
    Create Setup Pages easily: www.install-designer.com
    Build installers in Visual Studio 2005-2022: www.visual-installer.com
    or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎