How are updates performed on the client machine?

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
knpc
Messages: 63
Registration: Nov. 20, 2015 - 4:40 p.m.

February 23, 2016 - 7:11 PM

Hi,

I added some software packages to install on a machine, and when I try to save and install them, it says "Installation complete." On the right side of the console, I see the Adobe Reader package with a green checkmark in the status bar and the Java package with a blue plus sign in the status bar. (What does the blue plus sign mean? Is there a standard code for these packages?)
Capture3.JPG
Capture3.JPG (62.24 KB) Viewed 2842 times
My question is, how can the client machine tell if the installation has been completed? Do we need to reboot the machine for the installation to start? In short, how does this process work on a client machine?

THANKS

Knpc
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

February 24, 2016 - 1:16 PM

Hello.

The orange triangle means that the package (which was already installed) has a new version available on the server and needs to be updated. Right-click on the machine, launch the package installation to switch the package to a green checkmark.

The green checkmark means that the package is correctly installed on the machine and is up-to-date with the one in the repository; everything is fine.

The plus sign means that the package needs to be added to the workstation. Typically, this happens when adding software. A

red checkmark with an exclamation point means that the package installation encountered a problem, and therefore the package is in error.

The check for available packages and their versions is performed by default every 2 hours.
To modify the setting, you can change the value of `waptupdate_task_period` to 120.

Alternatively, in the console, you can right-click on the computer and select "Run package update." This will force the client to check if it needs to install new packages (blue triangle) or update existing ones (orange triangle).

Then, to start an installation, you can right-click on the computer and select "Run package installation."

Alternatively, if you left "Offer package updates on computer shutdown" checked during installation, Wapt will install the packages upon shutdown.

The final installation method is using WaptTray:

WaptTray is active if you enabled "Launch notification icon on login" during client installation. (Also available in c:\wapt\wapttray.exe)

WaptTray is a small icon that launches in the taskbar. This icon flashes with an orange triangle when updates are available. This allows the user to choose when to install their updates. When it's ready, they can right-click on the icon and click on "Launch Package Installation". This will work even if the user is not an administrator. This is very convenient when users are always short on time.

The other options for installing packages are using the command line:
`wapt-get update`
`wapt-get upgrade`

There are also updates via the web interface for the user:

http://127.0.0.1:8088/list.

Then click on "Upgrade the system".

I hope this answers your question,

Simon.
Locked