I'm using a standard MDT based task sequence in CM2012. I'm running a refresh scenario, so the TS is running an offline USMT backup using hardlinking.
So, the TS runs, and my USMTCapture.log tells me the command line ran nicely. But its defaulting to use the Migapp.xml and Migdocs.xml. I have a custom.xml I want to add to the capture step, but since its running the cscript.exe "%deployroot%\scripts\ztiuserstate.wsf" /capture to capture the data, I'm not sure how to incorporate the option to add /i:custom.xml to the command line.
Thinking way back to my SMS days, I think I could add this to the config.ini, but I'm not finding the documentation. (I am still digging.)
Is there a way to add this parameter as a TS variable? If so, can someone tell me the variable name and syntax?
Thanks!