Changeset 108935 in vbox
- Timestamp:
- Apr 10, 2025 6:26:01 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168445
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r108783 r108935 216 216 SetOutPath "$INSTDIR\VBoxSF" 217 217 FILE "$%PATH_OUT%\bin\additions\VBoxSF.sys" 218 !if $% BUILD_TARGET_ARCH% == "x86"218 !if $%KBUILD_TARGET_ARCH% == "x86" 219 219 FILE "$%PATH_OUT%\bin\additions\VBoxSFW2K.sys" 220 220 !endif 221 221 FILE "$%PATH_OUT%\bin\additions\VBoxMRXNP.dll" 222 !if $% BUILD_TARGET_ARCH% == "x86"222 !if $%KBUILD_TARGET_ARCH% == "x86" 223 223 FILE "$%PATH_OUT%\bin\additions\VBoxMRXNP-x86.dll" 224 224 !endif -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh
r108772 r108935 212 212 ; 213 213 Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxSF.sys" 214 ;!if $% BUILD_TARGET_ARCH% == "x86"214 ;!if $%KBUILD_TARGET_ARCH% == "x86" 215 215 Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxSFW2K.sys" 216 216 ;!endif 217 217 Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxMRXNP.dll" 218 ;!if $% BUILD_TARGET_ARCH% == "x86"218 ;!if $%KBUILD_TARGET_ARCH% == "x86" 219 219 Delete /REBOOTOK "$INSTDIR\VBoxSF\VBoxMRXNP-x86.dll" 220 220 ; !endif -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r108783 r108935 568 568 569 569 ; The Shared Folder IFS goes to the system directory. 570 !if $% BUILD_TARGET_ARCH% == "x86"570 !if $%KBUILD_TARGET_ARCH% == "x86" 571 571 ; On x86 we have to use a different shared folder driver linked against an older RDBSS for Windows 7 and older. 572 572 ${If} $g_strWinVersion == "2000"
Note:
See TracChangeset
for help on using the changeset viewer.