Tuesday, 15 September 2015

Inno Setup - suppress "Setup command line:" log entry -



Inno Setup - suppress "Setup command line:" log entry -

we using inno setup(version 5.4.2) packaging tool generate our installer. passing password values command line arguments. in inno setup command line arguments logging installation log automatically "setup command line:" entry. way suppress "setup command line" logging log.

no. can disable overall logging. here's excerpt relevant part of source code:

... log('setup version: ' + setuptitle + ' version ' + setupversion); log('original setup exe: ' + setupldroriginalfilename); log('setup command line: ' + getcmdtail); logwindowsversion; ...

as can see there no status before log procedure phone call command line tail log procedure not contain way filter out log messages. so, @ time way prevent potential security issue disabling overall logging .

since might security issue, suggest file feature request report.

inno-setup

No comments:

Post a Comment