It so happens that you don't really have the time to keep your uA CD updated to the micro-second with the latest versions of everything. And also, if you need to do roll-outs in a corporate environment, you have specific categories of users who have special needs - but sometimes you have a single desktop which needs to be different from the others in terms of what you install (but you can't waste your time to customize for that machine). And then, of course, you might have a standard CD that you use for everybody (if you do OS installs all day long) - but you want your *OWN* PC to be a bit different.
So in such cases, you'd add this code to your CMD (batch-file) which runs at first-logon:
if exist D:\uA_XPSP2\install\script.cmd start /wait D:\uA_XPSP2\install\script.cmd (modify it if you use RunOnceEX or XPlode)What does that code do?
It gives you a hook into the unattended CD to add things later. It will run a batch-file from a known location (we can't keep the CMD to run from C: drive as you will have formatted that partition before install). So that, if you are re-installing windows from CD onto a machine you can make use of that CMD to do tasks peculiar to only that machine.
Therefore, let's say you are installing from that unattended CD onto your Home PC and you probably have the Age of Empires (game) installer in your H:\ drive - which you anyway keep re-installing all the time (but because you can't fit the game onto the uA CD you did not include it in the silent installs). This plugin (script) can run from the D:\ drive and install the game as well - so that while everybody else sees your stock unattended install, you will take benefit of a few special features.
If you use your imagination, the plugin can open up many new possibilities for you.
Please reply in this topic if you found this suggestion useful, or if you have any corrections to this (or any questions).



Help
Back to top









