Brower, Jason wrote:

I am running into problems when deploying the msp patch files.  Everything compiles properly and the msp is successfully created.  However, dlls that have changed are not installed when the msp patch is applied.  Below is the output generated by MsiMsp and it looks to be including the dlls.  For the cmdline to apply the patch I am using:

msiexec /update patch.msp REINSTALL=ALL REINSTALLMODE=amus /L*v c:\patch.log

[skipped]

WARNING (14): File versions are equal.  Upgraded: 'C:\build\******\latest\.\PFiles\******\bin\******.dll' ver=2.0.47.0;  Target:

It looks like this is a problem: you should change (increase) file version to make patch work properly.
NOTE: in a same time you may keep assemblyversion unchanged for .net assembly, so you don't have to
change all the other assemblies that depends on it.

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to