[installer/2106-desktop-shortcuts] update desktop shortcuts created by the installer

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-07-09 11:57:51 -07:00
parent 4475528df2
commit 3e7f99812a
@@ -26,10 +26,15 @@
<DirectoryRef Id="DesktopFolder">
<Component Id="DesktopShortcuts" Guid="{2600B54A-65FB-4507-A7CD-3CE4817C7173}">
<Shortcut Id="DesktopShortcut_Launcher"
<Shortcut Id="DesktopShortcut_Editor"
Target="[root.bin.Windows.profile]Editor.exe"
WorkingDirectory="root.bin.Windows.profile"
Name="$(var.CPACK_PACKAGE_NAME) Editor" />
<Shortcut Id="DesktopShortcut_ProjectManager"
Target="[root.bin.Windows.profile]o3de.exe"
WorkingDirectory="root.bin.Windows.profile"
Name="$(var.CPACK_PACKAGE_NAME) $(var.CPACK_PACKAGE_VERSION)" />
Name="$(var.CPACK_PACKAGE_NAME) Project Manager" />
<RemoveFolder Id="DesktopFolder" On="uninstall"/>