The search returned 4 results

by tsille
January 4, 2022 - 3:17 PM
Forum: Reporting - SQL Queries
Subject: Reporting - Application Version
Answers: 0
Views : 11107

Reporting - Application Version

For your information: searching for versions by machine on a specific application
Example for Microsoft Edge

Code: Select all

select hosts.computer_name,hostsoftwares.version
from hosts,hostsoftwares
where hostsoftwares.name ilike '%%microsoft edge' and hosts.uuid=hostsoftwares.host_id
by tsille
October 12, 2021 - 09:05
Forum: WAPT Packages
Subject: [SOLVED] Bitdefender antivirus package - Error 1627 when creating a package
Answers: 1
Views : 4499

Re: Bitdefender antivirus package - Error 1627 when creating a package

Here's the package I created thanks to a forum post and help from Bitdefender support.
Currently, the uninstallation isn't silent and requires pressing a key to complete.
If any of you know how to easily simulate this key press during the process...
by tsille
October 11, 2021 - 12:44
Forum: WAPT Packages
Subject: [SOLVED] Bitdefender antivirus package - Error 1627 when creating a package
Answers: 1
Views : 4499

[RESOLVED] Bitdefender antivirus package - Error 1627 when creating a package

Hello, I'm creating a package for installing our antivirus software.
I asked the developer for the settings for a silent installation: epskit_x64.exe /bdparams /silent.
When I specify this in PyScripter, I get an error: Command 'epskit_x64 ...
by tsille
June 4, 2021 - 10:45
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Message when re-editing a package from PyScripter
Answers: 3
Views : 4507

[SOLVED] Message when re-editing a package from PyScripter

Hello,

When re-editing an existing package from PyScripter v4.0.0.5 and upgrading to WAPT 2.0, two messages appear when using the WATP:build-upload, install, etc. commands.

These messages do not seem to appear when creating a new, empty package.

These messages...