Re: [WiX-users] registry entries within multiple components or in a single component

2006-12-27 Thread Rob Mensching
It's all about tradeoffs. During a normal repair the Windows Installer will only check the KeyPath of a Component to determine if a Component needs to be repaired. The fewer KeyPaths you have the faster the repair goes but the fewer things that are checked to verify the Component is not broken

[WiX-users] registry entries within multiple components or in a single component

2006-12-27 Thread Jon W
Hi All. Should each registry entry be it's own component, or should it just be part of a single component from which the "keypath" is the file that contains the registy entries? I would like the add/remove programs repair to fix any registry entries that have been altered. Is there a benefit, or