[SOLVED] Problem: Creating subduction packet

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

October 5, 2018 - 3:00 PM

Hello,

- WAPT version installed: 1.6.2.5
- Server OS: Debian Stretch
- Administration/package creation machine OS: Windows 10

I'm stuck on creating a new package. The problem is as follows:

The setup runs perfectly silently, except that during the setup process, an executable file for a dependency (Viewpoint Media Player) is copied to the Program Files (x86) folder and then called at the end of the initial program's installation. Obviously, this new file isn't executed silently, and the package therefore waits for the timeout.

Based on my tests, this dependency is useless (the program works without installing it).

Do you have any idea how to bypass this second installation?

Thank you
Last edited by olaplanche on Oct 17, 2018 - 2:16 PM, edited 1 time.
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
User avatar
vcardon
WAPT Expert
Messages: 278
Registration: Oct 06, 2017 - 10:55 p.m.
Location: Nantes, France

October 5, 2018 - 4:02 PM

https://en.wikipedia.org/wiki/Viewpoint_Media_Player

Viewpoint Media Player is sometimes marked as adware[7] due to the program commonly being installed without user notification or intervention.[8] If Viewpoint is whilst removed a program requiring it remains installed, it again re-installs silently without notifying the user.[9] The Viewpoint Media Player itself does not directly collect user identifiable information, unless the user enters it. The license agreement states that the software collects information about the user's interactions with advertisements, and also the browser and operating system in use. The privacy policy also states that the plug-in collects some browsing history by way of referrer information. This information is collected by Viewpoint along with a unique identifying code.[10]
Vincent CARDON
Tranquil IT
olaplanche
Messages: 178
Registration: January 26, 2017 - 11:11

October 5, 2018 - 4:09 PM

Thanks for the info!

All the more reason to bypass its installation, or else I'll tell the professor that the software is infected with adware and therefore there's no way I'm installing it. :)

But since I know that during a manual installation I have the option to install the software without the adware, I'm still interested in finding a solution via Wapt. ;)
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
olaplanche
Messages: 178
Registration: January 26, 2017 - 11:11

October 17, 2018 - 2:16 PM

Problem solved! The teacher has a portable version of the software, so no installation is needed ;)
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
User avatar
vcardon
WAPT Expert
Messages: 278
Registration: Oct 06, 2017 - 10:55 p.m.
Location: Nantes, France

October 17, 2018 - 10:36 PM

olaplanche wrote: Oct 17, 2018 - 2:16 PM Problem solved! The teacher has a portable version of the software, so no installation is needed. ;)
It's a complete victory if the portable software is placed in a standard path, like C:\Program Files (x86).

If the portable software is deployed in the user's home directory, it is a Pirrhus' victory; your opponent is defeated today, but you will be defeated in the long run.

Indeed, you may want to implement Software Restrictions (SRP) downstream, which state that anything not in C:\Program Files (x86)\ or C:\Program Files\ is not allowed to run, in the Linux style.

In my opinion, SRPs in Windows are the most effective methodologies against computer viruses today.

After all, a teacher's happiness is precious, and so is yours, so doing what needs to be done right away while thinking about the next step is the best approach.

See you soon.

Vincent
Vincent CARDON
Tranquil IT
olaplanche
Messages: 178
Registration: January 26, 2017 - 11:11

October 18, 2018 - 8:25 AM

We've been using SPR for many years, and all I had to do was "drop" the software into a shared folder that I approved and where no one has write access. ;)

Indeed, I could also create a package that copies the file to C:\Program Files (x86) and create a shortcut on the desktop/Start menu.

Thanks,
see you soon.
- Installed WAPT version: 2.6.0.16795 Enterprise
- Server OS: Linux / Debian Bookworm
- Administration/package creation machine OS: Windows 10
Locked