Hello,
I would like to develop a single task sequence where the user can select what faculty they belong to (from a drop-down box or similar) and the appropriate Operating System / Software will be installed (I'm developing a self-service imaging solution which needs to be user friendly and I'm sick of having too many task sequences). My thinking was - each OS/Software install step in the TS would be dependent on a custom variable %FACULTY% (set by user as mentioned).
Essentially we would like the imaging experience for the user to be as follows...
User presses F12 upon startup to PXE boot
User enters password for authorization (already done)
User selects their faculty from a drop-down box
Appropriate OS/Software is installed according to faculty selection
The two things I'm unsure of is..
How to add custom HTA page (for user selection) to boot wim
Create and then refer to custom TS variable
Thanks a lot