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