/build/static/layout/Breadcrumb_cap_w.png

Appending Registry Keys

Hi all,

Does anyone out there know how to append a registry value either by the registry table in a MSI or via a txt file, this is causing severe grief at the moment when running in one or more packages that write to the same key.

Please help..

0 Comments   [ + ] Show comments

Answers (3)

Posted by: bheers 20 years ago
Second Degree Blue Belt
1
i have done this in admin studio.
here is what i did.
i used system search to search for the registry entry and store the value in a buffer.
and in the registry entry place the buffer value

if you store the value in the buffer [RegKey]
and if you want to append "mvfs" to it
then in the registry key put it as [RegKey],mvfs
Posted by: mrtap 20 years ago
Senior Yellow Belt
1
If you want to append a string to a list of strings in a registry key (i.e. reg value has the type multi-string), then there is a special notation. For example if you specific a registry value of "[~]boo", then it will add the string "boo" to the end of the list of strings.

For more details refer to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/registry_table.asp
Posted by: Bakerman 20 years ago
Yellow Belt
1
Cheers MRTap,

Ive been looking for that for ages. Why do they hide the important stuff!!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ