update the autoit script to work with no winpkg window by forcing it active
This commit is contained in:
parent
c0645c1aaf
commit
a6328e0207
Binary file not shown.
@ -96,7 +96,7 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
Dosbatch_install
|
||||
Winbatch_install
|
||||
Sub_check_exitcode
|
||||
comment "Copy files"
|
||||
Files_install_32 /32Bit
|
||||
@ -121,7 +121,7 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
Dosbatch_install
|
||||
Winbatch_install
|
||||
Sub_check_exitcode
|
||||
comment "Copy files"
|
||||
Files_install_64 /64Bit
|
||||
@ -140,11 +140,8 @@ endif
|
||||
@echo off
|
||||
dism /online /enable-feature /featurename:NetFx3 /All /Source:%ScriptPath%\Install\NET8 /LimitAccess
|
||||
|
||||
[Dosbatch_install]
|
||||
@echo off
|
||||
%ScriptDrive%
|
||||
cd "%ScriptPath%\Install"
|
||||
opsi-WinPKG.exe
|
||||
[Winbatch_install]
|
||||
"%ScriptPath%\Install\opsi-WinPKG.exe"
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
|
BIN
opsi-WinPKG.au3
BIN
opsi-WinPKG.au3
Binary file not shown.
Loading…
Reference in New Issue
Block a user