Back in June 2008 I posted an article about running post-build commands after Windows setup completes. Recently a viewer asked the following question:
How would you go about having the unattend.xml automatically call this script?
Although the method below doesn’t use unattend.xml directly, here’s a way of running a script after Windows setup completes …...
Some time ago I wrote an article about how to do an unattended install of the .NET Framework 2.0. A visitor asked the following question about doing this in a login script:...
The last few articles on Digital Formula have been about unattended installations of various Windows components and add-ons. You’ll get most use out of these articles if you take the steps described in them and make up a post-build script that you can run when Windows has finished installing....
For a lot of applications today you’ll need to install the Microsoft .NET Framework on your Windows systems to get them working. If you’re one of the administrators around the world that hasn’t made the jump to Windows Vista yet then you’ll know that the .NET Framework 2.0 doesn’t come pre-installed with Windows XP....