I'm trying to create a silent install of a .msi file that requires no user interaction. I currently have a batch file that will run the install, but the user has to click "next" and "finish" buttons to finish the install. Is there anyway to fix this ...