Skip to content

Commit 828803b

Browse files
committed
Release v1.5.0.0
---- * Added IniFile element support * Add ProgressText element support * Add UrlReservation element support * Add CustomActionRef element support * Add CustomAction rollback customization * Issue #201: WixStandardBootstrapperApplication ShowVersion * Issue #198: Files.AddRange not work; Extension method `AddRange` is renamed in `Combine` * Issue #208: Unable to sign msi file * Issue #214: Add InstallPrivileges property to project * Issue #206: WixQuietExecAction and deferred * Custom hash based ID-generation algorithm has been embedded as `WixSharp.Project.HashedTargetPathIdAlgorithm` * Separated `Project.CustomIdAlgorithm` and `Compiler.CustomIdAlgorithm` * Added `Compiler.AutoGeneration.IsWxsGenerationThreadSafe` * `Compiler.AutoGeneration` settings object made read-only
1 parent 9d51a8d commit 828803b

13 files changed

Lines changed: 14 additions & 8 deletions

File tree

Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-2 KB
Binary file not shown.
-5.5 KB
Binary file not shown.
-21.5 KB
Binary file not shown.

Source/src/WixSharp.Samples/WixSharp.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
</member>
134134
<member name="F:WixSharp.Action.RollbackArg">
135135
<summary>
136-
Rollback arguments
136+
Rollback arguments. It's a comma separated list of properties,
137+
which the rollback custom action is intended to use,
137138
</summary>
138139
</member>
139140
<member name="F:WixSharp.Action.RollbackProgressText">
@@ -7845,7 +7846,7 @@
78457846
Initializes a new instance of the <see cref="T:WixSharp.ElevatedManagedAction"/> class with properties/fields initialized with specified parameters.
78467847
</summary>
78477848
<param name="id">The explicit <see cref="T:WixSharp.Id"></see> to be associated with <see cref="T:WixSharp.ElevatedManagedAction"/> instance.</param>
7848-
<param name="name">Name of the CustomAction. The name should match the method implementing the custom action functionality.</param>
7849+
<param name="action">The full name of static CustomAction method.</param>
78497850
<param name="rollback">Name of the Rollback CustomAction. The name should match the method implementing the custom action functionality</param>
78507851
</member>
78517852
<member name="M:WixSharp.ElevatedManagedAction.#ctor(WixSharp.CustomActionMethod,System.String)">
@@ -14709,6 +14710,11 @@
1470914710
Set this value to declare that the package requires elevated privileges to install. This is the default value.
1471014711
</summary>
1471114712
</member>
14713+
<member name="T:WixSharp.InstallScope">
14714+
<summary>
14715+
Use this attribute to specify the priviliges required to install the package on Windows Vista and above.
14716+
</summary>
14717+
</member>
1471214718
<member name="F:WixSharp.InstallScope.perMachine">
1471314719
<summary>
1471414720
Set this value to declare that the package is a per-machine installation and requires elevated privileges to install. Sets the ALLUSERS property to 1.

Source/src/WixSharp.Suite.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstallScope_Dynamically",
221221
EndProject
222222
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SinglePackageAuthoring", "WixSharp.Samples\VSProjects\SinglePackageAuthoring.csproj", "{D727402B-A591-4378-8469-3B78132077CC}"
223223
EndProject
224-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RollbackAutoGeneration", "WixSharp.Samples\VSProjects\RollbackAutoGeneration.csproj", "{5D6B3964-0782-4777-A374-11DEA1A6F779}"
225-
EndProject
226224
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlReservation", "WixSharp.Samples\VSProjects\UrlReservation.csproj", "{F6FF74BC-46CA-4358-BCE2-4E24581B859E}"
227225
EndProject
228226
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IniFile", "WixSharp.Samples\VSProjects\IniFile.csproj", "{505A71A3-39A8-424C-8D9A-6E9F7A2C860C}"
@@ -1344,7 +1342,6 @@ Global
13441342
{9CA23A5E-D9F0-4D4F-906D-4E59DD086BC2} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
13451343
{6EF89B33-A766-457E-8229-C87CCEC125A6} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
13461344
{D727402B-A591-4378-8469-3B78132077CC} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
1347-
{5D6B3964-0782-4777-A374-11DEA1A6F779} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
13481345
{F6FF74BC-46CA-4358-BCE2-4E24581B859E} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
13491346
{505A71A3-39A8-424C-8D9A-6E9F7A2C860C} = {DB40BEF1-64CF-4308-9740-AF22284F4491}
13501347
{6879D785-C6BE-41D5-93DD-946F89723582} = {DB40BEF1-64CF-4308-9740-AF22284F4491}

0 commit comments

Comments
 (0)