mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
fix issue that a empty Temp folder on X drive
This commit is contained in:
parent
05712ef359
commit
e29a22558f
@ -1,6 +1,6 @@
|
||||
call V2X HotSwap -Extract "HotSwap_*.ZIP" "%X%\Temp\HotSwap\"
|
||||
copy /y "%X%\Temp\HotSwap\%_V3264%bit\HotSwap^!.EXE" "%X_SYS%\"
|
||||
rd /s /q "%X%\Temp\HotSwap\"
|
||||
call V2X HotSwap -Extract "HotSwap_*.ZIP" "%X_WIN%\Temp\HotSwap\"
|
||||
copy /y "%X_WIN%\Temp\HotSwap\%_V3264%bit\HotSwap^!.EXE" "%X_SYS%\"
|
||||
rd /s /q "%X_WIN%\Temp\HotSwap\"
|
||||
|
||||
call AddFiles \Windows\system32\systray.exe
|
||||
reg add "HKLM\Tmp_Default\Software\HotSwap^!" /v DFlags /t REG_DWORD /d 0x10000003 /f
|
||||
|
Loading…
x
Reference in New Issue
Block a user