Skip to content

Commit 6853e22

Browse files
committed
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 `<RemoveFile On=both ...>` instead of `<RemoveFile On=install ...>`. 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.
1 parent daa1f37 commit 6853e22

8 files changed

Lines changed: 1 addition & 7 deletions

File tree

Binary file not shown.
Binary file not shown.
-2 KB
Binary file not shown.
-6 KB
Binary file not shown.
-23 KB
Binary file not shown.

Source/src/WixSharp.Samples/WixSharp.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6296,13 +6296,7 @@
62966296
</para>
62976297
</summary>
62986298
</member>
6299-
<member name="M:WixSharp.ResilientPackage.EnableResilientPackage(WixSharp.Project)">
6300-
<summary>
6301-
Enables source resiliency for the installer.
6302-
Creates a symbolic link/hard link or makes a copy of the original MSI package in the specified location and points SOURCELIST to it.
6303-
<param name="project">The project.</param>
6304-
</summary>
6305-
</member>
6299+
<!-- Badly formed XML comment ignored for member "M:WixSharp.ResilientPackage.EnableResilientPackage(WixSharp.Project)" -->
63066300
<member name="M:WixSharp.ResilientPackage.EnableResilientPackage(WixSharp.Project,System.String)">
63076301
<summary>
63086302
Enables source resiliency for the installer.

0 commit comments

Comments
 (0)