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 ...
The search returned 44 results
- May 26, 2026 - 3:03 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem with tis-kicad10 package
- Answers: 5
- Views : 7129
- May 5, 2026 - 3:24 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem with tis-kicad10 package
- Answers: 5
- Views : 7129
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.
...
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.
...
- May 5, 2026 - 1:59 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Problem with tis-kicad10 package
- Answers: 5
- Views : 7129
[SOLVED] 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 ...`)
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 ...`)
- May 4, 2026 - 4:17 PM
- Forum: WAPT Packages
- Subject: CodeBlocks uninstall fix
- Answers: 3
- Views : 4774
Re: Fix uninstall CodeBlocks
THANKS!
- April 28, 2026 - 1:11 PM
- Forum: WAPT Packages
- Subject: CodeBlocks uninstall fix
- Answers: 3
- Views : 4774
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...
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...
- March 13, 2026 - 1:48 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [SOLVED] Enable WUA without auto-download/install
- Answers: 4
- Views : 3986
- 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 : 3986
Re: Enable WUA without auto download/install
Hello,
thank you for your feedback.
I wanted to be certain that there is no default value.
thank you for your feedback.
I wanted to be certain that there is no default value.
- 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 : 3986
[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 ...`
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 ...`
- March 6, 2026 - 10:01
- Forum: WAPT Packages
- Subject: [SOLVED] tis-FreeFem package problem
- Answers: 4
- Views : 4014
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.
We'll see whether it needs to be handled in the installation script or not.
It might be a choice made by the developer.
- March 6, 2026 - 09:54
- Forum: WAPT Packages
- Subject: [SOLVED] tis-FreeFem package problem
- Answers: 4
- Views : 4014
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.
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.
