(not sure of exact terminology here since WiX is a part time task, please bear with me…)
Have setup our installations to do an upgrade from version to version as follows: <Upgrade Id="$(var.UpgradeCode)"> <UpgradeVersion Minimum="$(var.BGProductVersion)" IncludeMinimum="no" OnlyDetect="yes" Language="1033" Property="NEWPRODUCTFOUND" /> <UpgradeVersion Minimum="5.3.0" IncludeMinimum="yes" Maximum="$(var.BGProductVersion)" IncludeMaximum="no" Language="1033" Property="UPGRADEFOUND" /> </Upgrade> In upgrading our software from v5.5 to v5.6 we are adding four new files. Three of the new files are installed, one of the files is not. In the log I see two RemoveFiles for two of the files, one of which is the missing file. Later on I see references to all four files – “no binary patches”, “ComponentRegister”. Nothing that singles out the missing file. Any ideas what I am missing here? Kurt Jensen Senior Software Engineer Ophir-Spiricon LLC The True Measure of Laser Performance™ ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users