Typo #1:
INCORRECT: <?xml version="1.0" encoding="UFF-8"?>
CORRECT: <?xml version="1.0" encoding="UTF-8"?>
Typo #2:
In this file, the following line is incorrectly repeated twice:
<?xml version="1.0" encoding="UTF-8"?>
(some commented text is here)
<?xml version="1.0" encoding="UTF-8"?>
Without fixing these, you will receive an “** Error during execution, error code = 65280” during the silent installation.
No comments:
Post a Comment