jump to navigation

Custom Wizard Pages October 30, 2009

Posted by keithga in MDT 2010.
trackback

I had a customer recently (a very large Windows-only IT Shop), who wanted a custom wizard page in MDT.

Most of the wizard work I did on BDD/MDT was done by hand, editing html source code in a text editor. Michael Niehaus wrote an excellent tool to help develop and show MDT wizard pages in a C# application, however I prefer to develop by hand.

See: http://mdtwizardeditor.codeplex.com/

For this solution the customer wanted to allow their clients the ability to clean the partitions using the default MDT installation “New Computer” installation process, or to keep the existing partition configuration (and therefore keeping any 2nd data partition).

I created a web page that would query the partition configuration for disk 0, and display it in a graphical fashion, along with a graphical representation of the proposed “Clean” configuration.

clip_image002

Please note that there are technical problems with more than one partition on a Windows Deployment. It’s easy to setup, however, it can also creates management headaches later on if you need to service the machine.

Keith

Keith Garner is a Deployment Specialist with Xtreme Consulting Group

Comments»

1. Michael - June 5, 2013

My company has been looking for a solution that does exactly this for some time now. Is there a download for this source code anywhere? As it is now people have to come to me to let me know what partition they want the image installed on, but with this they can set it up themselves… seems like a feature that should be and should have always been in MDT to begin with. Thanks!

2. Gyz - August 24, 2012

Any chance I can get a copy of your nice work, Keith?
Many thanks, Gyz

3. Jason Yates - May 24, 2011

Is this coming in MDT 2012??

4. Adam - February 24, 2011

Will this ever be available? I need this badly as we layout 4 partitions on 1TB drive.

5. Jason - February 22, 2011

Wow, it’s great! But source code is free? Where i find it?

6. Rateau - October 4, 2010
7. christophe - September 9, 2010

i’m looking to the same things, possibility to post the code ? thx !!

8. Sean Lv - August 25, 2010

available ? I am waiting 🙂

9. Sam - June 2, 2010

Is this available yet? It would be a great addition to MDT.

10. Manji - April 19, 2010

Thanks

11. Sean - February 22, 2010

Great work! Could you share the code of “DISK Configuration” wizard?

12. AngloTom - January 28, 2010

When will this solution be posted? This is exactly what I was looking for.

13. Craig - November 13, 2009

That would be fantastic. Thanks for working on that.

I could help you test for bugs if that’d be helpful. 🙂

14. Craig - November 11, 2009

This is exactly what I need. I was surprised that there isn’t any way to dynamically size the partitions as part of the lite touch install.

Is this something you could post?

tmintner - November 12, 2009

Unfortunately this was too much to include natively in lite touch. It isn’t a small change, several hundred lines of script. We need to clean up some of the code and make sure everything still works since the original version so we will try to get something similar posted.

Eelco - February 19, 2010

Hi,

This looks awesome! I created something similar once. Users got the choice to do a fresh install with the possibility for custom partition sizes, or do a refresh with the current partition layout and keep the data on the 2nd partition.

But it didn’t have the great graphical wizard you created!
Is this available for download somewhere?

15. Craig - November 11, 2009

Do you have this wizard page posted somewhere? I’ve been looking for this exact solution.

Is this the only way to configure partition sizes during a “New Computer” deployment?

Melvina - April 17, 2011

Walking in the psrenece of giants here. Cool thinking all around!

16. Erik - November 3, 2009

Hi,

When launching Lite Touch from Windows (not PE) one get the selection to Refresh or Backup the computer. I want to do a Refresh, but not just wipe the current disk.

I would like Lite Touch to perform the same disk config/formating as I have set in the “New Computer only” task in the Task Sequence.

Would that be possible 🙂 ?

tmintner - November 3, 2009

Hi Erik,

Unfortunately you cannot do a format and partition disk step during a Refresh because the Windows PE files and the Lite Touch installation files are stored on the disk at the time you reboot to Windows PE. You could definitely add a step to the task sequence to delete all of the files off of the other partitions or edit the ltiapply.wsf script to delete the files on the other partitions

Erik - November 4, 2009

I figured that was the case 🙂

When you start a Refresh from within a current Windows installation Lite Touch copies stuff to the \MININT folder.

Do you know if it even would be possible to make WinPE copy the settings from \MININT to a RAM-drive and then perform the same disk partion jobs as you want for a new Computer Scenario?

Is it impossible, or is it just that the MDT never thought it would be useful 🙂 ?

tmintner - November 4, 2009

Unfortunately that wouldn’t be possible. Windows PE wouldn’t let you delete the partition it was booted from.


Leave a reply to Erik Cancel reply