From bde115072e22de56bce59ac9ecc67a96b6bd816b Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 6 Apr 2007 13:15:04 +0000 Subject: [PATCH] Apply 1695493: remove unnecessary win32 registry key check. Patch by Dmitriy Pomerantsev (Atrus) git-svn-id: http://svn.voria.com/code@439 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/win32inst.nsi.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/synfig-studio/trunk/win32inst.nsi.in b/synfig-studio/trunk/win32inst.nsi.in index 52503d2..5041e0f 100644 --- a/synfig-studio/trunk/win32inst.nsi.in +++ b/synfig-studio/trunk/win32inst.nsi.in @@ -18,10 +18,6 @@ OutFile "@PACKAGE_TARNAME@-@PACKAGE_VERSION@.exe" ; The default installation directory InstallDir $PROGRAMFILES\Synfig -; Registry key to check for directory (so if you install again, it will -; overwrite the old one automatically) -InstallDirRegKey HKLM "Software\Voria_@PACKAGE_TARNAME@" "Install_Dir" - !define MUI_ABORTWARNING !define SHCNE_ASSOCCHANGED 0x8000000 -- 2.7.4