Changeset 106255 in vbox
- Timestamp:
- Oct 9, 2024 9:31:18 AM (7 weeks ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer/Loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk
r106239 r106255 90 90 # The certificate include file. 91 91 $$(VBoxWindowsAdditions_0_OUTDIR)/BuildCert.h: \ 92 $(VBOX_BIN2C) \93 $(VBOX_RTSIGNTOOL) \94 $$(bldAddSignedDummy_1_TARGET) \95 | $$(dir $$@)92 $(VBOX_BIN2C) \ 93 $(VBOX_RTSIGNTOOL) \ 94 $$(bldAddSignedDummy_1_TARGET) \ 95 | $$(dir $$@) 96 96 $(QUIET)$(RM) -f -- "$@" "[email protected]" 97 97 $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --exe "$(bldAddSignedDummy_1_TARGET)" --output "[email protected]" --der -
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r106249 r106255 410 410 rcExit = ErrorMsgRcSWS(27 + i*3, s_aIdenticalItems[i].pszCompareErrorMsg1, pwszExePath, "' does not match"); 411 411 } 412 412 413 413 HeapFree(hHeap, 0, pvExeVerInfo); 414 414
Note:
See TracChangeset
for help on using the changeset viewer.