The search returned 6 results

by emilien.gauthier
September 9, 2021 - 11:44
Forum: WAPT Packages
Subject: "WhiteBoard" package - Windows Store application
Answers: 0
Views : 3500

Package "WhiteBoard" - Windows Store application

Hello,
I'd like to create a package for installing Whiteboard, an application from the Windows Store.
I've downloaded the file, which has the extension ".AppxBundle".

Has anyone here ever created a package with this type of file? And what syntax should I use?

Thanks...
by emilien.gauthier
April 30, 2021 - 9:34 AM
Forum: WAPT Server
Subject: Errors during import to GLPI
Answers: 3
Views : 9231

Errors during import to GLPI

Hello,

I'm getting errors when importing workstations.
Have I forgotten a setting?
Where can I find information/logs about these errors?

Thank you for your help.
Sincerely.
by emilien.gauthier
February 10, 2021 - 10:54
Forum: WAPT Packages
Subject: Teams package and "Meeting Experience" feature
Answers: 19
Views : 21530

Re: Teams package and "Meeting Experience" feature

Hello,

is it possible to add the "Teams" program to the login screen by going to %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup?
Thank you for your help! :)
by emilien.gauthier
January 18, 2021 - 5:23 PM
Forum: WAPT Packages
Subject: [RESOLVED] Office 365 Installation
Answers: 14
Views : 18902

Re: [SOLVED] Installing Office365

That's great, thanks in advance!
Looking forward to your reply. ;)
by emilien.gauthier
January 18, 2021 - 5:00 PM
Forum: WAPT Packages
Subject: [RESOLVED] Office 365 Installation
Answers: 14
Views : 18902

Re: [SOLVED] Installing Office365

Hello,

I used the script (thank you! :-) )
I'm getting the following error:

Installing office365(=0-14)
Installing office365(=0-14)
Microsoft Office 365 Business 2019: Installing...
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\waptservice\service.py", line 1706, in run
self ...
by emilien.gauthier
January 11, 2021 - 6:00 PM
Forum: WAPT Packages
Subject: Uninstalling .msi package before installation
Answers: 1
Views : 3936

Uninstall the .msi package before installation

Hello,
I'm new to WAPT.
I'd like to install a custom .msi package and have it appear in the Windows program list.


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

uninstallkey = []

def install():
install_msi_if_needed('ModelesWordSetup.msi')

def uninstall ...