The search returned 25 results

by EdG973
April 26, 2021 - 3:04 PM
Forum: Your opinion
Subject: Nomadism and WAPT
Answers: 2
Views : 32197

Re: Nomadism and WAPT

Regarding tablet management, I found an interesting solution:
https://www.manageengine.com/fr/mobile- ... anagement/

But I haven't tested it...
by EdG973
April 16, 2021 - 7:39 PM
Forum: Your opinion
Subject: Nomadism and WAPT
Answers: 2
Views : 32197

nomadism and WAPT

Hello,

I have a question about how WAPT works in a mobile, remote work environment.
I've experimented with the WPAT community on a local network (clients and server on the same LAN).
For updates to also work from home, is a public WPAT server required?
Is...
by EdG973
January 22, 2021 - 1:30 PM
Forum: WAPT Packages
Subject: Writing to a file with WAPT
Answers: 1
Views : 2451

Write to a file using WAPT

Hello,
I would like to create a simple package that:
- upon installation, modifies the file C:\Windows\System32\drivers\etc\hosts
(adding IP/host resolution entries)
- upon uninstallation, restores the default (empty) Windows hosts file.

Is there a Python function like wpat...?
by EdG973
January 22, 2021 - 1:20 PM
Forum: WAPT Packages
Subject: WAPT package for deploying Office 2019
Answers: 0
Views : 4594

WAPT package for deploying Office 2019

Hello,

I need to deploy Office 2019 Standard across my network.
To do this, I would like the previous version of Office (Office 2007) to be uninstalled before installing Office 2019.
Regarding the installation of Office 2019 Standard, I would like...
by EdG973
November 18, 2020 - 5:59 PM
Forum: WAPT Packages
Subject: Package to customize the Windows desktop
Answers: 2
Views : 3936

Re: Package to customize the Windows desktop

THANKS :!: :D
by EdG973
November 10, 2020 - 1:12 PM
Forum: WAPT Packages
Subject: Package to customize the Windows desktop
Answers: 2
Views : 3936

Package to customize the Windows desktop

Hello,

I've been using ProfileTool to create a "standard" session profile so that users can find their usual shortcuts on the Windows desktop upon their first login.

Is there a WAPT package that does the same thing?

Best regards,
Ed
by EdG973
October 30, 2020 - 5:34 PM
Forum: WAPT Packages
Subject: Windows store, calc application
Answers: 2
Views : 3655

Re: Windows store, calc application

Oops, sorry.

While exploring the code of the tis-remove-windows-appx package, I noticed that it's possible to specify which apps to uninstall...
apps = [
### Windows 10 default apps
'Microsoft.3DBuilder',
'Microsoft.Print3D',
'Microsoft.Microsoft3DViewer',
'Microsoft.MixedReality.Portal ...
by EdG973
October 30, 2020 - 5:27 PM
Forum: WAPT Packages
Subject: Windows store, calc application
Answers: 2
Views : 3655

Windows store, calc application

Hello,

On Windows 10, the "calc" application has disappeared and been replaced by "calculator" from the Windows Store... :twisted:

The WAPT Store offers "tis-remove-windows-appx" to remove all applications from the Microsoft Store.
"Calculator" deserves to be kept; is there a package...
by EdG973
October 4, 2020 - 2:41 AM
Forum: WAPT Packages
Subject: Software update with WAPT
Answers: 3
Views : 3801

Re: Software update with WAPT

I just realized.

The tis-nextcloud package version 3.0.2-3 is for Mac...
The tis-nextcloud version 3.0.1-1 is for Windows.

We have to wait for the Windows version 3.0.2-3 to be released

. Regards
by EdG973
October 1, 2020 - 5:11 PM
Forum: WAPT Packages
Subject: Software update with WAPT
Answers: 3
Views : 3801

Re: Software update with WAPT

I think I understand.

WAPT compares certain information at the package level to identify whether a package from a previous version can be replaced by a package from a newer version in the private repository?
For Nextcloud, there are two package versions available online: 3.0.1-1...