From dbcc6fa6e23ef576fd2c74ec397e854910945ae6 Mon Sep 17 00:00:00 2001 From: Sebastian Boehm Date: Tue, 23 May 2017 11:43:03 +0200 Subject: [PATCH] Install to $PROGRAMFILES --- nsis-installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsis-installer.nsi b/nsis-installer.nsi index 6b53359..d9b79ff 100644 --- a/nsis-installer.nsi +++ b/nsis-installer.nsi @@ -24,7 +24,7 @@ Name "Borg Backup ${VERSION}" OutFile "Borg Backup Installer v${VERSION}.exe" ; The default installation directory -InstallDir "C:\Program Files\Borg" +InstallDir "$PROGRAMFILES\Borg" ; Registry key to check for directory (so if you install again, it will ; overwrite the old one automatically)