Re: [WiX-users] Hot do I replace specific files of a wixlib with newer versions in my installer?

2012-05-16 Thread mba
Yes, I use -bf to bind all files in the library file. Maybe I should clarify what I want to do. I have a file A that is contained in the wixlib, but I want a newer file A to be installed. So I include the new version of A in the main wxs and want the old version of A in the wixlib to be ignored.

[WiX-users] Hot do I replace specific files of a wixlib with newer versions in my installer?

2012-05-15 Thread mba
Hi, I am using a large wixlib file in my wix installer. Now, I want to include newer versions of a few files in my installer which are included in the wixlib, without rebuilding the wixlib. Instead, I want to include the newer version of these files in my main wxs file. I learned that the Ids of

Re: [WiX-users] Hot do I replace specific files of a wixlib with newer versions in my installer?

2012-05-15 Thread Rob Mensching
Did you bind the files in the .wixlib? If so, you need to rebuild the .wixlib. Also, order of files installed is not something you control in MSI. You shouldn't need order. Just list the filles you want installed and they will all be installed. On Tue, May 15, 2012 at 11:01 AM, mba