custom switches

About this tag
Discussions about custom switches on WindowsForum.com focus on discovering and using non-standard command-line parameters in NSIS installers. Users seek methods to identify custom switches like /op=n that are not part of the default silent install options. Techniques explored include examining the installer executable with tools like 7-Zip and monitoring process activity with Procmon. The goal is to automate installations by leveraging these hidden switches, which are defined by the installer creator and not documented in standard NSIS references.
  1. Rishab7

    Windows 7 Get all CLI parameters/switches from NSIS installer

    Having NSIS installer e.g. Program.exe Is there a way to get all CLI switches that current installer can process. The purpose is to automate installation I don't mean standard switches like /S switch for silent install I tried to "unzip" Program.exe with 7zip - no useful info found about...
Back
Top