Skip to content
⌘ NSIS Forum Archive

ShowInstDetails

7 posts

Kaboon#

ShowInstDetails

The installer has the option ShowInstDetails "hide|show|nevershow", but where's the same option for the uninstaller?
Abraxa#
I'm missing that one myself, however I think that it's no big deal anyway - just a "nice to have"-feature.

Regards,
-Søren
Bor#
SetDetailsView show

If you add this line "SetDetailsView show" to the section calles Uninstall then the uninstaller wil show you th details when uninstalling.
erundil#
Originally Posted by Bor View Post
If you add this line "SetDetailsView show" to the section calles Uninstall then the uninstaller wil show you th details when uninstalling.
Yup, that's the only way.
ShowInstDetails is not valid within a section, while SetDetailsView is.