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
April 11, 2010
Today I experienced a problem that was running me mad. I was working on a modification of an existing hta downloaded from the internet (more on this later ;-) ). The first time I ran it to verify the changes made so far, I got a Script Error stating an invalid character in Line 1, Char 1 in a script that was referenced in the hta: I was pretty sure that the mentioned script was OK as it is a core library I’ve used quite often before. But to be sure I checked the script again if it contains any invalid...
... Read
the full post or
be the first to comment.
Filed under: Custom Scripts, hta, vbscript