-
Notifications
You must be signed in to change notification settings - Fork 176
Improve logging for EXE installers #1108
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
28 commits
Select commit
Hold shift + click to select a range
452dd15
Remove unused utility functions
marcoesters 73d0574
Ensure that log file is UTF-16
marcoesters 25b4115
Only start logging after INSTDIR has been created
marcoesters 7447266
Stop logging before INSTDIR is removed to allow removal without reboot
marcoesters 795a3f1
Move registry clean-up to the beginning of the uninstallation
marcoesters e928f96
Prevent variable overwrite with Print macro
marcoesters 690c2cf
Use R* registers when using Print macro
marcoesters 02429fb
Only add newline to print when input string does not end in a linefeed
marcoesters 75abca8
Implement step log parsing
marcoesters fd720be
Wrap commands into cmd.exe call for better error output
marcoesters 9c43c6d
Add STEP_LOG defintion
marcoesters f93f151
Enable logging for conda-standalone
marcoesters 21cd895
Require conda-standalone 24.1.2 for logged package extraction
marcoesters 3cc301b
Add comment to explain usage of subshells for command execution
marcoesters 9679e95
Merge branch 'main' of https://github.com/conda/constructor into add-…
marcoesters b536fa0
Add message box to icacls failure
marcoesters 723c5bb
Do not use pythonw.exe anymore
marcoesters 5bddb4a
Remove misleading warning about old paths
marcoesters 4c014f2
Add news
marcoesters 733915b
Account for unknown conda.exe types
marcoesters 752f740
Make abort default for silent installations
marcoesters 35cef88
Do not assume that install.log exists after uninstallation
marcoesters 4973274
Re-add DetailPrint to Print macro to output to log
marcoesters bf96a4a
Merge branch 'main' of https://github.com/conda/constructor into add-…
marcoesters 4bb35e9
Use f-strings in print statements
marcoesters 01f6756
Do not use UTF-16 LE
marcoesters 575aff6
Use type for tee-like output
marcoesters 913fcd2
Explicit exit with error codes
marcoesters 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.