Re: [WiX-users] External configuration vs CustomActions

2007-06-05 Thread Aaron Feng
Rob, I completely agree with you on static configuration belongs in the MSI, and application configuration should live inside of the app. In my post, I didn't make this clear distinction. Very well said. Thanx, Aaron On 6/5/07, Rob Mensching <[EMAIL PROTECTED]> wrote: I'd say it different

Re: [WiX-users] External configuration vs CustomActions

2007-06-05 Thread Rob Mensching
I'd say it differently: 1. Static configuration should go in the install. That way repair will do the right thing. 2. Defaults for configuration should go in the app directly (a static configuration file) or in the install. That way repair will do the right thing. (the above two things are