Hi guys!
As some of you know, i am building custom PCs, installing and repairing PCs to earn some money! Normaly clients wish to install WinXP Pro! I dont install just only the OS in a hurry... i install all needed SP, Hotfixes, Patches, Bios Updates and all that is needed to get a more stable and faster OS!
Then i start part, where i install all needed stuff by hand like:
C:\ == latest SP, all Hotfixes/Patches, KLite CodedPack...
D:\ == WinRar, TotalCmd, Aimp, Firefox, Thunderbird, Pidgin, PhotoShop and so on...
Installing all this by hand require a lot of time and so it still need up to 1,5 days for installing a complete new OS, with all updates, patches, fixes, tools, appz...
The question is, do you know a way, to install all this things on any clients PC automatical? I know some programs like the MS Hotfixes can be installed by creating an own BAT file and using command line operations, which is very nice - because it saves a lot of time and still works automatic! ^^
Something i thought about is to code a small tool where i can select which tool/app should be installed and when clicking on install button, all the selected stuff will be automatical intalled! Sadly not all programs have the possibility to use any command lines (or i still dont know about it).... An idea it so find the WindowTitle and getting the position of the window and then emulating mouse events... but i dont really like this way, because whats when i add a new version of a app to my installation-package, where the window title has or some installation settings has been changed?
So the question is, is there any idea to select/install latest stuff (all in my installation folder/DVD) automatical - wihout having an ISO/image? THx