MDT 2012 Update 1 Applications do not display in UDI task sequence

Answered MDT 2012 Update 1 Applications do not display in UDI task sequence

  • Thursday, September 27, 2012 5:19 PM
     
     

    I have 5 applications that I have the task sequence install. They do not display to install. I will provide a picture soon. 

All Replies

  • Sunday, September 30, 2012 8:27 PM
     
     

    Hello

    Is the SkipApplications=YES set in the customsettings.ini - that can be the probleme.

    Kind Regards

    Per Larsen

  • Monday, October 01, 2012 6:13 AM
     
     

    Hi,

    Please check your selection profile if application is unchecked .

    And also check customsettings.ini for SkipApplications=YES. Remove the entry or change YES to NO.


    Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

  • Monday, October 01, 2012 4:27 PM
     
     

    SkipApplication=Yes is not in the customsettings.ini file. Thanks for the suggestion. 

    Here is the problem. None of my programs are showing up in the OSD Wizard.

  • Tuesday, October 02, 2012 7:22 AM
     
     

    Please check in install task sequence.


    Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

  • Tuesday, October 02, 2012 3:59 PM
     
     
    I don't think that would block it, in fact I have it set up to take a variable name. 
  • Tuesday, October 02, 2012 8:23 PM
     
     Answered

    I ran into this same problem and finally figured out I had to edit the udiwizard_config.xml.app file.  Mine showed up like this :

    <Application DisplayName="7Zip x32" State="enabled" Id="5" Name="7Zip x32" Guid="ScopeId_545F0C86-0104-4ADE-B48C-7ED9470FFA97/Application_ed8f606a-7850-4a47-9f3f-cc9a971b1070">

    If you edit that to look like this, the applications will now show up:

    <Application DisplayName="7Zip x32" State="enabled" Id="5" Name="7Zip x32">

    Log files were showing that the Attribute "Guid" is not defined in the DTD/Schema.

  • Tuesday, October 02, 2012 9:35 PM
     
     

    It now shows up, I'm testing the install now. Thanks for your help. Is there any way around this? It does not seem right to have to delete that. 

  • Tuesday, October 02, 2012 9:46 PM
     
     
    That's the only way I've figured out.  Took a lot of headscratching.  I'm going to try making a new Toolkit package, as I'm also having issues getting a custom page to display.  Will let you know if that fixes this issue as well.  My Toolkit package is pre-Update1, so that could be an issue.
  • Tuesday, October 02, 2012 9:53 PM
     
     
    Mine is pre Update1 too, so please let me know if you find out what's going on. I guess I don't know how to follow up other than checking back here. 
  • Wednesday, October 03, 2012 1:38 PM
     
     
    What is Guid attribute , why it is used and how it effects our deployment?

    Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

  • Wednesday, October 03, 2012 9:21 PM
     
     

    Austin,

    I created a new Toolkit package and AppTree is working out of the box.  As well as my custom pages.  Sounds like Pre-Update1 had a bug with the AppTree and they silently fixed it in Update1!

  • Thursday, October 11, 2012 7:16 PM
     
     

    cdbutler,

    New toolkit package fixed the issue. Thanks for your help, good sir.