App Installer

App Installer is a utility written by Joseph Paul Cohen that allows an IT professional to install several programs with a single click. It is designed to launch from a network share and suppress any Windows security questions about launching programs. App Installer uses the CreateProcess() Win32 function call to launch processes without security warnings. This also allows it to understand UNC paths such as “\server\share older” This programs is written in C++ using the Microsoft Foundation Class Library. It works on Windows 95,98,NT,2000,XP,Vista,7 and Wine on linux.

View the project here: http://sourceforge.net/projects/appinstaller/