we've been testing WAPT within our company for a while now to see if we can use it to manage our software infrastructure. My goal is to enable the deployment of our core software through this tool...
having not found an answer to this question elsewhere, I'm taking the liberty of asking again :oops:
"However, I don't understand where I should store the expected configuration file ("company.conf" in the script)." What I mean is that when you build a package yourself, you're working in a...
I was wondering if there's another way besides the WAPT console to perform certain actions (adding a package to the private repository, deploying a package to a machine, etc.) so that it can be integrated into a CI/CD automation pipeline. Specifically, our developers would like to use...
Actually, I hadn't realized it was possible to modify a package in the private repository :oops: I thought editing a package's files was only possible by building a custom package...
I need to deploy the Fortinet client across my network and I saw that it's available on the store. Additionally, there's a "forticlient-vpn-config-template" package which seems to allow deploying a specific configuration (and is better coded than my personal package which manipulated the...
Looking at the setup.py file in your package, I saw that I needed to add the "-install" parameter to the execution of winvnc.exe (which is actually in the UltraVNC "Command Line" documentation, but I had missed it ).
I created a package for installing Office 2019 using the Office Deployment Tool and I correctly provided the uninstallation key in the parameters of the `install_exe_if_needed()` function. The installation is successful, but when I run `remove` to uninstall, I get the following error...