Thanks Denis,
it works perfectly for me.
The search returned 59 results
- November 13, 2024 - 2:53 PM
- Forum: WAPT Packages
- Subject: Checking for the presence of a scheduled task
- Answers: 2
- Views : 2019
- November 12, 2024 - 5:03 PM
- Forum: WAPT Packages
- Subject: Checking for the presence of a scheduled task
- Answers: 2
- Views : 2019
Check for the presence of a scheduled task
Good evening,
I'm using schtasks to perform a DELETE operation, but I don't know how to verify if the task to be deleted actually exists.
If I run the deletion and the task has already been deleted, the package correctly throws an error.
How can I check for the presence of a scheduled task with wapt?
I'm using schtasks to perform a DELETE operation, but I don't know how to verify if the task to be deleted actually exists.
If I run the deletion and the task has already been deleted, the package correctly throws an error.
How can I check for the presence of a scheduled task with wapt?
- October 17, 2024 - 09:23
- Forum: WAPT Packages
- Subject: WAPT Enterprise: OU Package
- Answers: 0
- Views : 3792
WAPT company: Package of OUs
Hello,
Last week I tested package management by OU.
Initial tests were successful.
A package dedicated to the OU was automatically added to the machines.
The package was automatically removed from the machines if they changed OUs.
For the production deployment, I...
Last week I tested package management by OU.
Initial tests were successful.
A package dedicated to the OU was automatically added to the machines.
The package was automatically removed from the machines if they changed OUs.
For the production deployment, I...
- October 11, 2024 - 5:12 PM
- Forum: WAPT Packages
- Subject: Update package proposal for Screenpresso
- Answers: 3
- Views : 3343
Re: Update_package proposal for Screenpresso
Yes, and it simply installs a basic executable file
- October 11, 2024 - 09:18
- Forum: WAPT Packages
- Subject: Suggestion for improvement
- Answers: 1
- Views : 2145
Suggestion for improvement
Hello,
Following today's security patch for Mozilla Firefox, I was planning to offer users a method to choose when to perform their update.
Firefox is used across the entire network, and I cannot force a live update. The impact on...
Following today's security patch for Mozilla Firefox, I was planning to offer users a method to choose when to perform their update.
Firefox is used across the entire network, and I cannot force a live update. The impact on...
- October 7, 2024 - 1:13 PM
- Forum: WAPT Packages
- Subject: Update package proposal for Screenpresso
- Answers: 3
- Views : 3343
Update_package proposal for Screenpresso
Hello team,
three or four years ago I created a package for Screenpresso with the addition of the update_package function. Since
the version of the MSI file wasn't correctly indicated, I worked around it by downloading the EXE version, extracting it, and then deleting the EXE file...
three or four years ago I created a package for Screenpresso with the addition of the update_package function. Since
the version of the MSI file wasn't correctly indicated, I worked around it by downloading the EXE version, extracting it, and then deleting the EXE file...
- October 2, 2024 - 3:17 PM
- Forum: WAPT Packages
- Subject: [SOLVED] PyScripter: I no longer have a build-upload -i option.
- Answers: 3
- Views : 4377
Re: PyScripter: I no longer have the `build-upload -i` option available
:shock: :shock: :shock:
I just tested drag-and-drop and it works!
I never imagined it was possible... congratulations on this feature.
Same for the "package development" tab, it's just amazing!
As for me, the request to customize PyScripter is no longer...
I just tested drag-and-drop and it works!
I never imagined it was possible... congratulations on this feature.
Same for the "package development" tab, it's just amazing!
As for me, the request to customize PyScripter is no longer...
- October 2, 2024 - 1:24 PM
- Forum: WAPT Packages
- Subject: [SOLVED] PyScripter: I no longer have a build-upload -i option.
- Answers: 3
- Views : 4377
[SOLVED] PyScripter: I no longer have a build-upload -i option available
Hello,
For several months now, the "build-updload -i" command has been unavailable in "Run Configurations".
I've been working around this issue by using the command directly in a shell, but I'd like to get this functionality back.
How can I restore it? Ideally...
For several months now, the "build-updload -i" command has been unavailable in "Run Configurations".
I've been working around this issue by using the command directly in a shell, but I'd like to get this functionality back.
How can I restore it? Ideally...
- September 25, 2024 - 3:18 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Package group, package with min-os in missing_depends
- Answers: 2
- Views : 1893
Re: Package group, package with min-os in missing_depends
Resolved
Instead of targeting the OS in the control file, I targeted it in the installation script with a condition
Instead of targeting the OS in the control file, I targeted it in the installation script with a condition
Code: Select all
if windows_version() == "10.0.17763" :
- September 25, 2024 - 3:16 PM
- Forum: WAPT Packages
- Subject: Package "Cumulative Update for .NET Framework for Windows 10, Version 1809 and Windows Server 2019"
- Answers: 3
- Views : 2797
Re: Package "Cumulative Update for .NET Framework for Windows 10, version 1809 and Windows Server 2019"
I didn't understand why it worked when the command was executed on the server.
I had forgotten the file extension for the .msu file in setup.py.
The problem is solved.
I had forgotten the file extension for the .msu file in setup.py.
The problem is solved.
