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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Dosbatch_install
|
Winbatch_install
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_32 /32Bit
|
Files_install_32 /32Bit
|
||||||
@ -121,7 +121,7 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Dosbatch_install
|
Winbatch_install
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_64 /64Bit
|
Files_install_64 /64Bit
|
||||||
@ -140,11 +140,8 @@ endif
|
|||||||
@echo off
|
@echo off
|
||||||
dism /online /enable-feature /featurename:NetFx3 /All /Source:%ScriptPath%\Install\NET8 /LimitAccess
|
dism /online /enable-feature /featurename:NetFx3 /All /Source:%ScriptPath%\Install\NET8 /LimitAccess
|
||||||
|
|
||||||
[Dosbatch_install]
|
[Winbatch_install]
|
||||||
@echo off
|
"%ScriptPath%\Install\opsi-WinPKG.exe"
|
||||||
%ScriptDrive%
|
|
||||||
cd "%ScriptPath%\Install"
|
|
||||||
opsi-WinPKG.exe
|
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; 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