-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issue #27: Fixing AppSearch.GetProducts() crash * Added support for `MediaTemplate` element. * Added tunneling of Files and DirFiles attributes to the aggregated File items * Issue #23: Attributes inheritance in Files and DirFiles * Added Compiler.GetMappedWixConstants() for exploring WiX constants mapping * Adding %CommonAppDataFolder% to Dir.cs description * Issue #20: File.Attributes (on parent Component) after setting File.NeverOverwrite will not work
- Loading branch information
1 parent
855f29d
commit 87daab1
Showing
13 changed files
with
108 additions
and
23 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
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
2 changes: 1 addition & 1 deletion
2
Source/src/WixSharp.Samples/Wix# Samples/Managed Setup/SetupEvents/uninstall.cmd
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
start msiexec /uninstall MyProduct.msi | ||
start msiexec /uninstall ManagedSetup.msi |
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
// This module contains the definition of the Wix# classes. | ||
// | ||
// Written by Oleg Shilo ([email protected]) | ||
// Copyright (c) 2008-2013. All rights reserved. | ||
// Copyright (c) 2008-2017. All rights reserved. | ||
// | ||
// Redistribution and use of this code in source and binary forms, with or without | ||
// modification, are permitted provided that the following conditions are met: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
// This module contains the definition of the Wix# classes. | ||
// | ||
// Written by Oleg Shilo ([email protected]) | ||
// Copyright (c) 2008-2012. All rights reserved. | ||
// Copyright (c) 2008-2017. All rights reserved. | ||
// | ||
// Redistribution and use of this code in source and binary forms, with or without | ||
// modification, are permitted provided that the following conditions are met: | ||
|
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