The search returned 26 results

by Mikael S
June 1, 2026 - 09:31
Forum: WAPT Packages
Subject: tis-onlyoffice-desktop problem with ONLYOFFICE Update Service
Answers: 5
Views : 2690

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: Clarification of the LibreOffice package (still/fresh)
Answers: 1
Views : 1905

Clarification libreoffice still/fresh package

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: tis-onlyoffice-desktop problem with ONLYOFFICE Update Service
Answers: 5
Views : 2690

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 : 16955

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 : 3655

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 : 16955

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 : 16955

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 : 3104

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 : 3104

[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...
by Mikael S
February 17, 2026 - 11:30
Forum: WAPT Packages
Subject: [SOLVED] Problem with the new edupython site
Answers: 2
Views : 3370

[SOLVED] Problem with the new edupython site

Hello,

there's a new website for Edupython. Also, the hrefs have changed:

`url = "http://edupython.free.fr/#download"`

# Getting latest version from official sources
`print("URL used is: %s" % url)`
for `bs_search` in `bs_find_all(url, "a", proxies=proxies):`
if `bs_search.get("href ...`