I'm need help in the issues I've having. I've been working on this for days and I can't get it to work. Here is what I know and what I've done.
I created a blank task sequence. Here is what it looks like and what I've tried.
OSPreserveDriverLetter = DISABLED
Apply OS = specify a logical driver letter = C:
Result: OS installs to D:\. all applications Did install.
Prior to the ConfigMan client installing the OS was on C: after the client installed and the system rebooted the OS was on D:
OSPreserveDriverLetter = False
Apply OS = specify a logical driver letter = C:
Result: OS installs to C:\. No applications installed.
OSPreserveDriverLetter = True
Apply OS = specify a logical driver letter = C:
Result: OS installs to D:\. All applications Did install.
----------------------------------------------------------------------------------------------------------
OSPreserveDriverLetter = DISABLED
Apply OS = Logical driver letter stored in a variable
Result: = OS installs do D:\ All applications Did install
OSPreserveDriverLetter = False
Apply OS = Logical driver letter stored in a variable
Result: = OS installed to C:\. No applications installed.
OSPreserveDriverLetter = True
Apply OS = Logical driver letter stored in a variable
Result: = OS installed to D:\. All applications Did install.
Prior to the ConfigMan client installing the OS was on C: after the client installed and the system rebooted the OS was on D:
Here is my task sequence
so why can I install to C: & have my apps install too? Am I missing hotfix or a patch? Service Pack?
Please help.