I have a program that requires a vbs to execute afterwards to remove a attributes that doesn't during the uninstaller. The program is an msi installer.
Is the only way to do this is running a .cmd script where I use msisxec to run the msi uninstaller & then execute the vbs?