Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
---- * Migration of WixSharp types to IGenericEntity model: * Rework Certificate using IGenericEntity * Rework SqlDatabase, SqlString and SqlScript using IGenericEntity * Rework DriverInstaller using IGenericEntity * Rework FirewallException using IGenericEntity * Rework EnvironmentVariable using IGenericEntity * Rework FirewallException using IGenericEntity * Rework User using IGenericEntity * Rework IniFile using IGenericEntity * Added support for new WiX types: * CloseAppplication * RemoveRegistryKey * Defect fixes: * Issue #258: WixSharp doesn't remove temporary files if custom output name is specified * Issue #251: Passing UseCertificateStore parameter from DigitalSignatureBootstrapper * Issue #247: Handling null TimeUrl * Issue #251: Passing UseCertificateStore parameter from DigitalSignatureBootstrapper through to DigitallySign * Issue #233: FileSearch * Issue #230: CustomAction Condition extension * Issue #226: Project.HashedTargetPathIdAlgorithm generates invalid ids * Various improvements and minor fixes: * Fixed the problem with EnvironmentVariable not having XML parent when it is hosted by the component-less WiX (e.g. ConsumingMergeModule sample). * CustomAction.UsesProperties & .RollbackArgs space trimming * Trim all spaces around properties (name and value) before passing to msi * CommonTasks.InstallService fix & new overload * Fixed installService args location, added overload that accepts username and password * Added `WixObject.MapComponentToFeatures` to assist with implementation of IGenericEntity based WiX objects. * fix "CustomActionRef.When" property handling in compile. * change to use just WixSharp.When.ToString() * fix CustomActionRef will add "Before" attribute in Custom Element even if set When.After * Added extension methods for - `Project.Add(IGenericEntity[])` - `File.Add(IGenericEntity[])` - `Dir.Add(IGenericEntity[])` * AppVeyor integration (https://ci.appveyor.com/project/oleg-shilo/wixsharp)
- Loading branch information