From 05b69667cf4670423ea076b8adfee4f5fcb4fa39 Mon Sep 17 00:00:00 2001 From: RKrom Date: Tue, 30 Apr 2013 20:06:18 +0000 Subject: [PATCH] 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 --- .../portable/Other/Source/PortableApps.comInstallerCustom.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh b/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh index f73f221db..25dbbad43 100644 --- a/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh +++ b/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh @@ -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 \ No newline at end of file