Changeset 107232 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 5, 2024 8:01:23 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 166236
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r107111 r107232 25 25 ; SPDX-License-Identifier: GPL-3.0-only 26 26 ; 27 28 ; 29 ; !!! HACK ALERT !!! 30 ; We disable the installer's CRC check because we have to use VBoxPeSetVersion in order 31 ; to make the installer run on NT4 guests with our self-built NSIS binaries. 32 ; Needs to be fixed properly. 33 ; !!! HACK ALERT !!! 34 ; 35 CRCCheck off 27 36 28 37 !if $%KBUILD_TYPE% == "debug"
Note:
See TracChangeset
for help on using the changeset viewer.