TheDave1022 Posted April 29, 2013 Report post Posted April 29, 2013 I have SCCM 2012 SP1 setup with MDT integration. I have setup the Software Base Variable to Coalescedapps in the UDI properties. I setup the TS to install as shown below, but it just blows by the stage. I took the default Install Applications sequence from the MDT wizard and added a Run Command Line that exports the variables to text file. CONVERT LIST TO TWO DIGITS: "cscript.exe "%deployroot%\scripts\ZTICoalesce.wsf" /CoalescePattern:Applications /CoalesceTarget:CoalescedApps /CoalesceDigits:2" RUN COMMAND LINE: "script.exe %deployroot%\scripts\CUSTOM_SCCMVariables.vbs" INSTALL APPS: (SCREENSHOT BELOW) If I go into the Variable text file, I have this output: AppInstall001: ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_bfee36a6-528f-4a2f-8a23-473116eb9aee:!Innovative Millennium 8.0AppInstall002: ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_d9dc94a5-9dd4-4985-a489-f61af138c6b9:!IrfanView 4.35AppInstall003: ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_f3244066-4d39-4eb7-af81-5e97f691e935:!EasyView Crystal Reports Viewer 1.5.8AppInstall004: ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_1fabc5bd-7d60-489d-a397-cd5ee80ca683:!ARTstor OIV 3.1.1 ....... COALESCEDAPPS001: Innovative Millennium 8.0COALESCEDAPPS002: IrfanView 4.35COALESCEDAPPS003: EasyView Crystal Reports Viewer 1.5.8COALESCEDAPPS004: ARTstor OIV 3.1.1CapableArchitecture: AMD64 X64 X86CoalesceDigits: CoalescePattern: CoalesceTarget: CoalescedApps01: Innovative Millennium 8.0CoalescedApps02: IrfanView 4.35CoalescedApps03: EasyView Crystal Reports Viewer 1.5.8CoalescedApps04: ARTstor OIV 3.1.1CoalescedApps05: If I look in the OSDSetupWizard.log I see 18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'TsApplicationBaseVariable'. Value = 'COALESCEDAPPS' 18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'COALESCEDAPPS004'. Value = 'ARTstor OIV 3.1.1' 18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'AppInstall002'. Value = 'ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_d9dc94a5-9dd4-4985-a489-f61af138c6b9:!IrfanView 4.35' 18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'TsWindowsAppPackageAppBaseVariable'. Value = 'WINDOWSAPPPACKAGEAPPS'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'TsAppInstall'. Value = 'AppInstall'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'AppInstall001'. Value = 'ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_bfee36a6-528f-4a2f-8a23-473116eb9aee:!Innovative Millennium 8.0'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'COALESCEDAPPS001'. Value = 'Innovative Millennium 8.0'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'COALESCEDAPPS002'. Value = 'IrfanView 4.35'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'AppInstall003'. Value = 'ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_f3244066-4d39-4eb7-af81-5e97f691e935:!EasyView Crystal Reports Viewer 1.5.8'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'COALESCEDAPPS003'. Value = 'EasyView Crystal Reports Viewer 1.5.8'18:49:03.000 04-26-2013 2 TSVariableRepository Saved variable 'AppInstall004'. Value = 'ScopeId_2957F015-6A57-43BC-8E0F-40BC0D5793DA/Application_1fabc5bd-7d60-489d-a397-cd5ee80ca683:!ARTstor OIV 3.1.1' Problem is I dont see anything in the smsts.log and when I get to the Deployment Complete screen, it shows the apps with ! and Install State unknown, similar to http://social.technet.microsoft.com/Forums/en-US/mdt/thread/68f67f55-1d55-469e-9fb8-225030f42ff2 EXCEPT my applications dont install. For some reason, the OSD App Name keeps showing up with the extra 0 in there as well. OSD App Name: COALESCEDAPPS001 Im guessing it's looking for COALESCEDAPPS001 instead of COALESCEDAPPS01. I'm not sure why it's picking up the variable with the extra 0 in front. Any suggestions would be appreciated. Thanks David Quote Share this post Link to post Share on other sites More sharing options...
zifou Posted May 14, 2013 Report post Posted May 14, 2013 I have the same issue, anyone can help us? please. Quote Share this post Link to post Share on other sites More sharing options...