Skip to content

PhoenixPE-UserConfig.au3 not run #85

@QuyBao2

Description

@QuyBao2

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 ?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions