The search returned 7 results

by Mickael Lombard
June 15, 2020 - 11:38
Forum: WAPT Packages
Subject: [SOLVED] Microsoft Office 2019
Answers: 7
Views : 9748

Re: [SOLVED] Microsoft Office 2019

Good morning,
I'm creating an Office 2019 package using WAPT and I've run into a problem. I want to include the installation files in the package, but I seem to have an issue with the source path.
How did you configure this setting?
paramOffice.jpg
paramOffice.jpg (28.33 KB) Viewed 9089 times
THANKS!
by Mickael Lombard
September 9, 2019 - 11:20
Forum: Package List
Subject: Problem installing Home I/O installation package
Answers: 3
Views : 24544

Re: Problem installing Home I/O installation package

Thank you so much for your message, I just saw it.
I just created a new package according to your settings, but unfortunately, it behaves exactly the same way. There must be something different on my machines.
by Mickael Lombard
December 17, 2018 - 09:07
Forum: Package List
Subject: Problem installing Home I/O installation package
Answers: 3
Views : 24544

Problem installing the Home I/O installation package

Hello everyone,

I'm having trouble installing the Home I/O software.
Here's my script:
# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
print('installing langevin-home-io')
install_exe_if_needed("homeio-1.5.0-installer.exe",'--unattendedmodeui ...
by Mickael Lombard
July 6, 2017 - 3:54 PM
Forum: WAPT Server
Subject: Private key problem
Answers: 1
Views : 2492

Re: Private key problem

Hello,

I found it simpler to start from scratch.
by Mickael Lombard
July 6, 2017 - 8:03 AM
Forum: WAPT Server
Subject: Private key problem
Answers: 1
Views : 2492

Private key problem

Hello,

After reinstalling WAPT, I realized I was using two private keys (likely due to an initial test installation).
I then followed the instructions in the documentation at https://www.wapt.fr/fr/doc/Frequent-problem/index.html in the "Renewal Procedure" section...
by Mickael Lombard
June 16, 2017 - 11:25
Forum: WAPT Server
Subject: System error OS Code 2 during server installation
Answers: 3
Views : 4270

Re: System error OS Code 2 during server installation

Hello and thank you for your reply.
I think my problem stems from that.
When I try to stop the service, this is what I get:
net stop WAPTserver
The service name is not valid.

You will get more help by entering NET HELPMSG 2185.
by Mickael Lombard
June 16, 2017 - 10:06
Forum: WAPT Server
Subject: System error OS Code 2 during server installation
Answers: 3
Views : 4270

System error OS Code 2 during server installation

Hello,

I'm encountering a problem during installation on a Windows Server 2016.
When configuring the WAPT server, I get the following error: "Error during post-config, System error (OS Code 2)":
Screenshot_1.jpg.

I repeated the operation on two different servers and I get the same result...