I have wrote a simple script in VBS to read values from the registry, install a patch, copy some files accross after the patch has finished, create a few shortcuts and then write some values back to the registry. I wanted to create an executable to do this for me as the script needs to be run on a about 500 pc’s by the user and i do not want the user messing around with VBS or any programming language. Finally my questions are:
1. – Can it be done?
2. – What would be the best language to write the executable in so that it will run on any Windows based pc?
3. – Any sample code would be much appreciated as i have only wrote VB and don’t know how to read from or write to the registry.
Thanks in advance
Jambo