From fdc8b001112cd12eeb702911d1c5364bb5d7452a Mon Sep 17 00:00:00 2001 From: stonebig Date: Wed, 31 Oct 2018 17:59:09 +0100 Subject: [PATCH] fix final directoryName --- portable/installer_INNO.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portable/installer_INNO.iss b/portable/installer_INNO.iss index 038fbe57..c6b14c0c 100644 --- a/portable/installer_INNO.iss +++ b/portable/installer_INNO.iss @@ -56,9 +56,9 @@ AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} ;non portable mode if ever wanted FLIPFLAP -;DefaultDirName={pf}\{#MyInstallerDir} +;DefaultDirName={pf}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL} ;non portable mode -DefaultDirName={src}\{#MyInstallerDir} +DefaultDirName={src}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL} DefaultGroupName={#ID} DisableProgramGroupPage=yes