Re: [WiX-users] Adding a to an existing component

2007-10-28 Thread Rob Mensching
Tallow isn't intended to be used in an automated build system like you're doing. Tallow is intended to be used to bootstrap the authoring process then you can modify the contents as needed. So, you'll have to do more work if you want to add a registry key to one of the generated Components.

[WiX-users] Adding a to an existing component

2007-10-28 Thread mscheuner
Folks, I use WiX to build my MSI in an automated build environment. My challenge now is: I'm using TALLOW to create my directory listing, but after TALLOW runs, I should be able to add a tag to an existing component, in order to store the installation directory to the registry. I can't seem to