5 lines
108 B
NSIS
5 lines
108 B
NSIS
Function .onInstSuccess
|
|
ExecShell "explore" '$INSTDIR'
|
|
ExecShell "open" '$INSTDIR\ReadMe.txt'
|
|
FunctionEnd
|