Uninstall.ini and .exe Location

Feature requests.
Post Reply
haakerp
Posts: 1
Joined: Mon Jan 18, 2016 10:46 pm

Uninstall.ini and .exe Location

Post by haakerp »

Allow the Uninstall.ini and Uninstall.exe files to be saved to a different location other than the root of <InstallDir>.

I have to applications I need to deploy to the same server with the same root <InstallDir> path ... so the 2nd application overwrites the first applications uninstall files.

If the uninstall files could be moved to e.g. <InstallDir>\app1 and <InstallDir>\app2 etc then each application retains it's own uninstall files.
ggrewe
Posts: 25
Joined: Mon Nov 30, 2015 5:50 pm

Re: Uninstall.ini and .exe Location

Post by ggrewe »

What I have done in these situations is install any common components to;

Code: Select all

<CommonFiles>\<CompanyName>
Then install each application to its own folder;

Code: Select all

<ProgramFiles>\<CompanyName>\<AppName>
And add a reference in the software to look for the common compoents
Post Reply