The search returned 27 results

by Mikael S
July 17, 2026 - 08:03
Forum: WAPT Packages
Subject: [RESOLVED] Bad source for tis-wsl2
Answers: 1
Views : 611

[RESOLVED] Incorrect source for tis-wsl2

Hello,

tis-wsl2 is currently using the setup https://wslstorestorage.blob.core.windo ... te_x64.msi , but it's no longer up to date.

The correct link is on GitHub : https://github.com/microsoft/WSL




. Regards,
by Mikael S
June 1, 2026 - 09:31
Forum: WAPT Packages
Subject: [RESOLVED] tis-onlyoffice-desktop problem with ONLYOFFICE Update Service
Answers: 5
Views : 5053

Re: OnlyOffice Desktop problem with ONLYOFFICE Update Service

Hello,

I hadn't seen that one, but yes, that's the right solution.




Regards,
by Mikael S
May 28, 2026 - 09:35
Forum: WAPT Packages
Subject: [SOLVED] Clarification libreoffice package still / fresh
Answers: 1
Views : 2904

[SOLVED] Clarification libreoffice package still / fresh

Hello,

For some time now, the distinction between LibreOffice Fresh and Still no longer exists.
It's still possible to get a Still equivalent, but it requires payment.

Currently, you still have two separate packages:

tis-libreoffice-still, which currently provides the latest version,
and tis...
by Mikael S
May 27, 2026 - 11:18
Forum: WAPT Packages
Subject: [RESOLVED] tis-onlyoffice-desktop problem with ONLYOFFICE Update Service
Answers: 5
Views : 5053

Re: OnlyOffice Desktop problem with ONLYOFFICE Update Service

Hello,

We're mainly experiencing a runtime error when launching the setup.
Without acknowledging the error message, the installation doesn't continue.

We switched to the MSI file instead of the executable. There are no longer any problems with this version.



Regards,
by Mikael S
May 7, 2026 - 2:06 PM
Forum: WAPT Packages
Subject: Listing packages and their status
Answers: 9
Views : 22111

Re: Listing packages and their status

A slightly more final version. Currently, roughly 75% of the errored workstations on our network have been automatically fixed with this package.
This includes correcting problems with tis-vcredist2015-2022, on which many packages depend.

# -*- coding: utf-8 -*-
from setuphelpers import ...
by Mikael S
March 27, 2026 - 10:18
Forum: WAPT Packages
Subject: Update_package Adobe Acrobat Pro
Answers: 1
Views : 5171

Update_package Adobe Acrobat Pro

Good morning,

It seems that an extra folder is created during the extraction of Adobe Reader Pro; to at least correct the update_package, line 27 needs to be changed to

Code: Select all

dir_name = "ESD\\Adobe Acrobat"
(and also change the setup.py).


Sincerely,
by Mikael S
March 24, 2026 - 08:00
Forum: WAPT Packages
Subject: Listing packages and their status
Answers: 9
Views : 22111

Re: Listing packages and their status

A small update with the latest findings.
by Mikael S
March 16, 2026 - 1:18 PM
Forum: WAPT Packages
Subject: Listing packages and their status
Answers: 9
Views : 22111

Re: Listing packages and their status

It's still being tested here, but this is what it looks like.

I'm storing all the attempted packets in a JSON file so I only need to make a single attempt.

So far, it's giving good results.

# -*- coding: utf-8 -*-
from setuphelpers import *
import json
import datetime
import winreg
import re
from ...
by Mikael S
March 3, 2026 - 10:15
Forum: WAPT Packages
Subject: [SOLVED] Using dism with WUA
Answers: 3
Views : 4341

Re: Using dism with WUA

Yes, if I temporarily activate the service, it works. My mistake. It's simpler this way
by Mikael S
February 18, 2026 - 4:23 PM
Forum: WAPT Packages
Subject: [SOLVED] Using dism with WUA
Answers: 3
Views : 4341

[SOLVED] Using dism with WUA

Hello,

you may have encountered a problem repairing a Windows image with DISM in online mode using WUA. WAPT blocks the operation. The tool likely needs to use WSU.

Here's a small package that allows you to bypass the problem, provided you prepare an image with the correct version.
With...