File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 <Directory Id =" TARGETDIR" Name =" SourceDir" >
2020 <Directory Id =" ProgramMenuFolder" >
2121 <Directory Id =" DesktopFolder" Name =" Desktop" >
22- <Shortcut Id =" RunProgram" Directory =" DesktopFolder" Name =" $(var.Product)" Description =" $(var.Product)" Target =" [APPLICATIONFOLDER]$(var.ShortcutTarget)" />
22+ <Component Id =" DesktopShortcuts" Guid =" $(var.Uuid.DesktopShortcuts)" >
23+ <Shortcut Id =" RunProgram" Directory =" DesktopFolder" Name =" $(var.Product)" Description =" $(var.Product)" Target =" [APPLICATIONFOLDER]$(var.ShortcutTarget)" />
24+ </Component >
2325 </Directory >
2426 <Directory Id =" ProgramMenuDir" Name =" ngscopeclient" >
2527 <Component Id =" StartMenuShortcuts" Guid =" $(var.Uuid.StartMenuShortcuts)" >
4042 </Directory >
4143 <Feature Id =" DefaultFeature" Level =" 1" Title =" $(var.Product)" >
4244 <ComponentRef Id =" StartMenuShortcuts" />
45+ <ComponentRef Id =" DesktopShortcuts" />
4346 <ComponentRef Id =" InstallDir" />
4447 <ComponentGroupRef Id =" AllFiles" />
4548 </Feature >
You can’t perform that action at this time.
0 commit comments