Skip to content

Commit

Permalink
Release Release v1.8.0
Browse files Browse the repository at this point in the history
* Nsis improvements
  - Restructured the resulting nsis source code. The native bootstrapper should startup faster.
  - NsiSourceGenerated event is added
  - PrerequisiteFileArguments and PrimaryFileArguments properties are added
  - SplashScreen is added
* Added `File.OverwriteOnInstall`
* Added extension method `string Attr(this XElement obj, XName name)` for immediate access to an `XElement` attribute value.
* Added extension method `Project.FindFirstFile`
* Issue #398: Registry keys for both 32 and 64 bit machines
* Issue #389: Custom WPF UI - Show dotNet Licence Prompt as BootStrapp Window
  • Loading branch information
oleg-shilo committed Jul 1, 2018
1 parent e07026e commit c8783ba
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 34 deletions.
23 changes: 14 additions & 9 deletions Source/NuGet/WixSharp/WixSharp.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,32 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>1.7.0.0</version>
<version>1.8.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
<licenseUrl>https://wixsharp.codeplex.com/license</licenseUrl>
<projectUrl>https://wixsharp.codeplex.com/</projectUrl>
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=wixsharp&amp;DownloadId=872632&amp;Build=20941</iconUrl>
<iconUrl>https://raw.githubusercontent.com/oleg-shilo/wixsharp/master/Documentation/wiki_images/wixsharp_logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
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.7.0
* Implemented NSIS-based bootstrapper.
* Issue #387: Certificate password can be null
* Issue #377: How to register a new MIME type with custom document icon
* Issue #373: Bootstrapper.DigitalSignature.Apply hide console output
* Added missing IconFile support
* SetupEvent sample extended to show how restart itself elevated if required.</releaseNotes>
<releaseNotes>Release Release v1.8.0
* Nsis improvements
- Restructured the resulting nsis source code. The native bootstrapper should startup faster.
- NsiSourceGenerated event is added
- PrerequisiteFileArguments and PrimaryFileArguments properties are added
- SplashScreen is added
* Added `File.OverwriteOnInstall`
* Added extension method `string Attr(this XElement obj, XName name)` for immediate access to an `XElement` attribute value.
* Added extension method `Project.FindFirstFile`
* Issue #398: Registry keys for both 32 and 64 bit machines
* Issue #389: Custom WPF UI - Show dotNet Licence Prompt as BootStrapp Window
</releaseNotes>
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
25 changes: 15 additions & 10 deletions Source/NuGet/WixSharp/WixSharp.lab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,30 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.Lab</id>
<version>1.7.0.0</version>
<version>1.8.0.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
<licenseUrl>https://wixsharp.codeplex.com/license</licenseUrl>
<projectUrl>https://wixsharp.codeplex.com/</projectUrl>
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=wixsharp&amp;DownloadId=872632&amp;Build=20941</iconUrl>
<iconUrl>https://raw.githubusercontent.com/oleg-shilo/wixsharp/master/Documentation/wiki_images/wixsharp_logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
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.7.0
* Implemented NSIS-based bootstrapper.
* Issue #387: Certificate password can be null
* Issue #377: How to register a new MIME type with custom document icon
* Issue #373: Bootstrapper.DigitalSignature.Apply hide console output
* Added missing IconFile support
* SetupEvent sample extended to show how restart itself elevated if required.</releaseNotes>
<releaseNotes>Release Release v1.8.0
* Nsis improvements
- Restructured the resulting nsis source code. The native bootstrapper should startup faster.
- NsiSourceGenerated event is added
- PrerequisiteFileArguments and PrimaryFileArguments properties are added
- SplashScreen is added
* Added `File.OverwriteOnInstall`
* Added extension method `string Attr(this XElement obj, XName name)` for immediate access to an `XElement` attribute value.
* Added extension method `Project.FindFirstFile`
* Issue #398: Registry keys for both 32 and 64 bit machines
* Issue #389: Custom WPF UI - Show dotNet Licence Prompt as BootStrapp Window
</releaseNotes>
<copyright>Copyright (C) 2004-2018 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# Scripting msi install setup</tags>
Expand All @@ -29,7 +34,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.7.0.0" />
<dependency id="WixSharp.bin" version="1.8.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
26 changes: 16 additions & 10 deletions Source/NuGet/WixSharp/WixSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp</id>
<version>1.7.0.0</version>
<version>1.8.0.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
<licenseUrl>https://wixsharp.codeplex.com/license</licenseUrl>
<projectUrl>https://wixsharp.codeplex.com/</projectUrl>
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=wixsharp&amp;DownloadId=872632&amp;Build=20941</iconUrl>
<iconUrl>https://raw.githubusercontent.com/oleg-shilo/wixsharp/master/Documentation/wiki_images/wixsharp_logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
The package contains Wix# binaries, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation).
Expand All @@ -18,18 +18,24 @@ 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.7.0
* Implemented NSIS-based bootstrapper.
* Issue #387: Certificate password can be null
* Issue #377: How to register a new MIME type with custom document icon
* Issue #373: Bootstrapper.DigitalSignature.Apply hide console output
* Added missing IconFile support
* SetupEvent sample extended to show how restart itself elevated if required.</releaseNotes>
<releaseNotes>Release Release v1.8.0

* Nsis improvements
- Restructured the resulting nsis source code. The native bootstrapper should startup faster.
- NsiSourceGenerated event is added
- PrerequisiteFileArguments and PrimaryFileArguments properties are added
- SplashScreen is added
* Added `File.OverwriteOnInstall`
* Added extension method `string Attr(this XElement obj, XName name)` for immediate access to an `XElement` attribute value.
* Added extension method `Project.FindFirstFile`
* Issue #398: Registry keys for both 32 and 64 bit machines
* Issue #389: Custom WPF UI - Show dotNet Licence Prompt as BootStrapp Window
</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.7.0.0" />
<dependency id="WixSharp.bin" version="1.8.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Source/NuGet/WixSharp/WixSharp.wix.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<owners>Oleg Shilo</owners>
<licenseUrl>https://wixsharp.codeplex.com/license</licenseUrl>
<projectUrl>https://wixsharp.codeplex.com/</projectUrl>
<iconUrl>https://download-codeplex.sec.s-msft.com/Download?ProjectName=wixsharp&amp;DownloadId=872632&amp;Build=20941</iconUrl>
<iconUrl>https://raw.githubusercontent.com/oleg-shilo/wixsharp/master/Documentation/wiki_images/wixsharp_logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The package containsWIX (Windows Installer Xml) Toolset v3.11.0 (v3.11.1701.0) required for Wix#. Wix# is a framework for building a complete MSI by using build script files written with the C# syntax.

Note WiX binaries do not belong to WiX# and they are licenced by their own licencing agreement.</description>
<summary>Wix# (WixSharp) - WiX Toolset Binaries</summary>
<releaseNotes />
<copyright>Wix# - Copyright (C) 2004-2017 Oleg Shilo;
<copyright>Wix# - Copyright (C) 2004-2017 Oleg Shilo;
WiX - Copyright (C) .NET Foundation and contributors</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
2 changes: 1 addition & 1 deletion Source/src/WixSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Oleg Shilo")]
[assembly: AssemblyProduct("WixSharp")]
[assembly: AssemblyCopyright("Copyright Oleg Shilo 2008-2017")]
[assembly: AssemblyCopyright("Copyright Oleg Shilo 2008-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions Source/src/WixSharp/Properties/AssemblyInfo.version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]

0 comments on commit c8783ba

Please sign in to comment.