sure... http://www.msfn.org/board/index.php?showto...l=switch+finder download the switchfinder... It doesn't find everything, but I've had good success using it if I didn't know the installer type. You can also try finding the installer type by right-clicking the .exe file and go to properties. Generally under Version you'll see Copyright... It will usually say Copyright XYZ installer. That may also come in handy in finding out the installer type. Some installers execute and call other installers. If that's the case there are 2 potential ways you can get the extracted installers.1 1. Usually the initial setup.exe allows you to extract the files (make sure you have WinRAR installed). You can right-click the .EXE and extract the files to a new folder, or however you want to do it. 2. You can have it extract the setup files, and just copy them out of your temp directory. Before running the setup you want to go to Start -> Run -> %temp% and clean out your temp directory... then run setup. While the setup is still open, go back to your temp directory and see what's there. If there's an file with a .MSI or .EXE extension, copy them out. Once you know the installer type, from http://unattended.msfn.org, mouse over Intermediate Users -> Applications, and see if at the bottom of that list you see the installer type you have. Click the corresponding setup type, and that page will have your switches. Hope that helps/makes sense as far as putting it in the %ProgramFiles% directory, you can, but if it's a setup file that needs to run to install the program (most do), you need to call that installer. Best way is to follow the batch scripting method found here, or however you generally run installers with your uA CD