Skip to content

Commit

Permalink
Release Release v1.9.3
Browse files Browse the repository at this point in the history
- Fixed problem with locating latest (v3.11) WiX Toolset installed
- Issue #538: impossible rename file during installation; added `File.TargetFileName`
- Issue #536: External_UI/WinFormsSetup how to get properties
- Issue #531: Question: custom action and Embedded UI
- Issue #511: Compile error CustomDialog
- Issue #512: Cannot define RemotePayload
- Issue #484: Is ExecuteInTempDomain really necessary?
- Added `BalCondition`
- Added `CAValidation` enum - `InRemoteAppDomain, InCurrentAppDomain, Disabled`
- WixSharp.VS.ProjectTemplate: Release v1.6.0.0
- Updated to the new `WixSharp.UI.Runtime` structure.
- Code cleanup (mainly CodeMaid cleaning)
  • Loading branch information
lbs-contributor committed Dec 1, 2018
1 parent 86e6cab commit c0f4bce
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 47 deletions.
17 changes: 2 additions & 15 deletions Source/NuGet/WixSharp/WixSharp.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>1.9.2.0</version>
<version>1.9.3.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,20 +16,7 @@ The package contains Wix# binaries only.
In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release Release v1.9.2

* Issue #137: Add custom attribute to Bundle project (Bootstrapper)
* Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
* An empty directory remains after the uninstall #464
* `AutoElements.SupportEmptyDirectories` default setting to `Automatic` is made obsolete, though is not removed yet. In the future releases `AutoElements.SupportEmptyDirectories` will be enabled by default.
* `File.OverwriteOnInstall` now triggers insertion of `&lt;RemoveFile On=both ...&gt;` instead of `&lt;RemoveFile On=install ...&gt;`. To avoid upgrade problems with individual files.
* Fixed the problem with `project.ActualInstallDirId` being potentially undefined
* ResilientPackage improvements
- Create a hard link to the local package instead of the original MSI.
- Added deterministic assignment of installdir id in `EnableResilientPackage`
* Bootstrapper_UI sample is updated to show how to pass user input from BA to MSI package.

</releaseNotes>
<releaseNotes></releaseNotes>
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
19 changes: 3 additions & 16 deletions Source/NuGet/WixSharp/WixSharp.lab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.Lab</id>
<version>1.9.2.0</version>
<version>1.9.3.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,20 +14,7 @@
The package contains the sample code for building a simple MSI with the CLR WinForm dialog inserted into UI sequence between InsallDirDlg and VerifyReadyDlg native MSI dialogs. In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
<releaseNotes>Release Release v1.9.2

* Issue #137: Add custom attribute to Bundle project (Bootstrapper)
* Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
* An empty directory remains after the uninstall #464
* `AutoElements.SupportEmptyDirectories` default setting to `Automatic` is made obsolete, though is not removed yet. In the future releases `AutoElements.SupportEmptyDirectories` will be enabled by default.
* `File.OverwriteOnInstall` now triggers insertion of `&lt;RemoveFile On=both ...&gt;` instead of `&lt;RemoveFile On=install ...&gt;`. To avoid upgrade problems with individual files.
* Fixed the problem with `project.ActualInstallDirId` being potentially undefined
* ResilientPackage improvements
- Create a hard link to the local package instead of the original MSI.
- Added deterministic assignment of installdir id in `EnableResilientPackage`
* Bootstrapper_UI sample is updated to show how to pass user input from BA to MSI package.

</releaseNotes>
<releaseNotes></releaseNotes>
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# Scripting msi install setup</tags>
Expand All @@ -36,7 +23,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="WixSharp.bin" version="1.9.2.0" />
<dependency id="WixSharp.bin" version="1.9.3.0" />
</dependencies>
</metadata>
<files>
Expand Down
19 changes: 3 additions & 16 deletions Source/NuGet/WixSharp/WixSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp</id>
<version>1.9.2.0</version>
<version>1.9.3.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,25 +18,12 @@ If you need only Wix# binaries you may want to use WixSharp.bin package instead.
In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release Release v1.9.2

* Issue #137: Add custom attribute to Bundle project (Bootstrapper)
* Issue #452: Component Id generation for RegValue does not take RegValue.Id into account
* An empty directory remains after the uninstall #464
* `AutoElements.SupportEmptyDirectories` default setting to `Automatic` is made obsolete, though is not removed yet. In the future releases `AutoElements.SupportEmptyDirectories` will be enabled by default.
* `File.OverwriteOnInstall` now triggers insertion of `&lt;RemoveFile On=both ...&gt;` instead of `&lt;RemoveFile On=install ...&gt;`. To avoid upgrade problems with individual files.
* Fixed the problem with `project.ActualInstallDirId` being potentially undefined
* ResilientPackage improvements
- Create a hard link to the local package instead of the original MSI.
- Added deterministic assignment of installdir id in `EnableResilientPackage`
* Bootstrapper_UI sample is updated to show how to pass user input from BA to MSI package.

</releaseNotes>
<releaseNotes></releaseNotes>
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.9.2.0" />
<dependency id="WixSharp.bin" version="1.9.3.0" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified Source/src/WixSharp.Samples/WixSharp.Lab.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.Msi.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.UI.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.dll
Binary file not shown.

0 comments on commit c0f4bce

Please sign in to comment.