Hi,
Here are the steps I want to accomplish.
1. Prepare an installer and install the product and registers onto clients machine.
2. Prepare an another installer which need to search where the product has been installed previously, and put a file in one of the folder in the installed location. Running this installer should not register the installation details anywhere in the system.
The first one is accomplished.
The second step is more over like patches/upgrades, but we don't want to use them as the installed application deletes some of the files that were installed after its startup or execution. So I should not be resending those files and this cant be achieved via patches.
To accomplish this step, I need to identify where the Product Installation is done, and extract the contents in the second installer to the installed directory. This can be assumed as plain unzip to a directory, where in the directory need to be known by the installer.
Can this be achieved ?
Thanks,
Madan Narra