Prevent install details from showing
I'm new to NSIS and switched to it because we hate InstllShield here. I have NSIS v2.24 and the HM NIS Edit 2.0.3, and created an installer very wuickly with these tools using the Modern UI v1.75.
My question is I need to suppress the installation details in the install files page
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
I've tried using the
ShowInstDetails nevershow
command, but it doesn't seam to work. I've tried putting it in several location in my scrpit but it seams to have no effect.
Can anyone tell me how to suppress the install details?
Thank you