From aca4c25c1111c82784cb8b7c55d55e7c05d50c06 Mon Sep 17 00:00:00 2001 From: Scott Kirvan <61367618+ScottKirvan@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:23:45 -0700 Subject: [PATCH] add UE5 default project Template to the installer (#30) * obsidian checkin: 2023-09-09 15:28:05 * obsidian checkin: 2023-09-09 15:30:38 * add optional ue5 template files * make post-build event include out template files * add template files to installer * make the template installation optional --- src/UE_QuickLaunch_installer/Components.wxs | 19 +++++++++++++++++++ src/UE_QuickLaunch_installer/Folders.wxs | 8 +++++++- src/UE_QuickLaunch_installer/Package.wxs | 8 +++++++- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/UE_QuickLaunch_installer/Components.wxs b/src/UE_QuickLaunch_installer/Components.wxs index b3ca454..90d02ee 100644 --- a/src/UE_QuickLaunch_installer/Components.wxs +++ b/src/UE_QuickLaunch_installer/Components.wxs @@ -11,6 +11,16 @@ + + @@ -52,5 +62,14 @@ + + + + + + + + + diff --git a/src/UE_QuickLaunch_installer/Folders.wxs b/src/UE_QuickLaunch_installer/Folders.wxs index b6a0762..d50874a 100644 --- a/src/UE_QuickLaunch_installer/Folders.wxs +++ b/src/UE_QuickLaunch_installer/Folders.wxs @@ -1,7 +1,13 @@ - + + + + + + + diff --git a/src/UE_QuickLaunch_installer/Package.wxs b/src/UE_QuickLaunch_installer/Package.wxs index 2f54c56..2c46b4e 100644 --- a/src/UE_QuickLaunch_installer/Package.wxs +++ b/src/UE_QuickLaunch_installer/Package.wxs @@ -7,11 +7,17 @@ --> + - + + + + + +