WindowsXP/Source/XPSP1/NT/tools/sxsvalidateappmanifest.cmd
2024-08-03 16:30:48 +02:00

6 lines
143 B
Batchfile

@echo off
echo Validating %2 against schema %1
FusionManifestValidator.exe /m:%2 /s:%1
if not errorlevel 0 (
echo ERROR: Manifest is invalid
)