The search returned 7 results

by Lazaare
June 1, 2026 - 1:29 PM
Forum: WAPT Packages
Subject: Random Installation
Answers: 5
Views : 104

Re: Random installation

Hi Denis,

the maximum path length is 243. Would a path longer than 256 cause a blockage?
Regarding the precise list of file extensions:
png / jpg
Symbols / sld
svg
vgt
vrgis / vgeo
dbf
prj
qix
shp/shx
vgeo
xml
bin
db
bgz
pdf
htm
docx
ink
doc
gif
ppt
xls / xlsx
ods
pps / ppsx ...
by Lazaare
June 1, 2026 - 10:13
Forum: WAPT Packages
Subject: Random Installation
Answers: 5
Views : 104

Re: Random installation

from setuphelpers import *
#import shutil
import os

uninstallkey = []
# declare folders in the package tree
sig_folder = "IdGISView"
resources_folder = "Resources"
idmeansplugin_folder = "IdMeansPlugin"
idoctplugin_folder = "IdOctPlugin"
settings_folder = "Settings"

folders ...
by Lazaare
June 1, 2026 - 08:36
Forum: WAPT Packages
Subject: Random Installation
Answers: 5
Views : 104

Random installation

For WAPTConsole Enterprise version 2.6.1.17765 and Windows.

Hello everyone,
I'm trying to deploy a custom WAPT package. The package contains a directory and file structure, and I'm copying and pasting these files using the setup.py file configured in PyScripter...
by Lazaare
December 4, 2025 - 3:31 PM
Forum: WAPT Packages
Subject: [SOLVED] Running Python script via setup.py
Answers: 6
Views : 6859

Re: Running Python script via setup.py

Hello,

thank you very much for your clarification. Indeed, the presence of the PStools package on a machine allows the execution of other Python scripts contained in other packages. This works perfectly.

You can mark the topic as "Resolved".

Thanks again,
by Lazaare
December 2, 2025 - 1:14 PM
Forum: WAPT Packages
Subject: [SOLVED] Running Python script via setup.py
Answers: 6
Views : 6859

Re: Running Python script via setup.py

Hello,

I'm declaring the path as being inside "C:".
When you say it launches as a system account, is there a way to grant it privileges?

Thank you very much in advance.
by Lazaare
December 2, 2025 - 9:06 AM
Forum: WAPT Packages
Subject: [SOLVED] Running Python script via setup.py
Answers: 6
Views : 6859

Re: Running Python script via setup.py

Thank you for your reply, but I don't think that's it.
Let me explain: I'm trying to manipulate files/folders on the user's machine. This manipulation would be done via a script written in setup.py.
Presumably, something is blocking it...
by Lazaare
November 28, 2025 - 10:29
Forum: WAPT Packages
Subject: [SOLVED] Running Python script via setup.py
Answers: 6
Views : 6859

[SOLVED] Running Python script via setup.py

Hello,

I'm developing a "Template-setup" package that would simply execute a Python script within setup.py (without installing any software or anything).
This script searches for differences between the package directory structure and the directory structure of software already installed on...