Re: [WiX-users] Upgrade removes all files

2010-10-01 Thread Blair
Version 2 should have all the files it wants/needs already contained in itself (so that installing it by itself without ever installing version 1 would result in the complete file set). -Original Message- From: Simon Chromow [mailto:simon.chro...@bewotec.de] Sent: Friday, October 01, 2010

Re: [WiX-users] Upgrade removes all files

2010-10-01 Thread Chris Lord
I think you may have sequenced RemoveExistingProducts in the wrong place in V2.0.0.0. It either needs to be or The first option removes all the files regardless then installs the newer versions. The second only removes those files that have changed between the two. I believe there are