Page 2 of 2
Re: Stormshield Package
Published: January 4, 2024 - 10:22 AM
by kokoss22
Here is the order return

- psexec.png (12.42 KB) Viewed 3136 times
Re: Stormshield Package
Published: January 4, 2024 - 10:45 AM
by dcardon
Hello Macira,
the Stormshield SSL VPN MSI has historically been quite poorly designed... The WAPT package attempts to correct these shortcomings. However, if you installed it manually, the installation reference is essentially only present in the local admin MSI database, hence the error message you mentioned: "local system doesn't recognize it." The MSI reference should be in the system MSI database, not the local admin one (fortunately, there aren't many poorly packaged programs...).
You could check with Stormshield to see if they have any documentation to resolve this issue. Alternatively, you can look at this page for inspiration on whether you can run a scheduled task as a local admin to initiate the uninstallation:
https://serverfault.com/questions/45884 ... op-session
https://www.scriptjunkie.us/2013/01/run ... -any-time/
If this is an urgent issue for you, you can contact support to create the package with you if you have purchased package creation support.
Sincerely,
Denis
Re: Stormshield Package
Published: January 4, 2024 - 3:12 PM
by kokoss22
Thank you for your feedback.
Is there a function or something similar that allows for privilege escalation?
To understand the concept of a scheduled task, is there a script example that could illustrate it?
Thank you.