Skip to content

Commit fe20048

Browse files
committed
set shortcut name for msi installers
1 parent 6403640 commit fe20048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/windows/msm.wxs.vtl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Component Id="_${id}" Guid="${guid}" Win64="yes">
1414
#if($file.equals(${info.executable}))
1515
<File Id="exeFile" Name="${file.name}" KeyPath="yes" Source="${file}">
16-
<Shortcut Id="ApplicationStartMenuShortcut" Name="${info.name}" Description="${info.description}" Directory="ProgramMenuFolder" />
16+
<Shortcut Id="ApplicationStartMenuShortcut" Name="${info.winConfig.shortcutName}" Description="${info.description}" Directory="ProgramMenuFolder" />
1717
</File>
1818
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall" />
1919
<RegistryValue Root="HKLM" Key="Software\\${info.organizationName}\\${info.name}" Name="installed" Type="integer" Value="1" />

0 commit comments

Comments
 (0)