The search returned 9 results

by psanchez
November 17, 2020 - 1:24 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: External console tools
Answers: 4
Views : 5075

Re: External console tools

I'll update it next year and might get back to you. It's the end of the school year here, ECE, CCF, written exams... I'm fully booked until the end of December.

Thanks.
by psanchez
November 10, 2020 - 1:22 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: External console tools
Answers: 4
Views : 5075

External console tools

Hello,

I'm looking into the console's external tools (version 1.7.3.5) and I have a few questions. Unfortunately, the online documentation is almost silent on the plugins. Is there any additional documentation available? If not, could you answer the few questions I have so I can then...
by psanchez
April 17, 2019 - 4:39 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Customizing the console
Answers: 1
Views : 6714

Customize the console

Hello,

is it possible to add custom actions to the console menus?
I'm thinking of a shutdown or restart command for selected machines (similar to "Start with WakeOnLine," for example).

And if so, what precautions should I take to avoid...
by psanchez
February 15, 2019 - 03:38
Forum: WAPT Packages
Subject: Escape characters in file paths
Answers: 2
Views : 3305

Re: Escape character in file paths

In examples 1, 3, and 4, I use `basedir relative path`.
In example 2, I "cracked" and hardcoded the path to the PyScripter development environment to note any potential difference during testing.
I've tried all the given examples with and without `r` in front, but nothing works; it still fails

to run...
by psanchez
February 14, 2019 - 1:27 AM
Forum: WAPT Packages
Subject: Escape characters in file paths
Answers: 2
Views : 3305

Escape character in file paths

Wapt Enterprise 1.6.2.7 in a Win 7 VM on a Windows 2008/R2 machine.
PyScripter 3.4.2.7 in a Win 7 VM on a Windows 10 machine.

Hello,

I'm starting to develop installation packages from executables and I'm having a problem with file paths.
Here are some examples with Pronote 2018 (thanks stephane2b and ...)
by psanchez
October 31, 2018 - 01:07
Forum: WAPT Server
Subject: [RESOLVED] WAPT Enterprise Installation
Answers: 1
Views : 3445

[SOLVED] WAPT Enterprise installation

Hello,

my school has just acquired a Wapt Enterprise license.

I currently have a Community version on a Windows 7 Pro 64-bit VM on Windows Server 2008 R2.

How do I migrate to Enterprise?

Thank you.
by psanchez
October 10, 2018 - 03:02
Forum: WAPT Packages
Subject: killalltasks fatal error: 5: access denied
Answers: 5
Views : 6709

Re: killalltasks fatal error: 5: access denied

Hello,

sorry for the late reply, I've been swamped with work.

The problem occurs both in PyScripter and on a deployed machine.

Thank you for the advice to add killalltask to the installation.

I'm thrilled, I got the purchase order from my institution for the...
by psanchez
September 12, 2018 - 08:04
Forum: WAPT Packages
Subject: killalltasks fatal error: 5: access denied
Answers: 5
Views : 6709

Re: killalltasks fatal error: 5: access denied

Hello,

the process kills without any problem using the Task Manager.

I was imprecise in describing my environment.
The WAPT server runs on a Windows 7 VM on a Windows Server 2008 R2 server, and
the development console runs on a Windows 7 VM on a Windows 10 server.
Why do...
by psanchez
September 10, 2018 - 06:34
Forum: WAPT Packages
Subject: killalltasks fatal error: 5: access denied
Answers: 5
Views : 6709

killalltasks fatal error: 5: access denied

Hello,

WAPT 1.5.1.26
Windows Server 2008R2
development Windows 10 Pro 64x.

The title says it all, I think.

Here's the context of the problem:
developing a package for a very basic portable application.

# -*- coding: utf-8 -*-
#
# Installing the Graph85Emulator portable application ...