VirtualBox

Changeset 107232 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 5, 2024 8:01:23 AM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166236
Message:

Windows Guest Additions installer: HACK ALERT: Disable the installer's CRC check because we have to use VBoxPeSetVersion in order to make the installer run on NT4 guests with our self-built NSIS binaries. Needs to be fixed properly + reverted. bugref:10761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r107111 r107232  
    2525; SPDX-License-Identifier: GPL-3.0-only
    2626;
     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;
     35CRCCheck off
    2736
    2837!if $%KBUILD_TYPE% == "debug"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette