I am trying to install this application that comes in a .msi format. What I am trying to do is create a DOS or vbscript install that will silently install it on user's PCs without giving them any options. This can be accomplished using the /q command. My problem is that by using the /q command, it installs the application with all the default settings. Does anybody know of a way where I can run the install, select the options I want and then repackage the installation file with those options I selected? Thanks.