Hi, I am new to scripting and I now fill the role of IT coordinator in my business and want to install UltraVNC on all client PCs so I can administer them remotely. I have attempted to create a script that will run the UVNC installer (Server silent) but have been unsuccessful in even getting past the first screen. I have mapped out what I think needs to happen but I need someone to tell me where I have gone wrong. Please note that I want to use the installer supplied by UltraVNC, rather than just pulling files out of an existing install and pushing them to the client and modifying registry as has been suggested in other forum posts I have found on the topic. My reasoning for this is twofold, 1 - I want to make it as clean as possible for when someone takes over the role after me 2 - The application can easily be uninstalled at a later date if there are issues. The UltraVNC installer files can be found here: Inno Setup installer 10962 x86 - http://www.uvnc.com/component/jdownloads/summary/4/44.html Inno setup installer 10962 X64 - http://www.uvnc.com/component/jdownloads/summary/4/45.html (Iam only looking at the x64 in the script for now) My script has been attached. If someone could have a look and let me know, I would be very grateful. Cheers! Dstroyr UVNC_x64_Server_AutoSetup.au3