The Springboard Series on TechNet<\/a><\/p>\nedit: Dang, are you guys fast.<\/p>","upvoteCount":2,"datePublished":"2013-09-12T13:55:47.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/5","author":{"@type":"Person","name":"winoutreach4","url":"https://community.spiceworks.com/u/winoutreach4"}},"suggestedAnswer":[{"@type":"Answer","text":"
Does anyone know how to start the Microsoft Deployment Wizard from within a running Windows OS so that a task sequence (created for the sole purpose of installing applications) can be run at the OS level (non-WinPE)?<\/p>","upvoteCount":2,"datePublished":"2013-09-12T13:46:58.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/1","author":{"@type":"Person","name":"tylerbrim","url":"https://community.spiceworks.com/u/tylerbrim"}},{"@type":"Answer","text":"
Is there any reason you want to do this with MDT rather than something perhaps more suited to App installs like PDQ Deploy (or even via GPO)?<\/p>","upvoteCount":0,"datePublished":"2013-09-12T13:48:51.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/2","author":{"@type":"Person","name":"Nick-C","url":"https://community.spiceworks.com/u/Nick-C"}},{"@type":"Answer","text":"
Just execute the LiteTouch.vbs from the Deployment Share. Then it’ll prompt for which task sequence you want to run.<\/p>","upvoteCount":1,"datePublished":"2013-09-12T13:52:58.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/3","author":{"@type":"Person","name":"jeremyb","url":"https://community.spiceworks.com/u/jeremyb"}},{"@type":"Answer","text":"
Browse to the deployment share and go into the Scripts folder and run LiteTouch.vbs.<\/p>","upvoteCount":0,"datePublished":"2013-09-12T13:54:08.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/4","author":{"@type":"Person","name":"timgood4765","url":"https://community.spiceworks.com/u/timgood4765"}},{"@type":"Answer","text":"
Whew, wow, been so busy here and haven’t had time to check back. Thank you guys for chiming in. I did find my own answer, which is exactly as Jeremy_B had said (and others appended to). I also created a batch file (without credentials) that our techs can use as a 1-click initiator.<\/p>","upvoteCount":0,"datePublished":"2013-09-18T11:46:22.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/6","author":{"@type":"Person","name":"tylerbrim","url":"https://community.spiceworks.com/u/tylerbrim"}},{"@type":"Answer","text":"
“Is there any reason you want to do this with MDT rather than something perhaps more suited to App installs like PDQ Deploy (or even via GPO)?”<\/p>\n
True, or even Ninite Pro.<\/p>\n
We will be purchasing Ninite Pro eventually. Pretty sure that Ninite will not do Microsoft Product installations. Also, nice to use free and existing tools.<\/p>","upvoteCount":0,"datePublished":"2013-09-18T11:54:36.000Z","url":"https://community.spiceworks.com/t/mdt-for-application-installations/239220/7","author":{"@type":"Person","name":"tylerbrim","url":"https://community.spiceworks.com/u/tylerbrim"}}]}}
tylerbrim
(tbrim)
September 12, 2013, 1:46pm
1
Does anyone know how to start the Microsoft Deployment Wizard from within a running Windows OS so that a task sequence (created for the sole purpose of installing applications) can be run at the OS level (non-WinPE)?
2 Spice ups
Nick-C
(Nick-C)
September 12, 2013, 1:48pm
2
Is there any reason you want to do this with MDT rather than something perhaps more suited to App installs like PDQ Deploy (or even via GPO)?
jeremyb
(Kellanved)
September 12, 2013, 1:52pm
3
Just execute the LiteTouch.vbs from the Deployment Share. Then it’ll prompt for which task sequence you want to run.
1 Spice up
Browse to the deployment share and go into the Scripts folder and run LiteTouch.vbs.
This is done in the same manner that you would run the ‘ Sysprep and Capture ’ task, by calling the LiteTouch.wsf script from the running OS.
Establish connectivity with the deployment share:
Net use * \mdtserver\deploymentshare$ /user:domain\username
Execute the LiteTouch.wsf:
Cscript \mdtserver\deploymentshare$\scripts\LiteTouch.wsf
This will start the MDT wizards and offer you the task sequence list.
Hope this helps,
David
Windows Outreach Team – IT Pro
The Springboard Series on TechNet
edit: Dang, are you guys fast.
2 Spice ups
tylerbrim
(tbrim)
September 18, 2013, 11:46am
6
Whew, wow, been so busy here and haven’t had time to check back. Thank you guys for chiming in. I did find my own answer, which is exactly as Jeremy_B had said (and others appended to). I also created a batch file (without credentials) that our techs can use as a 1-click initiator.
tylerbrim
(tbrim)
September 18, 2013, 11:54am
7
“Is there any reason you want to do this with MDT rather than something perhaps more suited to App installs like PDQ Deploy (or even via GPO)?”
True, or even Ninite Pro.
We will be purchasing Ninite Pro eventually. Pretty sure that Ninite will not do Microsoft Product installations. Also, nice to use free and existing tools.