IExpress error in win 10 21h2 when run as a process in C# application.

Sumit Mishra 1 Reputation point
2021-10-04T17:29:47.393+00:00

Hi,
I am using below process in c# application to create single execution package.
startInfo.FileName = "cmd.exe";
startInfo.Arguments = "/C iexpress /N " + SEDFilePath;
process.StartInfo = startInfo;
process.Start();
I am formatting .SED file and passing in the command line as IExpress command.
I am getting the following error in win 10 21h2 OS, "Unable to end update of resources". We did not get this type of error in earlier OS versions.
Please update if anything is changed in IExpress behavior in win 10 21h2.

Thank you.

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2021-10-05T08:06:07.757+00:00

    Hello Sumit M,

    Thank you for your question.

    As the problem occurs in version 21H2, it means that you are inside the Windows Insider program, which may be an internal fault of the program itself.

    I recommend that you create a topic on the windows insider preview program forum, this way you will have the response from the responsible team.

    To post on the forum, click on the link below and select the option "Ask a question" from the top menu and then describe the entire problem, including images:

    https://answers.microsoft.com/en-us/insider/forum?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&isFilterExpanded=false&page=1


    If the answer is helpful, please vote positively and accept as an answer.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.