From 5dfe757d329ce0e4f5e9de73278f77ba4aaac3bb Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 20 Nov 2025 12:33:22 -0800 Subject: [PATCH] WiX: clean up the python packaging Restructure the python installation to mimic the Unix style layout that we use throughout the components. Specifically, migrate the .exe and .dll files into a `/usr/bin` subdirectory under the installation and move the license into the package itself. --- platforms/Windows/python/python.wxs | 19 +++++++++++-------- platforms/Windows/shared/shared.wxs | 1 - 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/platforms/Windows/python/python.wxs b/platforms/Windows/python/python.wxs index bce6e9dc..e2e52f08 100644 --- a/platforms/Windows/python/python.wxs +++ b/platforms/Windows/python/python.wxs @@ -21,10 +21,16 @@ - + + + + + + + - + @@ -124,17 +130,14 @@ - - - - + + - - \ No newline at end of file + diff --git a/platforms/Windows/shared/shared.wxs b/platforms/Windows/shared/shared.wxs index 7963634e..b3554f10 100644 --- a/platforms/Windows/shared/shared.wxs +++ b/platforms/Windows/shared/shared.wxs @@ -55,7 +55,6 @@ -