The search returned 7 results

by steph.prevot
July 31, 2019 - 10:26
Forum: WAPT Packages
Subject: Open session installation
Answers: 2
Views : 2875

[SOLVED] Re: Open session installation

If I understand the command correctly, it needs to write data to the Uninstall folder of the BdRegistre. Of course, that's not happening. Inspired by your idea, during installation I create a flag based on the version, and then I just need to test if the flag is present.
It's simple, but I hadn't thought of it...
by steph.prevot
July 29, 2019 - 1:43 PM
Forum: WAPT Packages
Subject: Open session installation
Answers: 2
Views : 2875

Installation session open

Hello,
I have a SIGAL software application whose updates can only be installed while the user is logged in.
Aside from using "def session_setup():" which would install the update every time a new user logs in, do you see any other way to install updates while the user is logged in, without them...?
by steph.prevot
November 28, 2018 - 09:32
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Blocking software updates from being installed on a PC
Answers: 0
Views : 6774

Blocking software updates from being installed on a PC

Hello,
on my network (approximately 200 PCs), I have a core package that installs across the entire network. Among the software in this package is 7-Zip. A new web application, used from only two PCs, requires version 9.20 to be installed. How can I do this (without removing...
by steph.prevot
December 15, 2017 - 12:50
Forum: WAPT Packages
Subject: Accent problem
Answers: 2
Views : 3075

Re: Accent problem

Hi,

thanks for the help.
WMI is way beyond my skill level, so I made a little script that runs at login and does the job perfectly.

Cheers!
by steph.prevot
December 14, 2017 - 9:51 AM
Forum: WAPT Packages
Subject: Accent problem
Answers: 2
Views : 3075

Accent problem

Hello,
I'm having trouble switching my Windows 7 PCs from static IPs to DHCP with the "é" character. My batch file runs fine manually, but I'm having an encoding issue with WAPT. So I tried replacing utf-8 with cp850:

# -*- coding: cp850 -*-
from setuphelpers import *

uninstallkey = []

def install ...
by steph.prevot
July 7, 2016 - 9:53 AM
Forum: WAPT Packages
Subject: Problem displaying PC groups
Answers: 2
Views : 3752

Re: Problem displaying PC groups

Thank you,

but I don't think I fully understand.
Using the graphical interface, I create a package group (Tempo).
Then, right-click and select "Add Dependencies" (Sumatra and FileZilla).
Neither program is installed on the PC.
Right-click on the PC and select "Add Package or Package Group..."
by steph.prevot
June 15, 2016 - 1:15 PM
Forum: WAPT Packages
Subject: Problem displaying PC groups
Answers: 2
Views : 3752

PC group display problem

Hi,
I'm testing the deployment of wapt on an environment without Active Directory (Eole distributions) and I'm having a problem with Groups. In the wapt console, I created Package Groups and assigned packages to them. I added these Groups to some PCs (either manually via "Edit the...").