Rishab7
New Member
- Joined
- Apr 17, 2023
- Messages
- 21
- Thread Author
- #1
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 installer..
I tried to spy on it with Procmon - it's not launching anything on command line - so no luck either
I know for sure that this installer receives custom switches ( one of them is /op=n )
NSIS docs are more about how to create installer..
Thank You!
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 installer..
I tried to spy on it with Procmon - it's not launching anything on command line - so no luck either
I know for sure that this installer receives custom switches ( one of them is /op=n )
NSIS docs are more about how to create installer..
Thank You!