Differences
This shows you the differences between the selected revisions of the page.
2013-11-05 | 2013-11-05 | ||
Show advanced login options is not available in beta anymore (martin) | want to have proper double-quotes in syntax (martin) | ||
Line 58: | Line 58: | ||
* ''/VERYSILENT'' - As ''/SILENT'', but without showing the progress window. | * ''/VERYSILENT'' - As ''/SILENT'', but without showing the progress window. | ||
* ''/NORESTART'' - Instructs installer not to reboot even if it's necessary. | * ''/NORESTART'' - Instructs installer not to reboot even if it's necessary. | ||
- | * ''/LOG="filename"'' - Causes Setup to create a log file. | + | * ''/LOG=%%"filename"%%'' - Causes Setup to create a log file. |
- | * ''/LOADINF="filename"'' - Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the ''/SAVEINF'' parameter. | + | * ''/LOADINF=%%"filename"%%'' - Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the ''/SAVEINF'' parameter. |
- | * ''/SAVEINF="filename"'' - Instructs Setup to save installation settings to the specified file. | + | * ''/SAVEINF=%%"filename"%%'' - Instructs Setup to save installation settings to the specified file. |
* ''/NOCANDY'' - Do not show advertisements from [[opencandy|OpenCandy]] advertising network during installation. ((Parameter ''/NOCANDY'' is specific to WinSCP installer, it is not a generic parameter of Inno Setup.)) | * ''/NOCANDY'' - Do not show advertisements from [[opencandy|OpenCandy]] advertising network during installation. ((Parameter ''/NOCANDY'' is specific to WinSCP installer, it is not a generic parameter of Inno Setup.)) | ||