Re: [WiX-users] add files during minor upgrade

2012-01-07 Thread Rob Mensching
Check out: http://robmensching.com/blog/posts/2007/1/4/Doing-a-small-update-or-minor-upgrade-in-MSI-Use . That usually finds the problem. On Sat, Jan 7, 2012 at 9:42 AM, wrote: > Hi! > > I want to add files to my installed program with a minor upgrade. > I’ve got an msi installer, works fine. >

[WiX-users] add files during minor upgrade

2012-01-07 Thread blemidon
Hi! I want to add files to my installed program with a minor upgrade. I’ve got an msi installer, works fine. Now I’ve created an upgrade msi, it only contains 1 file i want to add to the existing installation, but it doesn’t work, the upgrade runs without error, but the file is missing. Thanks