Skip to content
⌘ NSIS Forum Archive

Parameters to installer

3 posts

oldfriend#

Parameters to installer

Hello everybody.

Hope for your help. At least I need to know is it possible at all or not with NSIS what I need.

I need to run installer1 from installer2 (both made by means of NSIS).

Question: Is it possible to pass parameters to installer? Like
Exec 'installer2.exe param1 param2 param3' ... 
And how to get parameters inside the installer2.

In the 3.2 Installer Usage I see just /NCRC /S and /D parameters. Can I pass there my own data?

Thank you for your help.