Merge branch 'cpack/jenkins-main' of https://github.com/aws-lumberyard-dev/o3de into cpack/jenkins-main

This commit is contained in:
scottr
2021-06-20 20:21:48 -07:00
126 changed files with 28192 additions and 12788 deletions
+13 -3
View File
@@ -7,7 +7,7 @@
<DirectoryRef Id="TARGETDIR">
<Directory Id="ProgramMenuFolder">
<Directory Id="ApplicationProgramsFolder" Name="$(var.CPACK_PACKAGE_NAME)">
<Directory Id="ApplicationProgramsFolder" Name="$(var.CPACK_PACKAGE_NAME) [Developer Preview]">
<Directory Id="VersionedApplicationProgramsFolder" Name="$(var.CPACK_PACKAGE_VERSION)"/>
</Directory>
</Directory>
@@ -46,10 +46,20 @@
<DirectoryRef Id="VersionedApplicationProgramsFolder">
<Component Id="StartMenuShortcuts" Guid="{E6447F0F-A46E-4A72-83D8-600707B590E8}">
<Shortcut Id="StartMenuShortcut_Launcher"
<Shortcut Id="StartMenuShortcut_Editor"
Target="[root.bin.Windows.profile]Editor.exe"
WorkingDirectory="root.bin.Windows.profile"
Name="$(var.CPACK_PACKAGE_NAME) Editor" />
<Shortcut Id="StartMenuShortcut_MaterialEditor"
Target="[root.bin.Windows.profile]MaterialEditor.exe"
WorkingDirectory="root.bin.Windows.profile"
Name="$(var.CPACK_PACKAGE_NAME) Material Editor" />
<Shortcut Id="StartMenuShortcut_ProjectManager"
Target="[root.bin.Windows.profile]o3de.exe"
WorkingDirectory="root.bin.Windows.profile"
Name="$(var.CPACK_PACKAGE_NAME)" />
Name="$(var.CPACK_PACKAGE_NAME) Project Manager" />
<RemoveFolder Id="RemoveVersionedApplicationProgramsFolder" Directory='VersionedApplicationProgramsFolder' On="uninstall"/>
<RemoveFolder Id="RemoveApplicationProgramsFolder" Directory="ApplicationProgramsFolder" On="uninstall"/>