File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 2424 <RegistryValue Root =" HKCU" Key =" Software\$(var.RegKey)" Name =" InstallDir" Value =" [APPLICATIONFOLDER]" Type =" string" KeyPath =" yes" />
2525 <RemoveFolder Id =" ProgramMenuDir" Directory =" ProgramMenuDir" On =" uninstall" />
2626 <Shortcut Id =" RunProgram" Directory =" ProgramMenuDir" Name =" $(var.Product)" Description =" Run $(var.Product)" Target =" [APPLICATIONFOLDER]$(var.ShortcutTarget)" />
27+ <Shortcut Id =" RunProgramDesktop" Directory =" DesktopFolder" Name =" $(var.Product)" Description =" Run $(var.Product)" Target =" [APPLICATIONFOLDER]$(var.ShortcutTarget)" />
2728 <Shortcut Id =" UninstallProduct" Directory =" ProgramMenuDir" Name =" Uninstall $(var.Product)" Description =" Uninstalls the $(var.Product)" Target =" [System64Folder]msiexec.exe" Arguments =" /x [ProductCode]" />
2829 </Component >
29- <Component Id =" DesktopShortcuts" Guid =" $(var.Uuid.DesktopShortcuts)" >
30- <Shortcut Id =" RunProgramDesktop" Directory =" DesktopFolder" Name =" $(var.Product)" Description =" Run $(var.Product)" Target =" [APPLICATIONFOLDER]$(var.ShortcutTarget)" />
31- </Component >
3230 </Directory >
3331 </Directory >
3432 <Directory Id =" ProgramFiles64Folder" >
4442 <ComponentRef Id =" InstallDir" />
4543 <ComponentGroupRef Id =" AllFiles" />
4644 </Feature >
47- <Feature Id =" Icons" Level =" 1" Title =" Create Desktop Shortcut" >
48- <ComponentRef Id =" DesktopShortcuts" />
49- </Feature >
5045 <Media Id =" 1" Cabinet =" files.cab" EmbedCab =" yes" />
5146 <UIRef Id =" WixUI_Custom" />
5247 <Property Id =" ALLUSERS" Value =" 1" />
You can’t perform that action at this time.
0 commit comments