Is there a publicly visible location for the Lua for Windows setup script? I'm asking because I'm looking to build a silent administrative install command for it, and I need to know the installation setting parameters/names.
Look at the 'install' directory under the installation path. It puts the script in there.
INNO already support silent installs using the /SILENT command line option. Look at the help file for INNO to see other options. -- Regards, Ryan