Archive: Automatic/command line installer installation


Automatic/command line installer installation
Hello, people.

I have a question related to this amazing installers builder. After creating an installer, I get executable file running through GUI interface. The question is: could I install resulting executable automaticly (not manually through GUI), for instance with additional arguments in Windows command line?

Thanks.


yes.

1. some parameters are inbuilt
2. for everything else use GetParameters or GetOptions


That's exactly what I needed (especially silent mode), thanks a lot!