Changeset 102056 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- Nov 9, 2023 9:45:26 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/Makefile.kmk
r102055 r102056 104 104 ifdef VBOX_WITH_VBOX_LEGACY_TS_CA 105 105 $(RM) -f -- "[email protected]_tsca" 106 $(VBOX_RTSIGNTOOL) extract-timestamp-root --s ignature-index 0 --input "$(PATH_STAGE_SYS)/VBoxSup.sys" --output "[email protected]_tsca"106 $(VBOX_RTSIGNTOOL) extract-timestamp-root --self-signed-roots-from-system --signature-index 0 --input "$(PATH_STAGE_SYS)/VBoxSup.sys" --output "[email protected]_tsca" 107 107 $(VBOX_BIN2C) -ascii --append VBoxLegacyWinCA "[email protected]_tsca" $@ 108 108 $(RM) -f -- "[email protected]_tsca"
Note:
See TracChangeset
for help on using the changeset viewer.