Archive: ShowInstDetails


The installer has the option ShowInstDetails "hide|show|nevershow", but where's the same option for the uninstaller?


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


SetDetailsView show
If you add this line "SetDetailsView show" to the section calles Uninstall then the uninstaller wil show you th details when uninstalling.


Thanks a lot, pal! :)

Regards,
-Søren


:D That's cool! Thanks man!


Originally posted by Bor
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.

ShowUninstDetails...