.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Christoph Wille 01f296fed8 Update to _wix4 packages for installer 3 weeks ago
..
AppPackage.cs Fix DecompilerVersionInfoDependency in ILSpy.Installer.csproj 3 years ago
ILSpy.Installer.csproj Update to _wix4 packages for installer 3 weeks ago
README.md Update to _wix4 packages for installer 3 weeks ago
setup.cs Update to _wix4 packages for installer 3 weeks ago
winui.wxl Update to _wix4 packages for installer 3 weeks ago

README.md

Building the Installer

Dependencies

See https://github.com/oleg-shilo/wixsharp/wiki#dependencies

dotnet tool install --global wix

GitHub runners installed software https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md at time of writing WiX Toolset 3.14.1.8722

ILSpy Binaries

It is mandatory to first publish(.ps1) the respective target platforms, then setup can be built, eg

msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:DefineConstants="ARM64"