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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,705 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,290 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,396 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