Hey Guys -
I'm currently using a fairly recent build of SCCM 2012 R2 SP1 CU3 which has MDT 2013 Update 2 installed. The task I'm working on now is creating an OSD Task Sequence which includes a UDI Wizard created using MDT. Currently, I am able to apply
the task sequence to a system and have it complete without error - however - there are a couple of things which are not correct that I'm trying to figure out. I figured I'd post each to get opinions from others.
Issue #1 - No Applications Installed (TS or UDI)
Despite being added as a step to the TS or selected in the UDI Wizard, any/all Applications do not install. Packages which are listed in TS right after the Applications install just fine. Below is how I have my "Install Application"
steps configured in the TS in order:
- Install Applications Group (No conditions)
- x2 Install Application step listing 5 apps. No conditions / not set to continue on error
- x3 Install Program steps (which work)
- "Convert list to two digits" step which runs "cscript.exe "%deployroot%\scripts\ZTICoalesce.wsf" /CoalescePattern:Applications /CoalesceTarget:CoalescedApps /CoalesceDigits:2"
- Install Application step which installs all with base variable name "COALESCEDAPPS"
- Install Package step which installs all with base variable name "PACKAGES" (don't have any packages configured in UDI - only apps)
All apps listed are known to install successfully and log files shows them parsing, but never attempting installation. In fact, an AppEnforce.log file doesn't even exist once the build completes!
Issue #2 - Reserved Partition Assigned Drive Letter Even Though Set Not To Do So
This one isn't as big, but the 350mb System Reserved partition is assigned the drive letter D:. I went back and checked inside of the TS (and know I'm looking at correct step due to how partitions are named) and the partition has the option checked
to not assign a drive letter. Below is how that step is configured:
- Format and Partition Disk (Conditions SMSTSMediaType not equal OEMMedia & SMSTSBootUEFI not equals true)
- Volumes
- System Reserved: Primary / 350mb fixed size / Make bootable / Do not assign drive letter / NTFS / Quick format
- Local Disk: Primary / 99% of disk / not bootable / assign drive letter / NTFS / Quick Format / Variable: OSDisk
- Windows: Recovery / 1% of disk / All options greyed out
I'm not dead set on having the volumes configured this way - just basically need the OS to install to C:, have it be te only with a drive letter, and have it take up the most disk space - that's it.
I'm collecting log files from a build this morning right now and can post them after generalizing them. Any suggestions? Thanks
UPDATE
All log files from within C:\Windows\CCM\Logs are compressed and
linked here. Thanks!
Ben K.