Create a custom action. Execute a batch file using command line batch file should contain---------------------------------------@echo offsetlocalfor /f "tokens=4-5 delims=. " %%i in ('ver') do (set VERSION=%%i.%%jset MAJ=%%iset MIN=%%j)if "%MAJ%" == ...