The search returned 37 results

by benoitpatin
September 28, 2022 - 3:05 PM
Forum: WAPT Packages
Subject: [RESOLVED] Missing dependencies error
Answers: 7
Views : 5909

Re: [WAPT] - Missing dependencies error

Hi Denis,

We don't have 32-bit Windows here.
Any other ideas?

Thanks
by benoitpatin
September 15, 2022 - 07:49
Forum: WAPT Packages
Subject: [RESOLVED] GanttProject Package
Answers: 2
Views : 2752

Re: [SOLVED] Package GanttProject

Thank you Bertrand ;)
by benoitpatin
September 8, 2022 - 5:10 PM
Forum: WAPT Packages
Subject: [RESOLVED] GanttProject Package
Answers: 2
Views : 2752

[RESOLVED] GanttProject Package

Hello,

WAPT 2.1.2

We are deploying the Ganttproject package from your repository as a self-service installation, but for the past few days, all installations/updates have been failing.

Installing: ganttproject-3.2.3200.exe
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common ...
by benoitpatin
May 12, 2020 - 10:14
Forum: WAPT Packages
Subject: [SOLVED] [Chrome] Update 81.0.4044.129 that won't install
Answers: 10
Views : 9928

Re: [SOLVED] [Chrome] Update 81.0.4044.129 that won't install

Thanks for the backward compatibility.

In the meantime, I've updated my server and clients. ;)
by benoitpatin
April 30, 2020 - 11:02 AM
Forum: WAPT Packages
Subject: [SOLVED] [Chrome] Update 81.0.4044.129 that won't install
Answers: 10
Views : 9928

Re: [Chrome] update 81.0.4044.129 which won't install

I did indeed have a Darwin package.

I just put the Windows package back in my package group, but it didn't change anything. The PC still doesn't see the Chrome update.
by benoitpatin
April 30, 2020 - 10:00 AM
Forum: WAPT Packages
Subject: [SOLVED] [Chrome] Update 81.0.4044.129 that won't install
Answers: 10
Views : 9928

Re: [Chrome] update 81.0.4044.129 which won't install

I've never seen the Linux or Darwin packages?
I always go to "import from internet," check the "newer packages only" and "latest version only" boxes, and update my packages.

I don't get any errors during execution because it seems like it's not taking...
by benoitpatin
April 29, 2020 - 10:51
Forum: WAPT Packages
Subject: [SOLVED] [Chrome] Update 81.0.4044.129 that won't install
Answers: 10
Views : 9928

[SOLVED] [Chrome] Update 81.0.4044.129 that won't install

Hello,

I updated my Google Chrome package via the Tranquil IT repositories, but this version won't install on my machines. I can see the version in the package list in my console, and the version is also correct in my package group, but when I force a refresh of my machines, they...
by benoitpatin
March 6, 2019 - 09:46
Forum: WAPT Packages
Subject: Package with just a link
Answers: 2
Views : 5596

Re: Package with just a link

Thanks Hubert, I kind of forgot that my command had an executable and an argument... :oops:
by benoitpatin
March 6, 2019 - 09:33
Forum: WAPT Packages
Subject: Package with just a link
Answers: 2
Views : 5596

Package with just a link

Hello,

I'd like to create a package that simply creates a shortcut on the user's desktop.
It seemed quite straightforward, with examples found throughout the documentation and online, yet I'm having trouble.

Here's my Python code:
# -*- coding: utf-8 -*-
from setuphelpers import ...
by benoitpatin
July 18, 2018 - 5:18 PM
Forum: WAPT Packages
Subject: Updating a TIS package
Answers: 1
Views : 3967

Put a TIS package on day one

Hello,

I downloaded the Python 27 package from your repository to add to my own, but I'd like to add a small piece of code to it (modifying the PATH variable to add the path to python.exe). Every time I edit the package, save, and build...