Page 1 of 1

[SOLVED] DotnetFX 3.5 installation issues

Published: January 24, 2025 - 12:55 PM
by ddcorazon
Hello everyone;

Minor issues on several of my machines,

WAPT is blocking (from what I understand) native Windows Update, so I can no longer install packages from the Microsoft Store.

On another note, before version 2.6, I could get the update package from both WAPT and the client (one didn't block the other). Since version 2.6, this no longer works

The problem is that I'm trying to install dotnetfx version 3.5 from tis-dotnetfx3.5 in the wapt store and I can't install it.

I have this error message

Code: Select all

 
 Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 4304, in install_wapt
    exitstatus = setup.install()
  File "C:\Windows\TEMP\waptjwjy9per\setup.py", line 17, in install
  File "C:\Program Files (x86)\wapt\common.py", line 3965, in run
    return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
  File "C:\Program Files (x86)\wapt\waptutils.py", line 2212, in run
    raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command 'dism.exe /Online /Enable-Feature /FeatureName:NetFx3 /Source:"C:\\Windows\\TEMP\\waptjwjy9per\\netfx3-w11v22h2x64" /All /LimitAccess /quiet /norestart' returned non-zero exit status 2148469026.
Output:
Erreur : 0x800f0922

Échec de DISM. Aucune opération n'a été effectuée. 
Pour plus d'informations, consultez le fichier journal.


CalledProcessErrorOutput: Command 'dism.exe /Online /Enable-Feature /FeatureName:NetFx3 /Source:"C:\\Windows\\TEMP\\waptjwjy9per\\netfx3-w11v22h2x64" /All /LimitAccess /quiet /norestart' returned non-zero exit status 2148469026.
Output:
Erreur : 0x800f0922

Échec de DISM. Aucune opération n'a été effectuée. 
Pour plus d'informations, consultez le fichier journal.

.
The same thing happens when I run the command manually from Windows, using the Windows ISO with the sxs folder as the source
Once WAPT is uninstalled, it works. Is there something I'm missing? Any advice?

WAPT Server 2.6.0.16795
Wapt Agent 2.6.0.16795

Re: DotnetFX 3.5 installation issues

Published: February 5, 2025 - 9:29 PM
by ddcorazon
Hello everyone,

it finally works for some and not others. I'll find out why later.

To be continued

Re: DotnetFX 3.5 installation issues

Published: February 6, 2025 - 10:53 AM
by dcardon
Hi Augustin,

the error code seems to point to CBS [1]. Do you have any error codes similar to those mentioned in the Microsoft documentation?

Are all Windows 10 versions 22H2?

Regards,

Denis

[1] https://learn.microsoft.com/en-us/troub ... ws-updates

Re: DotnetFX 3.5 installation issues

Published: March 6, 2025 - 7:46 AM
by ddcorazon
Hi Denis,

Yes, I was getting pretty much the same errors. I ended up having to reinstall the machine because there were other things that weren't working.

Have a good day everyone!