vba - MDT Shell does not function -
i'm building nice custom shell functional microsoft deployment toolkit (mdt)
environment. shell built visual studio 2016, visual basics. seems work fine how meant be, except process.start line.
process.start("x:\deploy\scripts\litetouch.wsf", "/debug:yes /tasksequenceid:img /skiptasksequence:yes /backupfile:backup.wim /computerbackuplocation:network /backupshare:" + settingsform.textbox1.text + "\" + " /backupdir:" + +form1.combobox1.text + "\" + form1.datetimepicker1.value.toshortdatestring + "\" + form1.textbox1.text)
this line returns unhandled error:
conversion string "/debug:yes /tasksequenceid:img /" type 'double' not valid.
what doing wrong, , how can fix problem?
thanks in advance!
bram
wiki
Comments
Post a Comment