This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- How do i set the registry heirarchy
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 03, 2009
11:59 PM
How do i set the registry heirarchy
When i run my product the registry entries goes into the heirarchy :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\
But i want them into a different heirarchy.
:confused:
How do i set the registry heirarchy..
Thanks,
Anusha
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\
But i want them into a different heirarchy.
:confused:
How do i set the registry heirarchy..
Thanks,
Anusha
(10) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2009
03:41 AM
The entries which are made at the said registry location is created by the installer itself... I have some basic questions.
1.) What is the intention to move the entries to a different location (since it has some adverse effects)
2.) Currently what is the problem you are facing due to the entry at the default location?
I hope this info will help me to help you better
1.) What is the intention to move the entries to a different location (since it has some adverse effects)
2.) Currently what is the problem you are facing due to the entry at the default location?
I hope this info will help me to help you better
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2009
03:58 AM
according to my requirement the registry entries under should be under HKEY_LOCAL_MACHINE\SOFTWARE\companyname\productname
but currently the registries are created under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\
but currently the registries are created under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2009
05:48 AM
I agree. But there is a limitation from the MSI side to prevent creating the specific registry entries under ARPCache. This entry has got some relationship with the applications that you have installed in the machine. If you need to delete it anyhow, you can do the same at the end of the installation or create the same entries in your application specific registry key but NO GUARANTEE whether it will provide the same functionality as the ARPCache.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2009
05:11 AM
but how do i remove or add registries during the installation.
I couldnt find any options or variables in Install Anywhere for doing it.
I couldnt find any options or variables in Install Anywhere for doing it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2009
05:38 AM
You can do it by the means of .zgr files: (ZeroG registry files) and within IA you have the built-in action Set Windows Registry - Multiple Entries. The current .zgr file we use to do for the exact same thing is:
DELIMITER=,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$PRODUCT_NAME$, Version, STRING, $VERSION$
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$PRODUCT_NAME$, DisplayVersion, STRING, $PRODUCT_ID$
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$PRODUCT_NAME$, DisplayIcon, STRING, $USER_INSTALL_DIR$\bin\$PROJECT_NAME$.ico
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 06, 2009
06:27 AM
Possibly you can also use vbscripts in InstallAnywhere. I assumed that you were using InstallShield....:-(
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2009
05:27 AM
Thank you
Can i know how can we achieve this using .zgr files
how do i call them from installer to set the windows registry heirarchy
Can i know how can we achieve this using .zgr files
how do i call them from installer to set the windows registry heirarchy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2009
06:03 AM
anitha, you're completely new to IA, am I right? The problem is that pretty much every question you asked so far it's already answered in the manual!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2009
06:12 AM
Sorry for it but i started looking into IA hardly from a month
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 22, 2010
05:39 AM
I have gone through the help document but could not find a way to set the registry heirarchy..
Can anyone please help me on how to do this?
Can anyone please help me on how to do this?