คำตอบ How to modify child application logo?

  • Wednesday, February 06, 2013 4:55 PM
     
      Has Code

    I programmatically created a child application. I'd like to modify Logo for the application.
    I'm able to get the AppInfo:

    ApplicationInfo appInfo = Provisioner.GetApplication(offlineConn, childGuid);
    and set its LargeLogo.
    The question is: how to save this appInfo?

All Replies

  • Wednesday, February 06, 2013 5:40 PM
     
     
    You will have to set the LargeLogo and then call Update.

    Thanks
  • Thursday, February 28, 2013 8:57 PM
     
     

    The above mentioned "Update" will damage your child app (PublicKeys will be lost, at least).

    The above mentioned "Update" will kill your master app as well.

  • Thursday, February 28, 2013 9:10 PM
     
     Answered
    As I mentioned in this thread, the Update is essentially a replace. So, you will have to make sure you have everything (all properties, certs etc.) included/specified before Calling the Update.