-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.11.1 * Issue #704: Question: Localized progress action messages. * Issue #696: ComponentCondition on CloseApplication doesn't appear to be working * Removed `ValidateAssemblyCompatibility`as no longer needed since .NET4.0 is arguably a better choice for the recommended runtime * Issue #604: Is it possible to suppress the "UAC prompt" text if UAC is not enabled? * Issue #701: FR: Access to 32/64bit registry keys in Custom Actions (using .NET3.5) * WixSharpVSIX (VS Templates): Release v1.8.3 - Migrated to .NET4.0 as target runtime - ManagedUI progress message localization improvements triggered by #704 * Added a `Property.Secure`: ```C# new Property("Gritting", "Hello World!"){ Secure = true }) ``` * More granular conditions for feature install/uninstall: ```C# var condition = feature.ShallInstall() && feature.IsInstalled(); ```
- Loading branch information
1 parent
9214374
commit f3e6bcf
Showing
7 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters