|
1 | 1 | # Update.exe (Windows) |
2 | 2 | ``` |
3 | | -
|
| 3 | +Velopack Updater (1.1.1) manages packages and installs updates. |
| 4 | +https://velopack.io |
| 5 | +
|
| 6 | +Usage: update.exe [OPTIONS] |
| 7 | + update.exe apply [OPTIONS] [-- [EXE_ARGS]...] |
| 8 | + update.exe start [OPTIONS] [EXE_NAME] [-- [EXE_ARGS]...] |
| 9 | + update.exe patch [OPTIONS] --old <FILE> --delta <FILE> --output <FILE> |
| 10 | + update.exe uninstall [OPTIONS] |
| 11 | +
|
| 12 | +Options: |
| 13 | + --verbose Print debug messages to console / log |
| 14 | + -s, --silent Don't show any prompts / dialogs |
| 15 | + --rootDir <PATH> Override the default locator root directory |
| 16 | + --packageDir <PATH> Override the default packages directory |
| 17 | + -l, --log <PATH> Override the default log file location |
| 18 | + -h, --help Print help |
| 19 | + -V, --version Print version |
| 20 | +
|
| 21 | +update.exe apply: |
| 22 | +Applies a staged / prepared update, installing prerequisite runtimes if necessary |
| 23 | + --norestart Do not restart the application after the update |
| 24 | + --waitPid <PID> Wait for the specified process to terminate before applying the update |
| 25 | + -p, --package <FILE> Update package to apply |
| 26 | + -h, --help Print help |
| 27 | + [EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'. |
| 28 | +
|
| 29 | +update.exe start: |
| 30 | +Starts the currently installed version of the application |
| 31 | + --waitPid <PID> Wait for the specified process to terminate before applying the update |
| 32 | + -h, --help Print help |
| 33 | + [EXE_ARGS]... Arguments to pass to the started executable. Must be preceded by '--'. |
| 34 | + [EXE_NAME] The optional name of the binary to execute |
| 35 | +
|
| 36 | +update.exe patch: |
| 37 | +Applies a series of delta bundles to a base file |
| 38 | + --old <FILE> Base / old file to apply the patch to |
| 39 | + --delta <FILE> The delta bundle to apply to the base package |
| 40 | + --output <FILE> The file to create with the patch applied |
| 41 | + -h, --help Print help |
| 42 | +
|
| 43 | +update.exe uninstall: |
| 44 | +Remove all app shortcuts, files, and registry entries. |
| 45 | + -h, --help Print help |
| 46 | +
|
4 | 47 |
|
5 | 48 | ``` |
0 commit comments