@echo off
@echo uninstallmsi.bat ...
@msiexec /x %uninstallproduct% /qn
