I have installed a java application and i want to reinstall the new updates on the same location. but i am unable to read the location where the software is being installed .
I want if the full application is being installed in d:/program files then
the new setup should also be installed to the same location
Main application install script
Update install script
As both installscripts have the very same
AppId, the update will use same dir as Main App. But… You should implement check that will look up if the Main Application is installed.You can try to place this
[Code]in Update Install Script: