10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e8f459 + fdc8b00 commit 7271987Copy full SHA for 7271987
portable/installer_INNO.iss
@@ -56,9 +56,9 @@ AppSupportURL={#MyAppURL}
56
AppUpdatesURL={#MyAppURL}
57
58
;non portable mode if ever wanted FLIPFLAP
59
-;DefaultDirName={pf}\{#MyInstallerDir}
+;DefaultDirName={pf}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}
60
;non portable mode
61
-DefaultDirName={src}\{#MyInstallerDir}
+DefaultDirName={src}\{#ID_INSTALL}-{#VERSION_INSTALL}{#RELEASELEVEL}
62
63
DefaultGroupName={#ID}
64
DisableProgramGroupPage=yes
0 commit comments