The search returned 23 results

by seb b
August 26, 2021 - 1:32 PM
Forum: WAPT Packages
Subject: [SOLVED] Forcing an error
Answers: 2
Views : 2165

[SOLVED] Force an error

Good morning,

Unfortunately, I cannot use dependencies (several versions of Office are deployed, some belonging to a group and others not, in short, it makes too many different cases to manage).

But great for the function

Code: Select all

error
That's exactly what I was looking for.

THANKS.
by seb b
August 26, 2021 - 10:31
Forum: WAPT Packages
Subject: [SOLVED] Forcing an error
Answers: 2
Views : 2165

[SOLVED] Force an error

Hello

a WAPT 2.0 Enterprise
SRV Debian
development machine running Windows 10.

I have an older program that uses the Access 2007 framework that needs to be installed on machines where Office 2016 (which is part of a larger software suite) also needs to be installed.
Therefore, it is essential that this program be installed last.
by seb b
March 9, 2021 - 11:32
Forum: WAPT Packages
Subject: Sage Payroll 12.10
Answers: 0
Views : 4358

Sage Payroll 12.10

Hello,

I'm having trouble with version 12.10 of Sage Payroll (i7).

It's from InstallShield.
I generated my answer file and replaced the installation source and the .iss file in my package.
The package in version 11.20 works perfectly.
The package in version 12.10 installs successfully, but...
by seb b
July 8, 2020 - 1:51 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Organizational units and out-of-domain machines
Answers: 5
Views : 5026

Re: Out-of-domain organizational units and machines

Hello,

yes, I think it would be best to call you.
I'll contact you as soon as I have the number.

Thanks again.
by seb b
July 8, 2020 - 10:47
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Organizational units and out-of-domain machines
Answers: 5
Views : 5026

Re: Out-of-domain organizational units and machines

Hello,

yes, it works perfectly in that direction (I just retested it using a package and manually).

However, if I rejoin the machine to the domain, it doesn't position itself correctly in the directory tree (sorry if I'm not being clear).
by seb b
July 8, 2020 - 10:13
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Organizational units and out-of-domain machines
Answers: 5
Views : 5026

Organizational units and machines outside the domain

Hello,

I'm setting up WAPT Enterprise (1.8.2, Debian server, Windows 10 administration machine) and I'd like to understand how the OU presentation works in the console.
I followed the documentation to display non-domain workstations in a "mock" OU...
by seb b
December 18, 2019 - 10:07 AM
Forum: WAPT Packages
Subject: [SOLVED] DELL bios configuration package
Answers: 10
Views : 12067

Re: DELL bios setup package

Great!

It works, thank you so much.
Now I just have to do the rest of the package.

Thanks again!
by seb b
December 18, 2019 - 8:55 AM
Forum: WAPT Packages
Subject: Shutdown, Machine Stop, Scheduled Task
Answers: 2
Views : 3659

Re: Shutdown, Machine Stop, Scheduled Task

Hello,

I don't know about stopping after a certain period of activity.
However, for stopping at a specific time, it's possible to create a package that easily sets up a scheduled task using the `create_daily_task` command:

https://www.wapt.fr/en/api-doc-1.5/source/setuphelpers.html ...
by seb b
December 18, 2019 - 8:10 AM
Forum: WAPT Packages
Subject: [SOLVED] DELL bios configuration package
Answers: 10
Views : 12067

Re: DELL bios setup package

Hello,

we are on version 1.7.4.6229.
by seb b
December 17, 2019 - 4:12 PM
Forum: WAPT Packages
Subject: [SOLVED] DELL bios configuration package
Answers: 10
Views : 12067

Re: DELL bios setup package

Thanks!

Unfortunately, it seems the result of `run` isn't an object but Unicode (I'm not sure of my terminology, I admit :oops:).
`AttributeError: 'unicode' object has no attribute 'returncode'`.

I tried directly printing the `run` command with exactly the same result...