greenshot/Greenshot/tools/PortableApps.comInstaller/App/installer/PortableApps.comInstallerCustom.nsh
2013-12-04 18:13:05 +01:00

5 lines
274 B
NSIS

!macro CustomCodePostInstall
CopyFiles /SILENT "$INSTDIR\App\Greenshot\Greenshot.exe.config" "$INSTDIR\"
ReadINIStr $0 "$INSTDIR\App\AppInfo\appinfo.ini" "Version" "PackageVersion"
ExecShell "open" "http://getgreenshot.org/thank-you/?language=en-US&version=$0"
!macroend