[SOLVED] DotnetFX 3.5 installation issues

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
ddcorazon
Messages: 37
Registration: May 30, 2023 - 11:53 p.m.

January 24, 2025 - 12:55

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
ddcorazon
Messages: 37
Registration: May 30, 2023 - 11:53 p.m.

February 5, 2025 - 9:29 PM

Hello everyone,

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

To be continued
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 6, 2025 - 10:53

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
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
ddcorazon
Messages: 37
Registration: May 30, 2023 - 11:53 p.m.

March 6, 2025 - 07:46

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!
Locked