CA Client Automation

  • 1.  SD Package for W10 feature upgrade

    Posted Jun 08, 2018 02:21 AM

    I am trying to package the spring creaters update 1803 for Windows 10.

    my external procedure looks like this: \\Server1\share$\setup.exe /auto upgrade /quiet $#ec:0x3

     

    error message when executing the sdjob is "file not found" but running same command in cmd on client does work ok.

    anyone has any tips for me?

     

    TRC_USD_SDAGENT_1.log

    080618-07:53:12.0151919L|002000|0000046c|SDAgent | |sdjecontainerif.cpp |001402|NOTIFY | SDjob 1 returns: 35 ExitCode: 2
    080618-07:53:12.0152183L|002000|0000046c|SDAgent | |sdjecontainerif.cpp |002721|NOTIFY | Execution not OK



  • 2.  Re: SD Package for W10 feature upgrade
    Best Answer

    Broadcom Employee
    Posted Jun 08, 2018 03:58 AM

    As you are trying to run the setup from a UNC path rather than the SD Library you will need to enter credentials as access will be denied by the remote server unless the share has been setup to allow access with NullSession.

     

    I have the deployment working as a normal SD Package, but it did require some scripting due to the way Microsoft performs the upgrade and starts the background services when the OS install is only 75% complete!!

     

    I will email you latter with more information but am busy for most of today.

     

    Rgds,

    Steve.



  • 3.  Re: SD Package for W10 feature upgrade

    Posted Jun 08, 2018 05:44 AM

    Thanks for the reply Steve. I am looking forward to your email with more information!

    How could I add credentials to my setup command?



  • 4.  Re: SD Package for W10 feature upgrade

    Broadcom Employee
    Posted Jun 08, 2018 07:20 AM

    Use a command file and map the drive to the shave with the “Net Use” command.



  • 5.  Re: SD Package for W10 feature upgrade

    Posted Jun 14, 2018 05:34 AM

    thanks for all your help Steve and the working script!