Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Appending registry keys when only MSI available?

0 views
Skip to first unread message

Tim

unread,
May 6, 2008, 2:02:13 PM5/6/08
to
Hello,

Perhaps this is a n00bie question, but I have an MSI that
unconditionally writes a registry key and now it needs to append the
value if the registry key already exists. Is there an easy (possible)
way to do this with a modfiication to the key value in Orca, or do I
need to regenerate the MSI with WiX or IS? I've done a rudimentary web
search, and it's not clear.

Thanks,
Tim

Sebastian Brand

unread,
May 7, 2008, 6:41:50 AM5/7/08
to
I assume you mean the msi creates a registry VALUE in a KEY and you
want to change the behaviour to append something to that VALUE.

If so, just find the right entry in the registry table using Orca.

The documentation for that table is at: http://msdn.microsoft.com/en-us/library/aa371168(VS.85).aspx

To append something to a value it has to be prefixed with [~].


Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com

0 new messages