Windows2003-3790/tools/sxsvalidateappmanifest.cmd

6 lines
148 B
Batchfile
Raw Permalink Normal View History

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