-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added registry values aggregator (`RegKey`): ``` new RegKey(fullSetup, RegistryHive.LocalMachine, @"Software\My Company\My Product", new RegValue("Message", "Hello"), new RegValue("Count", 777)), ``` * Issue #699: Wix Error for ServiceInstaller if at least one ServiceConfig parameter is not specified * Improvements to DigitalSignature to allow loading cert by sha1hash * Implemented custom message dialog instead (of the default MessageBox.Show) for displaying error message (if any detected) during the MSI session. * Issue #688: Adding prompt to CloseApplication prevents installer from completing. * Issue #683. Close MSI Interop handles when getting data from MSI * Issue #672: outdir and BuildMsiCmd fails because the outdir is not created * Issue #670: msi is always creating root folder, even if feature is disabled
- Loading branch information
1 parent
0ad1cc4
commit e0c6bdf
Showing
16 changed files
with
120 additions
and
62 deletions.
There are no files selected for viewing
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
Binary file modified
BIN
+0 Bytes
(100%)
.../src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/Embedded/setup.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...amples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/src/WixSharp.Samples/Wix# Samples/External_UI/Msi/MyProduct.msi
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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