update the autoit script to work with no winpkg window by forcing it active

This commit is contained in:
Mario Fetka 2013-04-06 07:43:17 +02:00
parent c0645c1aaf
commit a6328e0207
3 changed files with 4 additions and 7 deletions

Binary file not shown.

View File

@ -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

Binary file not shown.