-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fix MSI creation errors, and capture wixpdb for later patch creation #6221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9986858
include wixpdb as artifact in build
TravisEz13 aeaed31
ignore wix symbols
TravisEz13 167a588
remove unused dialog
TravisEz13 e55ab3f
cleanup anything left behind from previous runs
TravisEz13 b102ebb
suppress ICE61, about same version upgrades being allowed
TravisEz13 5981025
start returning wixpdb output when building msi
TravisEz13 e9e82e1
fix ICE18 error with wxs
TravisEz13 085aeac
resolve two ice errors
TravisEz13 b2968b0
add functionality to log output only on error
TravisEz13 3e80787
Add wixpdb outp
8000
ut when build msi
TravisEz13 49875e2
suppress ICE57, caused by the shortcut not being installed per user
TravisEz13 3e3d472
use start-nativeexcution for error handling
TravisEz13 ae1e970
add comment explaining HKMU
TravisEz13 3e18994
change logOutputOnError to VerboseOutputOnError
TravisEz13 c78cc85
address PR feedback
TravisEz13 88b4378
Address PR Comments
TravisEz13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-v
is missing at the end. Is it supposed to be added back?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no... it produces a lot of not very useful information. I don't recommend adding it. It makes the logs unreadable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. #Closed