I am currently testing the WAPT Discovery solution in a virtualized environment.
The information is as follows:
WAPT server (v.2.2.1.11957) -> on a CentOS 7 server
WS2016 -> Active Directory Server where I manage administration using the WAPT console
W10 -> Client workstation allowing me to test package deployment.
Let me explain my problem: I want to set up an application catalog on my clients (self-service), and it works well with the applications offered from your repository.
We have executable applications that were made internally, so I use the package creation wizard to deploy my executable.
The setup.py file is as follows (very simple):
Code: Select all
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print("Installing: PHENIX_Config_V1500_Setup.exe")
install_exe_if_needed('PHENIX_Config_V1500_Setup.exe')When using PyScripter, the application runs correctly (WAPT: Install), therefore the package should normally work when I want to install it on the self-service side.
I've tried several approaches for the setup.py file, but nothing works, the same problem persists on the client side.
The client-side logs are attached. I see this message in the logs, it might be the cause, but how do I fix it: [waptcore WaptTaskManager 5548] WARNING [WinError 5] Access denied: 'C:\\Windows\\TEMP\\waptyegf8n07\\PHENIX_Config_V1500_Setup.exe'
Can you help me understand what's wrong with what I've done?.
Thank you in advance for your help!
I remain fully available.
One more quick questionI don't think my executable can install silently.
Can you confirm that it is still possible for it to be installed via self-service?
Sincerely,
