Bootstrap - [InstallFolder] should not be empty string by default #6397
Unanswered
SavageStyle
asked this question in
Questions
Replies: 1 comment 1 reply
-
Seems workaround is simply to set up this manually:
But what about x64 apps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[InstallFolder] default value should be [ProgramFilesFolder ] as it is used in case [InstallFolder] is empty.
This line of code is only valid if used specified [InstallFolder] manually:
<Variable Name="LaunchTarget" Value="[InstallFolder]\MyApp.exe" />
Is there any workaround for this issue right now?
Beta Was this translation helpful? Give feedback.
All reactions