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.
1 parent 6403640 commit fe20048Copy full SHA for fe20048
src/main/resources/windows/msm.wxs.vtl
@@ -13,7 +13,7 @@
13
<Component Id="_${id}" Guid="${guid}" Win64="yes">
14
#if($file.equals(${info.executable}))
15
<File Id="exeFile" Name="${file.name}" KeyPath="yes" Source="${file}">
16
- <Shortcut Id="ApplicationStartMenuShortcut" Name="${info.name}" Description="${info.description}" Directory="ProgramMenuFolder" />
+ <Shortcut Id="ApplicationStartMenuShortcut" Name="${info.winConfig.shortcutName}" Description="${info.description}" Directory="ProgramMenuFolder" />
17
</File>
18
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
19
<RegistryValue Root="HKLM" Key="Software\\${info.organizationName}\\${info.name}" Name="installed" Type="integer" Value="1" />
0 commit comments