I have a installer for my program that has been built using INNO Setup. I want to convert this installer to silent installer/unattended installer, such that the user doesn't have to enter anything and the files gets extracted to a predefined location.
I have done my homework and found out that it can be done via command line parameters, but I don't expect my user to go through all the pain.
I just want an exe, which on double click should install my application. Is it possible to enter some parameter in the INNO script to make the installer as silent ? (I didn't find any pointers to this)
Any help is appreciated :)