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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -