Overview
The object of this project is to safe guard programs from being downloaded, saved and installed later. I require an installing program that will run on a web server which installs programs that clients request without any files being saved in cache or temporary on clients hard drive but only in memory. Client cannot access or save setup files at any time during the install process.
…
Programming
1. Create an install utility that runs on a web server (Linux and Windows) whi…
