diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-06-26 18:41:08 +1000 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-07-04 19:25:49 -0400 |
commit | 83d92ef88270a740bc96609f8d967986e4f91e99 (patch) | |
tree | fe41ddf912436110128ecc6fbd8d303bd7db260b /src/test/sandbox/README | |
parent | 89dc7b47809da06a69811788a1a990e216b81a5c (diff) | |
download | wix-83d92ef88270a740bc96609f8d967986e4f91e99.tar.gz wix-83d92ef88270a740bc96609f8d967986e4f91e99.tar.bz2 wix-83d92ef88270a740bc96609f8d967986e4f91e99.zip |
Added host menu options for EXE / ZIP installation
Removed ARM64/AMD64 folders for dotnet, the Sandbox MUST match the host
here, so no point downloading the installer for the non-host platform.
Debugger could probably be reduced in the same manner, but have not in
this iteration.
Have also added a simple README, just to explain (very basic) operation.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/sandbox/README')
-rw-r--r-- | src/test/sandbox/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/sandbox/README b/src/test/sandbox/README new file mode 100644 index 00000000..dd5a1e04 --- /dev/null +++ b/src/test/sandbox/README | |||
@@ -0,0 +1,2 @@ | |||
1 | 1. Run setup_sandbox.bat from the Host, pick whether you want to use the EXE or the ZIP to install Dotnet. The chosen option will be automatically downloaded. | ||
2 | 2. Once you have built Wix Toolset and wish to perform integration testing, you can just launch the Sandbox by double-clicking (or executing) TestSandbox.wsb \ No newline at end of file | ||