Hello Catherine,
This issue can indeed occur during an upgrade. For this type of update, it is recommended to use an Ethernet (RJ45) connection to ensure stable communication between your computer and your WAPT server throughout the operation.
A...
The search returned 10 results
- July 24, 2026 - 3:50 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Windows 11 migration with WAPT
- Answers: 6
- Views : 2424
- July 16, 2026 - 4:31 PM
- Forum: WAPT Packages
- Subject: Rustdesk Shortcuts Package
- Answers: 3
- Views : 3954
Re: Rustdesk Shortcuts Package
Hello Cédric,
In your case, you can integrate the relevant section into the tis-rustdesk package, specifically the setup.py file:
`remove_desktop_shortcut("RustDesk.lnk")
break`
Example in setup.py:
`def install():
# Declaring local variables
bin_name = glob.glob("rustdesk-*.exe")[0]
# Installing the software ...`
In your case, you can integrate the relevant section into the tis-rustdesk package, specifically the setup.py file:
`remove_desktop_shortcut("RustDesk.lnk")
break`
Example in setup.py:
`def install():
# Declaring local variables
bin_name = glob.glob("rustdesk-*.exe")[0]
# Installing the software ...`
- July 6, 2026 - 1:55 PM
- Forum: WAPT Packages
- Subject: Correction of Phylogène High School Shortcuts (2.7.6.1-3)
- Answers: 2
- Views : 1887
Re: Correction of Phylogène High School Package Shortcuts (2.7.6.1-3)
Indeed, version 4 of the package wasn't pushed correctly to Luti.
You can download version 4 of the package right here: https://wapt.tranquil.it/store/fr/tis-phylogene-lycee
I'll keep an eye on it to see if the package integrates correctly in the next build...
You can download version 4 of the package right here: https://wapt.tranquil.it/store/fr/tis-phylogene-lycee
I'll keep an eye on it to see if the package integrates correctly in the next build...
- July 6, 2026 - 11:49
- Forum: WAPT Packages
- Subject: Correction of Phylogène High School Shortcuts (2.7.6.1-3)
- Answers: 2
- Views : 1887
Re: Correction of Phylogène High School Package Shortcuts (2.7.6.1-3)
Hello jmarcot,
I'll take a closer look at this and get back to you as soon as possible.
Best regards,
Kevin.
I'll take a closer look at this and get back to you as soon as possible.
Best regards,
Kevin.
- June 30, 2026 - 11:07
- Forum: WAPT Packages
- Subject: [SOLVED] tis-vmwaretools error
- Answers: 4
- Views : 3258
Re: tis-vmwaretools error
Hello,
Great, I'm making the change on the store.
The package will be in production within 5 days, but you can find it in pre-production right now: https://wapt.tranquil.it/store/fr/details/tis-vmware-tools_13.1.0.25218885-3_x64_windows_6.1_PREPROD.wapt
The problem is therefore solved...
Great, I'm making the change on the store.
The package will be in production within 5 days, but you can find it in pre-production right now: https://wapt.tranquil.it/store/fr/details/tis-vmware-tools_13.1.0.25218885-3_x64_windows_6.1_PREPROD.wapt
The problem is therefore solved...
- June 29, 2026 - 5:12 PM
- Forum: WAPT Packages
- Subject: [SOLVED] tis-vmwaretools error
- Answers: 4
- Views : 3258
Re: tis-vmwaretools error
Hello jsdmc,
Which version of Windows are you using for vmware-tools?
And does the contents of your tis-vmware-tools package contain the following data from the setup.py file:
# -*- coding: utf-8 -*-
from setuphelpers import *
def is_vmware_host():
wmi = wmi_info(keys=['Win32_ComputerSystem ...
Which version of Windows are you using for vmware-tools?
And does the contents of your tis-vmware-tools package contain the following data from the setup.py file:
# -*- coding: utf-8 -*-
from setuphelpers import *
def is_vmware_host():
wmi = wmi_info(keys=['Win32_ComputerSystem ...
- June 29, 2026 - 4:18 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Correction of the Phylogène High School package (2.7.6.1-3)
- Answers: 1
- Views : 1337
Re: Correction of the Phylogène Lycée package (2.7.6.1-3)
Hi jmarcot,
Thank you so much for your feedback!
I'll look into your suggestion and make the change in the store.
The fact that the "Working Directory" isn't clearly defined can cause this kind of problem.
The new package will be available in production within 5 days.
Best regards...
Thank you so much for your feedback!
I'll look into your suggestion and make the change in the store.
The fact that the "Working Directory" isn't clearly defined can cause this kind of problem.
The new package will be available in production within 5 days.
Best regards...
- June 15, 2026 - 09:23
- Forum: WAPT Packages
- Subject: [RESOLVED] ScenariClient update
- Answers: 1
- Views : 1881
Re: ScenariClient update
Hello,
thank you for your feedback.
Indeed, the code was locked to a specific release.
The new package supports different languages, including French/Spanish and English.
You will be able to find it in production starting at the end of the week.
And it is currently in pre-production at this time...
thank you for your feedback.
Indeed, the code was locked to a specific release.
The new package supports different languages, including French/Spanish and English.
You will be able to find it in production starting at the end of the week.
And it is currently in pre-production at this time...
- June 11, 2026 - 3:08 PM
- Forum: Package List
- Subject: [SOLVED] tis-vmwaretools
- Answers: 2
- Views : 32451
Re: tis-vmwaretools
Hi Julien,
Yes, there was indeed an inconsistency between the version name of the retrieved binary and the version referenced on the binary itself.
The problem has now been fixed.
Here is the fix applied to the setup.py file:
# -*- coding: utf-8 -*-
from ...
Yes, there was indeed an inconsistency between the version name of the retrieved binary and the version referenced on the binary itself.
The problem has now been fixed.
Here is the fix applied to the setup.py file:
# -*- coding: utf-8 -*-
from ...
- March 12, 2026 - 5:13 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: [RESOLVED] Wapt-Clean
- Answers: 4
- Views : 5730
Re: Wapt-Clean
Hello guigeek,
You can try using this script to delete the files located in C:\Program Files (x86)\wapt\cache and C:\Program Files (x86)\wapt\private\cache
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("Cleaning the directory C:\Program Files (x86) ...
You can try using this script to delete the files located in C:\Program Files (x86)\wapt\cache and C:\Program Files (x86)\wapt\private\cache
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("Cleaning the directory C:\Program Files (x86) ...
