diff --git a/.pipelines/msix/Images/logo.png b/.pipelines/msix/Images/logo.png
deleted file mode 100644
index 8495aaf09d..0000000000
Binary files a/.pipelines/msix/Images/logo.png and /dev/null differ
diff --git a/.pipelines/msix/Images/logo150.png b/.pipelines/msix/Images/logo150.png
deleted file mode 100644
index 3186a72996..0000000000
Binary files a/.pipelines/msix/Images/logo150.png and /dev/null differ
diff --git a/.pipelines/msix/Images/logo44.png b/.pipelines/msix/Images/logo44.png
deleted file mode 100644
index cbc9822292..0000000000
Binary files a/.pipelines/msix/Images/logo44.png and /dev/null differ
diff --git a/.pipelines/msix/PackagingLayout.xml b/.pipelines/msix/PackagingLayout.xml
deleted file mode 100644
index 9bd2e40b61..0000000000
--- a/.pipelines/msix/PackagingLayout.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.pipelines/msix/appxmanifest.xml b/.pipelines/msix/appxmanifest.xml
deleted file mode 100644
index 117b747a66..0000000000
--- a/.pipelines/msix/appxmanifest.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- PowerToys
- Microsoft Corporation
- Windows system utilities to maximize productivity
- Images\logo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Notifications.dll
-
-
-
-
-
diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml
index f91b4f54bd..eb21c624a0 100644
--- a/.pipelines/pipeline.user.windows.yml
+++ b/.pipelines/pipeline.user.windows.yml
@@ -67,9 +67,9 @@ package:
commands:
- !!buildcommand
name: 'Build MSIX package'
- command: '.pipelines\msix\build_msix.cmd'
+ command: 'installer\msix\build_msix_cdpx.cmd'
artifacts:
- - from: '.pipelines\msix\bin'
+ - from: 'installer\msix\bin'
to: 'Build_MSIX_Package_Output'
include:
- 'PowerToys-x64.msix'
diff --git a/.pipelines/msix/build_msix.cmd b/installer/MSIX/build_msix_cdpx.cmd
similarity index 100%
rename from .pipelines/msix/build_msix.cmd
rename to installer/MSIX/build_msix_cdpx.cmd