We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f7e60 commit a184b12Copy full SHA for a184b12
Product.wxs
@@ -63,7 +63,7 @@
63
</DirectoryRef>
64
<DirectoryRef Id="DesktopFolder">
65
<Component Id="DesktopShortcutComponent" Guid="*">
66
- <Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="Launch $(var.Name)" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
+ <Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="极简桌面便签" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
67
<RemoveFolder Id="DesktopFolder" On="uninstall" />
68
<RegistryValue Root="HKCU" Key="Software\Microsoft\$(var.Manufacturer)\$(var.Name)" Name="desktopShortcut" Type="integer" Value="1" KeyPath="yes" />
69
</Component>
0 commit comments