The search returned 44 results

by Olivier Schmitt
May 26, 2026 - 3:03 PM
Forum: WAPT Packages
Subject: Problem with package tis-kicad10
Answers: 4
Views : 4141

Re: Problem with the tis-kicad10 package

hello, any news?
Could you remove:
# Uninstalling the software
for to_uninstall in installed_softwares("KiCad "):
print("Removing: %s (%s)" % (to_uninstall["name"], to_uninstall["version"]))
killalltasks(ensure_list(control.impacted_process))
run(uninstall_cmd(to_uninstall["key"]))
wait ...
by Olivier Schmitt
May 5, 2026 - 3:24 PM
Forum: WAPT Packages
Subject: Problem with package tis-kicad10
Answers: 4
Views : 4141

Re: Problem with the tis-kicad10 package

Hello,

Yes, the idea is to be able to install multiple major versions.
With KiCad 9, it normally searched for previous minor versions to uninstall them.
With the other two versions, 7 and 8, a single installation was sufficient without uninstalling the previous minor versions.

...
by Olivier Schmitt
May 5, 2026 - 1:59 PM
Forum: WAPT Packages
Subject: Problem with package tis-kicad10
Answers: 4
Views : 4141

Problem with package tis-kicad10

Hello,

there's a problem with the KiCad 10 package

. You're uninstalling all previous versions of KiCad.
However, KiCad is software that operates globally by major version.
Therefore, you need to replace:

`def install():

# Declaring local variables
bin_name = glob.glob("kicad-*-x86 ...`)
by Olivier Schmitt
May 4, 2026 - 4:17 PM
Forum: WAPT Packages
Subject: CodeBlocks uninstall fix
Answers: 3
Views : 2717

Re: Fix uninstall CodeBlocks

THANKS!
by Olivier Schmitt
April 28, 2026 - 1:11 PM
Forum: WAPT Packages
Subject: CodeBlocks uninstall fix
Answers: 3
Views : 2717

Fix uninstall CodeBlocks

Hello,

In https://wapt.tranquil.it/store/fr/tis-codeblocks
it says:

def install():
bin_name = glob.glob("codeblocks-*mingw-setup.exe")[0]

if isdir(app_path):
uninstall()
....
def uninstall():
run(f'"{makepath(app_path, "uninstall.exe")}" /S')

It seems there was a...
by Olivier Schmitt
March 12, 2026 - 4:48 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Enable WUA without auto-download/install
Answers: 4
Views : 3085

Re: Enable WUA without auto download/install

Hello,

thank you for your feedback.
I wanted to be certain that there is no default value.
by Olivier Schmitt
March 12, 2026 - 3:38 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Enable WUA without auto-download/install
Answers: 4
Views : 3085

[SOLVED] Enable WUA without auto download/install

Hello,

I would like to know if it's possible to configure WUA activation without:
`download_scheduling=10h
install_scheduling=1h`.

The goal is to be able to control the day and time of the update application using a Windows task with:
`C:\Program Files (x86)\wapt\wapt ...`
by Olivier Schmitt
March 6, 2026 - 10:01
Forum: WAPT Packages
Subject: [SOLVED] tis-FreeFem package problem
Answers: 4
Views : 3107

Re: Problem with the tis-FreeFem package

https://github.com/FreeFem/FreeFem-sources/issues/380

We'll see whether it needs to be handled in the installation script or not.
It might be a choice made by the developer.
by Olivier Schmitt
March 6, 2026 - 09:54
Forum: WAPT Packages
Subject: [SOLVED] tis-FreeFem package problem
Answers: 4
Views : 3107

Re: Problem with the tis-FreeFem package

Hello,

I just received feedback from our infrastructure manager.
The package has apparently been updated from the publisher's GitHub repository.
I will report it to the repository.