file path error in boot.wim ( windows/system32/PhoenixPE.au3)
file PhoenixPE.au3
If FileExists(@SystemDir & "\PhoenixPE-UserConfig.a3x") Then RunProgram(@SystemDir & "\AutoIt3.exe", @SystemDir & "PhoenixPE-UserConfig.a3x")
If FileExists(@SystemDir & "\PhoenixPE-UserConfig.au3") Then RunProgram(@SystemDir & "\AutoIt3.exe", @SystemDir & "PhoenixPE-UserConfig.au3")
file path error, fix manually missing "" "PhoenixPE-UserConfig.a3x" -->"\PhoenixPE-UserConfig.a3x"
Is there a way to make it run automatically, when building ?
file path error in boot.wim ( windows/system32/PhoenixPE.au3)
file PhoenixPE.au3
If FileExists(@SystemDir & "\PhoenixPE-UserConfig.a3x") Then RunProgram(@SystemDir & "\AutoIt3.exe", @SystemDir & "PhoenixPE-UserConfig.a3x")
If FileExists(@SystemDir & "\PhoenixPE-UserConfig.au3") Then RunProgram(@SystemDir & "\AutoIt3.exe", @SystemDir & "PhoenixPE-UserConfig.au3")
file path error, fix manually missing "" "PhoenixPE-UserConfig.a3x" -->"\PhoenixPE-UserConfig.a3x"
Is there a way to make it run automatically, when building ?