Jump to content

Unique Application Identification / Name


Recommended Posts

When applications that are not so mainstream use an installer to install their software, how do they handle the possibility that there may be another software vendor using their application name/id.

Say there is another application that installs itself into your system and it uses the registry key "HKEY_LOCAL_MACHINESOFTWAREAutoIt v3" and the company that made the software sells cars or whatever, and then you decide you want to install Autoit and the registry key is already being used, what does the Autoit installer do to avoid a conflict and break the installation of the previously installed software?

Does it just overwrite the key or what?

Edit: what I'm getting at is "What's the best way to handle such a scenario?".

Edited by THAT1ANONYMOUSEDUDE
Link to comment
Share on other sites

I would imagine that it would overwrite the key if it existed but the chances are probably remote

Most reg keys use sub levels so maybe get round it with that

"HKEY_LOCAL_MACHINESOFTWAREAutoIt v3ANONYMOUS" and then your key which lessons the chance of an overwrite even more and if the original key does exist it will be one layer up

Link to comment
Share on other sites

  • Moderators

Industry standard is now moving toward the following format to avoid just this issue:

HKLMSOFTWAREVENDORApplicationNameVersion

If you'd like more information on application installation, repackaging, and management, www.appdeploy.com is a great resource. You can search up a great many applications to find the various install/uninstall strings, known issues, etc.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...