With NSIS a basic build will have a "Show Details" button which will show the installer script messages. Is there a way to make this the default such that the user does not have to click "Show Details"?
Asked
Active
Viewed 4,589 times
1 Answers
11
Set ShowInstDetails attribute to show

CharlesB
- 86,532
- 28
- 194
- 218
-
1SetDetailsView show ; as documented on that linked page, this is a way to toggle it from inside a section – user424855 Apr 10 '17 at 01:22
-
how to set ShowInstDetails to transparent ?. – DIMM_V2 Apr 09 '23 at 10:35