Link to home
Start Free TrialLog in
Avatar of CHI-LTD
CHI-LTDFlag for United Kingdom of Great Britain and Northern Ireland

asked on

MDT 2013 Update 2 Error on 2008 R2 server.

After booting to WDS and starting the Lite Touch boot WIM on the client, as soon as it gets past the initial screen (select keyboard) it fails:

A VBScript Runtime Error has occuired:

Error: 438 = object doesnt support this property or method

VBscript code:
-------------
'//
*******************************************
******************88
'//
'// copyright (c) microsoft corporation. All rights reserved.
'//
'// microsoft deployment toolkit solution accelerator
'//
'//  file:  deploywiz_installation.vbs
'//
'//version 6.3.8330.1000
'//
'// purpose: main client deployment wizard initialisation routines
'//
'//
*****************************
****************8


option explicit
Dim iVerMajor
outility.GetMajorVersion(property("imagebuild"))
iVerMajor = oUtility.VersionMajor

Function InitialiseProductKey

'figure out how to initialise the pane.

If property ("productkey") <> "" or iVerMajor < 6 then
locproductkey.disabled = false
locproductkey.value = pro


All occurred since i upgraded from MDT 2012 beta 1 to 2013 update 1 and then 2...
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

from my deploywiz_productkeyVista.vbs
If Property("ProductKey") <> "" or iVerMajor < 6 then
		locProductKey.disabled = false
		locProductKey.value = Property("ProductKey")
		ProductKey.value = locProductKey.value
		
		If iVerMajor > 6 then
			PKRadio3.click
			locOverrideProductKey.disabled = true
			OverrideProductKey.value = ""
		End if

Open in new window

DeployWiz_ProductKeyVista.vbs
DeployWiz_ProductKeyVista.xml
Avatar of CHI-LTD

ASKER

My message is when i boot up into MDT via WDS.
Where are these settingS?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CHI-LTD

ASKER

My bad.  No i hadn't re-imported the lite touch x86 and x64 wims from MDT to WDS.  oops...