Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
7c249918
Unverified
Commit
7c249918
authored
Jul 11, 2017
by
Olof Nilsson
Committed by
Stefan Scherer
Nov 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly display Console output after windows update iteration
parent
d1c251cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.md
CHANGELOG.md
+1
-0
scripts/win-updates.ps1
scripts/win-updates.ps1
+2
-2
No files found.
CHANGELOG.md
View file @
7c249918
## Unreleased
*
Fixed issue with Console Output (#245)
## v1.24 (June 8th, 2015)
...
...
scripts/win-updates.ps1
View file @
7c249918
...
...
@@ -155,8 +155,8 @@ function Install-WindowsUpdates() {
Title
=
$UpdatesToInstall
.
Item
(
$i
).
Title
Result
=
$InstallationResult
.
GetUpdateResult
(
$i
).
ResultCode
}
LogWrite
"Item:
"
$UpdatesToInstall
.
Item
(
$i
)
.
Title
LogWrite
"Result:
"
$InstallationResult
.
GetUpdateResult
(
$i
)
.
ResultCode
;
LogWrite
"Item:
$(
$UpdatesToInstall
.
Item
(
$i
)
.
Title
)
"
LogWrite
"Result:
$(
$InstallationResult
.
GetUpdateResult
(
$i
)
.
ResultCode
)
"
}
Check-ContinueRestartOrEnd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment