1
0

5 lines
108 B
NSIS

Function .onInstSuccess
ExecShell "explore" '$INSTDIR'
ExecShell "open" '$INSTDIR\ReadMe.txt'
FunctionEnd