I dont know what kind of installer it is... and its not a multilanguage installer... As for AutoIT.... I never actualy used it before, so I have nop Idea how to make a script for this.... The way it works, Is thatyou start the big EXE, it will then create a script.ini file in the TEMP folder and ask you a few questions, at the end it will extract the files to the TEMP folder and move them to the final install folder. So the files does not stay in the TEMP folder for long.... I cant copy them over to and other folder. But If I take my time looking at the script I might able to decipher wich file goes where..... Once the files are where they need to be it runs a command CFPCONFG.EXE -I (got this from the script) which will start the configuration process. I was playing around with CFPCONFG.EXE and I found out that theres multiple 1 letter switches available, (almost all the alphabet) IE.: -a forces a scan, -k start the config wizard, -r Reboots the computer, -i -s seams to perform a silent install.... so If I run CFPCONFG -i -s and then reboot, the firewall application starts up, but if I open up the main screen, it says that the "Firewall is not working properly" and ask if I want to repair, if I say YES, it fails to repair and ask if I want to create a diag file. IF I say YES again a TXT file is create and by reading it, I believe some files are missing. So There is a way to do a silent install.... We just need to know exactly what files gets copied where, and if the Registry get modified before the installer run the CFPCONFG.EXE -I