Changeset 96920 in vbox for trunk/src/VBox/Installer/win/Scripts
- Timestamp:
- Sep 28, 2022 6:24:30 PM (2 years ago)
- Location:
- trunk/src/VBox/Installer/win/Scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd
r96690 r96920 278 278 echo .Set DestinationDir=VBoxExtPackPuel>> "%_MY_OPT_DDF_FILE%" 279 279 echo .\VBoxExtPackPuel.inf VBoxExtPackPuel.inf>> "%_MY_OPT_DDF_FILE%" 280 echo %_MY_EXTPACK_DIR%\win.%_MY_OPT_ARCH%\VBoxEhciR0.r0 VBoxEhciR0.r0>> "%_MY_OPT_DDF_FILE%"280 rem echo %_MY_EXTPACK_DIR%\win.%_MY_OPT_ARCH%\VBoxEhciR0.r0 VBoxEhciR0.r0>> "%_MY_OPT_DDF_FILE%" 281 281 echo %_MY_EXTPACK_DIR%\win.%_MY_OPT_ARCH%\VBoxNvmeR0.r0 VBoxNvmeR0.r0>> "%_MY_OPT_DDF_FILE%" 282 282 rem echo %_MY_EXTPACK_DIR%\win.%_MY_OPT_ARCH%\VBoxPciRawR0.r0 VBoxPciRawR0.r0>> "%_MY_OPT_DDF_FILE%" -
trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf
r96407 r96920 38 38 39 39 [SourceDisksFiles] 40 VBoxEhciR0.r0=140 ;VBoxEhciR0.r0=1 41 41 VBoxNvmeR0.r0=1 42 42 ;VBoxPciRawR0.r0=1 … … 58 58 59 59 [VBoxExtPackPuelInstall.Files] 60 VBoxEhciR0.r0,,,260 ;VBoxEhciR0.r0,,,2 61 61 VBoxNvmeR0.r0,,,2 62 62 ;VBoxPciRawR0.r0,,,2
Note:
See TracChangeset
for help on using the changeset viewer.