Browse by Tags
April 19, 2010
As you might have read already on other Blogs as well, it is quite easy to test the processing of your gather step and the customsettings.ini. What I would like to add here is, that you can also use the same way to test your custom wizards and scripts as well. It’s easy to set up: - Create a folder that you would like to use for Testing/Debug purposes (“MDT_Testing” or similar). You can also create several folders if you require to test different scenarios - Copy the following files from the {MDTInstallationDirectoy...
... Read
the full post or
be the first to comment.
Filed under: Custom Scripts, Microsoft Deployment, Debug, MDT, hta
March 25, 2009
Many of us have to deal with some kind of scripts. I know the future is Powershell but there are still so many existing scripts flying around and also there are some situations where you simply need to use something "old" like vbscript. Anyway. I'm not going to talk about the why and why not. This is simply about the fact that I had to deal with vbscript quite a lot, especially in the last time due to some Deployments (Hey Microsoft! When will Windows PE support .Net?). As writing on...
... Read
the full post or
be the first to comment.
Filed under: Custom Scripts, Debug