The search returned 13 results

by Minus
February 27, 2020 - 2:35 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Very strange behavior on the console
Answers: 2
Views : 4057

Re: Very strange behavior on the console

Yes, that could solve my problem since both PCs came from the same manufacturer and were purchased at the same time.

I just ran the command on one of the machines and, indeed, for the first time, both are visible simultaneously.

Thank you very much.
by Minus
February 27, 2020 - 10:09
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Very strange behavior on the console
Answers: 2
Views : 4057

The console is behaving very strangely

Hello,

I'm experiencing a really strange behavior with the console:

While everything seems OK, for two PCs it's as if they're colliding and WAPT is going haywire. Let me explain:

PC1 has its own name and IP address (172.16.0.130)
, PC2 has its own name and IP address (172.16.0.158...
by Minus
February 24, 2020 - 11:42
Forum: WAPT Packages
Subject: [RESOLVED] Office 365 Installation
Answers: 14
Views : 18894

Re: Office 365 Installation

Hello,

shame on me, I forgot to give feedback as promised, :oops: :oops:

Christophe0110. It works perfectly as is.

I made a few minor adjustments, and frankly, it works.

Thank you for sharing.
by Minus
February 21, 2020 - 09:17
Forum: WAPT Packages
Subject: [SOLVED] Creating a package to modify the Windows registry
Answers: 6
Views : 12014

Re: Creating a package to modify the Windows registry

Great!

Thank you so much for all this information.
by Minus
February 20, 2020 - 2:17 PM
Forum: WAPT Packages
Subject: [SOLVED] Creating a package to modify the Windows registry
Answers: 6
Views : 12014

Re: Creating a package to modify the Windows registry

Thank you very much for the information, and sorry for causing a reprimand. :?

Okay for the `wapt-get session-setup ALL` command; it's easy to run via a GPO.

So, if it were an HKLM key? What should the setup.py file look like?
by Minus
February 20, 2020 - 2:02 PM
Forum: WAPT Packages
Subject: [SOLVED] Creating a package to modify the Windows registry
Answers: 6
Views : 12014

Re: Creating a package to modify the Windows registry

As a beginner learning Python, is this type of simple setup.py file suitable?

# -*- coding: utf-8 -*-
from setuphelpers import *

registry_setstring(HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Office\\16.0\\Outlook\\Autodiscover",'ExcludeExplicitO365Endpoint','00000001', type ...
by Minus
February 20, 2020 - 10:59
Forum: WAPT Packages
Subject: [SOLVED] Creating a package to modify the Windows registry
Answers: 6
Views : 12014

[SOLVED] Creating a package to modify the Windows registry

Hello,

I would like to use Wapt to deploy a modification to a key in the Windows registry on certain PCs, related to Outlook settings.

My initial .reg file looks like this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0 ...
by Minus
September 13, 2019 - 11:17
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] I made a mistake
Answers: 3
Views : 5092

Re: I made a mistake

Yes, indeed, I had a letter in the version field, hence the crash.

Thanks for the info.
by Minus
September 13, 2019 - 10:20
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] I made a mistake
Answers: 3
Views : 5092

Re: I made a mistake

Hello

. Well, since there's no response, I restored the server to recover everything.

However, is there a way to check the packages before uploading them and preventing them from crashing everything?

I haven't received any error messages whatsoever for this package, neither during the build process nor...
by Minus
September 12, 2019 - 3:49 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] I made a mistake
Answers: 3
Views : 5092

[SOLVED] I made a mistake

Hello,

I created a WAPT package and uploaded it using the command `wapt-get.exe upload-package "c:\waptdev\xxxx.xxxx.wapt"

`, where xxxx.xxxx is the package name.

The upload went smoothly, but when I open the WAPT console and go to my packages, I get a nice message...