Updated 03/09/2012 modified Jason Sandys link to his new blog page that includes 64-bit version. Modified the zip file to include both 32-bit and 64-bit of OSDPlusPlus.
I’ve been working on a project for an Operating System Deployment (OSD) where the client wanted some type of user input during a ConfigMgr TS. The purpose of the user input was to set ConfigMgr variables that can be used later on during the TS to do certain things based on the users answers. It’s easy to do with Microsoft Deployment Toolkit (MDT) alone or MDT integrated with ConfigMgr but a little more difficult using 100% ConfigMgr. What I ended up doing was using ServiceUI to display an exe capturing the users answers and setting them as variables so the TS could use them later on.
How to do it:
References:
Jason Sandys’ OSD++ on MyITfourm: http://myitforum.com/cs2/blogs/jsandys/pages/osdplusplus.aspx
Cameron TechNet Blog explaining ServiceUI.exe: http://blogs.technet.com/b/cameronk/archive/2011/01/25/can-i-use-serviceui-exe-to-launch-other-programs-besides-the-udi-setup-wizard.aspx http://blogs.technet.com/b/cameronk/archive/2010/04/27/creating-a-user-interactive-task-sequence-experience.aspx
Files needed http://www.adamjrafels.com/BlogFiles/ServiceUI-OSDplusPLUS.zip