SymphonyElectron/installer/win/WixSharpToolset
2020-12-09 15:31:26 +01:00
..
Samples SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
Wix_bin SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
cscs.exe SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
install.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
license.txt SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
nbsbuilder.exe SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
readme.txt SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
uninstall.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
WixSharp.dll SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
WixSharp.Lab.dll SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
WixSharp.Lab.xml SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
WixSharp.Msi.dll SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
WixSharp.Msi.xml SDA-2389 Added custom dialog, and updated the WixSharp binaries to lates version from wixsharp repo (has bug fix we need for this) 2020-09-04 15:02:47 +02:00
WixSharp.Reference.chm SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
WixSharp.UI.dll SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
WixSharp.UI.xml SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
WixSharp.xml SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00

WiX - WixSharp (C# interface to WiX toolset)
--------------------------------------------------------------
System Requirements:
   * .NET runtime v4.0 or higher must be installed.
   * The current version of WixSharp require WIX (Windows Installer XML).
     The corresponding WIX binaries are already included in WixSharp thus you may but don't have to install WIX.
   * WixSharp requires CS-Script (C# Script).
     The corresponding CS-Script binaries are already included in WixSharp thus you may but don't have to install CS-Script.

 To install:
   1. extract content of the WixSharp.zip
   2. set environment variable WIXSHARP_DIR to the location of the extracted content (folder containing WixSharp.dll)

 To uninstall:
   1. remove environment variable WIXSHARP_DIR manually

 Alternatively you can use install.cmd/uninstall.cmd
 Note: strictly speaking setting environment variables is optional. WIXSHARP_DIR is only needed for building
 WixSharp\Samples\Bootstrapper\NativeBootstrapper sample. And WIXSHARP_WIXDIR only needed if WixSharp compiler
 cannot locate WiX binaries.