Customizing the Application page (force choice)
-
Monday, July 23, 2012 10:24 AM
Hi!
I'm currently strugling with a problem regarding the Application install page in the wizard. In my MDT Workbench I have defined two application bundles and the user has to choose between them. So i want the wizard to select App1 by default and if the user decides to get App2, App1 should be deactivated and vice versa. At least one of them has to be installed (but not both).
Is it possible with the MDT?
All Replies
-
Monday, July 23, 2012 1:58 PM
Hi,
It could be possible but I believe it would involve scripting/coding to tweak the wizard. If possible, a cheap/quick solution would be to create 2 Task Sequences, each one would install a different app bundle and the user would not be able to choose both.
David Sebban | Nelite North America | http://www.nelite.com/community/b/dsebban/default.aspx
- Marked As Answer by JukeJoke Monday, July 23, 2012 2:45 PM
-
Monday, July 23, 2012 2:45 PM
Hi!
Thanks, I think this is the easiest solution!

