Commit a84d369
committed
Release v1.6.0.0
----
* 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)1 parent 81f327f commit a84d369
5 files changed
Lines changed: 13 additions & 7 deletions
File tree
- Source/src
- WixSharp.Samples
- Wix# Samples/Install Files
- WixSharp
- Properties
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | | - | |
41 | | - | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1639 | 1639 | | |
1640 | 1640 | | |
1641 | 1641 | | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
1642 | 1647 | | |
1643 | 1648 | | |
1644 | 1649 | | |
1645 | 1650 | | |
1646 | 1651 | | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
1647 | 1657 | | |
1648 | 1658 | | |
1649 | 1659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
0 commit comments