to show installation details. However, the only items that appear in the list are the files and directories that were added.ShowInstDetails show
Is there a way to show the registry additions too?
Thanks in advance!
4 posts
to show installation details. However, the only items that appear in the list are the files and directories that were added.ShowInstDetails show
-Stu!macro WriteRegStr Root Key Name Value
WriteRegStr ${Root} "${Key}" "${Name}" "${Value}"
DertailPrint "Write registry: ${Name}"
!macroend
!define WriteRegStr "!insertmacro WriteRegStr"