cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vlexdev
Level 4

default registry entry for installshield applications

hi,

in installanywhere, a default entry is created in the registry while creating an installer.

But in Installshield, i could not find any default entry while creating an installer.
Do we need to explicitly create a registry entry?

Labels (1)
0 Kudos
(2) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

If you are using a Basic MSI project within Installshield, the Windows Installer Engine will by default create a registry key in:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

or if its a 32bit installer on a 64bit machine:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall

 

0 Kudos

hi,
i have created basic msi project using installshield, but the entry is not created in the specified path
what could be the reason?
note :The app is working fine!
0 Kudos