The search returned 4 results

by Yan
February 15, 2024 - 11:01
Forum: WAPT Packages
Subject: [RESOLVED] Packets with Network Sharing Access
Answers: 2
Views : 1895

[RESOLVED] Re: Packets with Network Sharing Access

I found the solution.
The WAPT service runs under a local system account (NT_Authority\System) and may not have access to the network share specified in the WAPT package.
Simply adding the Everyone user to the share fixes it.
The solution was actually quite simple... but not secure.
by Yan
February 14, 2024 - 08:28
Forum: WAPT Packages
Subject: [RESOLVED] Packets with Network Sharing Access
Answers: 2
Views : 1895

[RESOLVED] Packets with Network Sharing Access

Hello :) ,
As part of installing an .exe file, I need to retrieve some configuration files.
Rather than placing the files in the WAPT package (to limit its size), I want to copy the files to the client machine from a network share.
When I test the...
by Yan
February 9, 2024 - 10:48
Forum: WAPT Packages
Subject: [RESOLVED] Version Upgrade
Answers: 3
Views : 3770

[RESOLVED] Version Upgrade

Good morning :) ,
Thank you for your reply, I managed to solve it by doubling the "\\" in the file paths.
To stop the processes, I now use the command

Code: Select all

run(r'taskkill /f /im xxxxxx.exe')
by Yan
January 24, 2024 - 3:36 PM
Forum: WAPT Packages
Subject: [RESOLVED] Version Upgrade
Answers: 3
Views : 3770

[RESOLVED] Version Upgrade

Hello, :)
I was working on WAPT version 1.8 and I'm currently installing and scaling up the Enterprise version 2.4.
I've rebuilt all the packages.
With some packages, I'm encountering errors I didn't have before:
SyntaxError: (unicode error ...