[SOLVED] Stormshield SSLVPN Client Package v3.2.1

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
olaplanche
Messages: 178
Registration: January 26, 2017 - 11:11

February 17, 2023 - 11:14

Okay, I have a theory about the problem:

Previous versions of the client were installed at the user profile level (which caused problems for wapt deployment in a system account).
Since version 3.0.0 or 3.1.0, deployment to a system account has been working. I suspect the problem you're experiencing is related to a previous version installed under a user account. And indeed, I had forgotten that the software doesn't appear in appwiz.cpl (this could be fixed using wapt, but the client can only be uninstalled by the account that installed it, which is the system account in the case of wapt).
Before going any further, could someone experiencing this problem uninstall the client using the following command from the user account that installed it:
MsiExec.exe /X{A74BDC23-D51E-4EB2-9175-F1EC67EC37F0} /q
and reinstall it via Wapt using the system account, then test its functionality

The software is temperamental... if I understand your problem correctly, you need to start with a fresh install of the client!
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
realynot
Messages: 9
Registration: Oct 09, 2018 - 4:55 p.m.

February 21, 2023 - 3:21 PM

Sorry, I just got back from vacation. ;)


So, Stormshield doesn't appear in the appwiz, and as a result, running MsiExec.exe /X{A74BDC23-D51E-4EB2-9175-F1EC67EC37F0} /q gives the response: "This action is only valid for products already installed..."
It's listed in the WAPT software inventory, but it refuses to install it over the top. I even tried setting `remove_old_version = True` in the package, but that didn't do anything either.

I'm wondering if the problem might also be related to the TAP card that's created...

Also, version 3.2.0 was removed from download due to an unmentioned malfunction, and 3.2.1 hasn't been available for several days...

@olaplance, perhaps to reproduce the "bug," try installing version 2.8.0 first?


Anyway, I'll keep looking.
realynot
Messages: 9
Registration: Oct 09, 2018 - 4:55 p.m.

February 27, 2023 - 2:05 PM

client updated to version 3.2.1 (FYI) ;)
jdziadek
Messages: 47
Registration: January 23, 2023 - 4:10 PM

February 28, 2023 - 12:18

realynot wrote: Feb 27, 2023 - 2:05 PM Client updated to 3.2.1 FYI ;)
It seems to be the same problem again.
But I only tested it on a machine that already had a problem with the local service connection error
Debian 11
WAPT Version: 2.4.0.14143
olaplanche
Messages: 178
Registration: January 26, 2017 - 11:11

March 7, 2023 - 2:39 PM

Hello,

everything went smoothly with the 3.2.1 update on my end.

For me, all your tests only confirm my theory.

My package only works with a fresh installation on a machine, but not if the client has already been installed by a method other than the wapt package (system account!).

If the message "This action is only valid for products already installed..." appears when trying to uninstall the client, it's because the uninstallation is being initiated with a different account than the one with which it was installed.

https://learn.microsoft.com/en-us/windo ... le-patches
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
Locked