Hi
I have 2 applications.
A and B
Is it possible for B to know version no of A?
Is it possible for B to install/uninstall A without user intervention.
My need is to check for updates of A from B
Please help.
Thanks in advance.
JKM
Hi
I have 2 applications.
A and B
Is it possible for B to know version no of A?
Is it possible for B to install/uninstall A without user intervention.
My need is to check for updates of A from B
Please help.
Thanks in advance.
JKM
You can have a version of A embedded in the B package and install it only if A is not installed or if the installed version is older then the one you need/have.
Have a look at the PKG file format.
-- Lucian