VirtualBox

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


Ignore:
Timestamp:
Jan 22, 2019 12:13:49 PM (6 years ago)
Author:
vboxsync
Message:

Windows guest installer: Preparations for NSIS 3.x.

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
2 edited

Legend:

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

    r76553 r76934  
    8585!define REPLACEDLL_NOREGISTER ; Replace in use DLL function
    8686!include "ReplaceDLL.nsh"
    87 !include "dumplog.nsh"        ; Dump log to file function
    8887
    8988!if $%BUILD_TARGET_ARCH% == "amd64"
     
    177176!endif
    178177
     178; Must come after MUI includes to have certain defines set for DumpLog
     179!include "dumplog.nsh"        ; Dump log to file function
     180
    179181; Language files
    180182!include "Languages\English.nsh"
     
    202204ShowUnInstDetails show
    203205RequestExecutionLevel highest
     206
     207; Whether to use the Unicode version of NSIS
     208; Note: Using Unicode will result in the installer not working on a Windows 95/98/ME guest
     209;Unicode true
    204210
    205211; Internal parameters
  • trunk/src/VBox/Additions/WINNT/Installer/dumplog.nsh

    r31634 r76934  
    1 !define LVM_GETITEMCOUNT 0x1004
    2 !define LVM_GETITEMTEXT 0x102D
     1!ifndef LVM_GETITEMCOUNT
     2  !define LVM_GETITEMCOUNT 0x1004
     3!endif
     4!ifndef LVM_GETITEMTEXT
     5  !define LVM_GETITEMTEXT 0x102D
     6!endif
    37
    48!macro DumpLog un
Note: See TracChangeset for help on using the changeset viewer.

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