The search returned 8 results

by JPBUTT
October 13, 2023 - 11:13
Forum: WAPT Packages
Subject: [SOLVED] uninstall function def
Answers: 4
Views : 3738

Re: uninstall function def

Hello,
thank you for your feedback.
I understand better now how it works.
by JPBUTT
October 12, 2023 - 4:27 PM
Forum: WAPT Packages
Subject: [SOLVED] uninstall function def
Answers: 4
Views : 3738

Re: uninstall function def

Hello,
thank you for your feedback, but my question was:
How and when is the scrypt uninstall def executed?

For example, if it's in an uninstallation script with an uninstall file, then registry keys, and a folder deletion
? Where is this stored?
by JPBUTT
October 10, 2023 - 3:21 PM
Forum: WAPT Packages
Subject: [SOLVED] uninstall function def
Answers: 4
Views : 3738

[SOLVED] uninstall function def

Hello,
I'm trying to understand how the `uninstall` function works.
How does the package retrieve the script defined in `uninstall`
If an executable or registry key is defined in the function, where are these stored? Because when uninstalling from a package using the console...
by JPBUTT
October 6, 2021 - 5:04 PM
Forum: WAPT Packages
Subject: [SOLVED] Windows update management
Answers: 7
Views : 5971

Re: [SOLVED] windows update management

Hello,
sorry for the late reply.
We have updated our deployment configuration, but our clients are still installing Windows updates without our authorization.
They are even installing updates that we have refused.
by JPBUTT
August 31, 2021 - 11:00
Forum: WAPT Packages
Subject: [SOLVED] Windows update management
Answers: 7
Views : 5971

Re: Windows update management

We specifically want the updates to be validated before installation across the entire network.
Do I need to remove the line

`allowed_severities = Critical,Important`

from my configuration?
by JPBUTT
August 31, 2021 - 08:33
Forum: WAPT Packages
Subject: [SOLVED] Windows update management
Answers: 7
Views : 5971

Re: Windows update management

Hello.
So this doesn't take into account the KBs that we allow or refuse?
by JPBUTT
August 30, 2021 - 2:27 PM
Forum: WAPT Packages
Subject: [SOLVED] Windows update management
Answers: 7
Views : 5971

[SOLVED] windows update management

Hello,
I've noticed that KBs are being installed on machines in our network even though we haven't authorized them.

Below is the wapt-get.ini file

[global]
repo_url=https://carbone.utt.fr/wapt
send_usage_report=1
use_hostpackages=1
wapt_server=https://carbone.utt.fr
use_kerberos=0
check ...
by JPBUTT
March 1, 2021 - 3:42 PM
Forum: WAPT Packages
Subject: [SOLVED] Matlab - no installation
Answers: 5
Views : 5285

Re: [SOLVED] Matlab - no installation

Hello,
I'm trying to create a Matlab package and I'm encountering the same difficulties as you with the Matlab installation, with a Matlab process that won't close.
Have you found a solution?




# -*- coding: utf-8 -*-
from setuphelpers import *
import time
uninstallkey = []

def install ...