The search returned 17 results

by lduriez
October 14, 2019 - 10:39
Forum: WAPT Server
Subject: [SOLVED] Installing WAPT 1.7 on Debian 8.11
Answers: 2
Views : 3150

Re: Installing WAPT 1.7 Debian 8.11

Thanks for the info, Simon.

And thanks for the update on the release file, :D

Luc.
by lduriez
October 14, 2019 - 09:41
Forum: WAPT Server
Subject: [SOLVED] Installing WAPT 1.7 on Debian 8.11
Answers: 2
Views : 3150

[SOLVED] Installing WAPT 1.7 Debian 8.11

Hello,

I'm trying to install the WAPT 1.7 server on a Debian 8.11 virtual server (due to technical constraints, I can't deploy Debian 9 at the moment).

I followed the documentation, but when I run `apt-get update`, I get the following error:
W: GPG error: https://wapt.tranquil.it jessie ...
by lduriez
March 4, 2016 - 08:02
Forum: WAPT Packages
Subject: Antidote Deployment
Answers: 2
Views : 2622

Re: Antidote Deployment

Hi knpc,

It all depends on how you install it.

If it's an .msi file, most of the time you need to add the argument "ProductKey="xxx-xxx-xxx-xxx" to the silent installation command.

But it all depends on the installation file.
by lduriez
February 19, 2016 - 3:08 PM
Forum: WAPT Packages
Subject: Windows Movie Maker 2012 Package
Answers: 3
Views : 3639

Re: Windows Movie Maker 2012 package

Well, I finally figured out where the problem was coming from.

The .NET framework was missing for the installation to work correctly, so I added my .NET package as a dependency.

Hopefully, this will help someone.
by lduriez
February 19, 2016 - 12:06
Forum: WAPT Packages
Subject: Windows Movie Maker 2012 Package
Answers: 3
Views : 3639

Windows Movie Maker 2012 Package

Hello,

I'm contacting you because I'm having trouble creating a Windows Movie Maker 2012 package.

Here is my setup.py file for this package:

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

uninstallkey = []

def install():
print('installing uvhc-windowsmoviemaker')
run(r'"wlsetup-all ...
by lduriez
November 6, 2015 - 12:03
Forum: WAPT Packages
Subject: Java 8 JDK
Answers: 3
Views : 3544

Re: Java 8 JDK

It's okay, I finally managed it.

For anyone who might encounter the same problem:

Manually launch the .exe file and let it run on the first interaction page.
Go to the folder "C:\Users\
You will find a "jdk" folder
by lduriez
November 6, 2015 - 11:47
Forum: WAPT Packages
Subject: Java 8 JDK
Answers: 3
Views : 3544

Re: Java 8 JDK

Strangely, the MSI file is smaller than the EXE.

I tried launching it in silent mode (msiexec /i java.msi /quiet /norestart) and it doesn't work at all, whether via a Windows command prompt or via a WAPT package.
by lduriez
November 6, 2015 - 11:09
Forum: WAPT Packages
Subject: Java 8 JDK
Answers: 3
Views : 3544

Java 8 JDK

Hello,

I'm creating a package for Java 8 JDK, but the installation isn't working because I'm getting error 1619.

What's strange is that if I run the silent installation command in a regular Windows command prompt, I have no problems and it...
by lduriez
October 29, 2015 - 11:55
Forum: WAPT Packages
Subject: Creating an AutoCAD 2012 Package
Answers: 1
Views : 2808

Creating AutoCAD 2012 Package

Hello,

I'm contacting you because I'm having trouble creating a WAPT package for AutoCAD Architecture 2012.

To create my package, I first created a "distribution" of AutoCAD to customize my installation.

Then I tested the silent installation using the command prompt...
by lduriez
October 14, 2015 - 2:12 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Username and password as arguments to wapt-get
Answers: 4
Views : 6562

Re: User and password as arguments to wapt-get

Hello,

just to let you know that I made the change to wapt-get.py and it works perfectly.

Thanks anyway, and I hope this can help someone else.

PS: I think you should integrate this into your future versions of WAPT because it could be useful for...