You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
Added repairing MSI package with project.EnableResilientPackage() (see #457 for details).
Added generation of globally unique Component Id.
Issue #453: There is no way to set virtual HKMU registry hive supported by WiX for RegValue Microsoft.Win32.RegistryHive replaced with WixSharp.RegistryHive
Added generating cmd bat with exit code and handling compiler and linker exit codes
Improved the algorithm for discovery wix_bin_package in the VS Project
Added an argument utilities to parse arguments easier
Fixed/reviewed all falsely failed samples
Added Version.ClearRevision extension method.
FileSearch class extended to match the current WiX FileSearch element.