VirtualBox

Changeset 108935 in vbox


Ignore:
Timestamp:
Apr 10, 2025 6:26:01 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168445
Message:

Windows Guest Additions installer: Fixes for %BUILD_TARGET_ARCH% -> %KBUILD_TARGET_ARCH% (note the 'K' at the beginning).

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r108783 r108935  
    216216    SetOutPath "$INSTDIR\VBoxSF"
    217217    FILE "$%PATH_OUT%\bin\additions\VBoxSF.sys"
    218     !if $%BUILD_TARGET_ARCH% == "x86"
     218    !if $%KBUILD_TARGET_ARCH% == "x86"
    219219      FILE "$%PATH_OUT%\bin\additions\VBoxSFW2K.sys"
    220220    !endif
    221221    FILE "$%PATH_OUT%\bin\additions\VBoxMRXNP.dll"
    222     !if $%BUILD_TARGET_ARCH% == "x86"
     222    !if $%KBUILD_TARGET_ARCH% == "x86"
    223223      FILE "$%PATH_OUT%\bin\additions\VBoxMRXNP-x86.dll"
    224224    !endif
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh

    r108772 r108935  
    212212  ;
    213213  Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxSF.sys"
    214   ;!if $%BUILD_TARGET_ARCH% == "x86"
     214  ;!if $%KBUILD_TARGET_ARCH% == "x86"
    215215    Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxSFW2K.sys"
    216216  ;!endif
    217217  Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxMRXNP.dll"
    218   ;!if $%BUILD_TARGET_ARCH% == "x86"
     218  ;!if $%KBUILD_TARGET_ARCH% == "x86"
    219219    Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxMRXNP-x86.dll"
    220220  ; !endif
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r108783 r108935  
    568568
    569569  ; The Shared Folder IFS goes to the system directory.
    570   !if $%BUILD_TARGET_ARCH% == "x86"
     570  !if $%KBUILD_TARGET_ARCH% == "x86"
    571571    ; On x86 we have to use a different shared folder driver linked against an older RDBSS for Windows 7 and older.
    572572    ${If} $g_strWinVersion == "2000"
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