Page 1 of 1

[SOLVED]: Firefox deployment

Published: October 16, 2019 - 10:05 AM
by pfera-pw
Hello,

I recently installed a WAPT 1.7.4 server on Debian 10. A Windows 7 PC manages the server administration via the console.
I would like to know if it's possible to deploy a Firefox package on machines where Firefox was manually installed. If so, will the existing configuration be overwritten, and will the Firefox package deployed via WAPT take over?

Regards

Re: Firefox deployment

Published: October 16, 2019 - 11:04 AM
by dcardon
Hello pfera-pw,
pfera-pw wrote: Oct 16, 2019 - 10:05 AM I recently installed a WAPT 1.7.4 server on Debian 10. A Windows 7 PC manages the server administration via the console.
I would like to know if it's possible to deploy a Firefox package on machines where Firefox was manually installed. If so, will the configuration be overwritten, and will the Firefox package deployed via WAPT take over?
It depends on the package used.

The package from the official TIS repository updates if necessary, otherwise it doesn't modify the executable (using the `install_exe_if_needed` function). Regardless of the initial state, it will disable automatic updates (the administrator must approve the update), and other options can be added to the package.

So basically, there's no problem installing the wapt firefox package on an existing network. I encourage you to edit the package to see what it will do (install the tis-pyscripter package, then in the console, right-click on the package and choose "edit")

Sincerely,

Denis

Re: Firefox deployment

Published: October 16, 2019 - 11:28 AM
by pfera-pw
Hello Denis,

I would like the TIS-Firefox package to replace my old Firefox installation, which is up-to-date but not deployed via Wapt. Is this done automatically? How do I ensure the package completely replaces my current Firefox version?

Regards

Re: Firefox deployment

Published: October 16, 2019 - 1:05 PM
by dcardon
Hello pfera-pw,
pfera-pw wrote: Oct 16, 2019 - 11:28 AM I would like the TIS-Firefox package to replace my old Firefox installation, which is up-to-date but not deployed by wapt. Is this done automatically? How do I make sure the package completely replaces my current Firefox version?
The package will update your Firefox version if it is older than the package version. See https://www.wapt.fr/fr/doc/wapt-create- ... -if-needed

Sincerely,

Denis