Commit 0c4df92
committed
[WIP] installer: use ExecAndCaptureOutput
Innosetup 6.4 introduced a New function ExecAndCaptureOutput that
executes commands and captures there standard output and standard error
streams. We've been using our own howmgrown solution called
ExecWithCapture for this purpose, but it's a bit finicky. Switch to the
official implementation.
Signed-off-by: Matthias Aßhauer <[email protected]>1 parent 9518f2c commit 0c4df92
File tree
3 files changed
+85
-265
lines changed- installer
3 files changed
+85
-265
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
57 | 76 | | |
58 | 77 | | |
59 | 78 | | |
| |||
0 commit comments