Custom installation trend
Published: September 25, 2017 - 12:37 PM
Hello,
is it possible to condition the installation of a package based on the presence of a program in the machine's software inventory?
I have a Trend Micro antivirus to install with two possible scenarios:
1. Previous installation (v.11.0.4778
) -> run a migration utility ->
run the installation MSI file;
2. No installation
-> run the installation MSI file.
I would like to do something like this:
if v.11.0.4778 is installed
, then run the migration utility
and run the installation utility;
otherwise, run the installation utility.
Thank you.
is it possible to condition the installation of a package based on the presence of a program in the machine's software inventory?
I have a Trend Micro antivirus to install with two possible scenarios:
1. Previous installation (v.11.0.4778
) -> run a migration utility ->
run the installation MSI file;
2. No installation
-> run the installation MSI file.
I would like to do something like this:
if v.11.0.4778 is installed
, then run the migration utility
and run the installation utility;
otherwise, run the installation utility.
Thank you.