Re: [WiX-users] Versioning interop assemblies for patching

2009-07-08 Thread Heath Stewart
tlbimp.exe does allow you to set the assembly version using the /asmversion option which also sets the file version. Note that it's the file version that matters, though - not the assembly or product version. During link, you won't need to pass -fv to light.exe since the assembly version changes. S

[WiX-users] Versioning interop assemblies for patching

2009-06-25 Thread Tony Juricic
In this particular case I am not interested in setting Company Name and version number for my interop assemblies (that is, files generated using tlbimp) just so that the name is not an empty string and that the version is not 1.0.0.0. In order to have un-installable patches I need assembly file