Added website opening, like with the normal installer, to the Greenshot-PortableApps installer

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2601 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-04-30 20:06:18 +00:00
commit 05b69667cf

View file

@ -1,3 +1,5 @@
!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