--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/13305cb1-27c9-4d01-a27c-83afd297cc48n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/4a612e08-dc3d-4e44-9516-f486aafedcfdn%40googlegroups.com.
On Monday, December 18, 2023, 00:31:40, Wilenty do ut des wrote:
because many of you asked for the option to disable the "/log" command-line option from the script, I had created custom InnoSetup that allows you to do that.
You do realize that this is pointless? I can get everything (and more) that Inno Setup logs by using Process Monitor, it's just more annoying to parse.
Current innosetup code logs the setup command line (ref https://github.com/jrsoftware/issrc/blob/is-5_5_5/Projects/Main.pas#L2961) which can be a security risk if service account credentials are passed in as arguments via the command line. This results in logging the password in plain text.