Changeset 107274 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Dec 10, 2024 10:41:35 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166295
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r107246 r107274 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 order31 ; 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 off36 27 37 28 !if $%KBUILD_TYPE% == "debug"
Note:
See TracChangeset
for help on using the changeset viewer.