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 so that the install just runs in the background and the user will not have to click next or finish?