somehow difficult to describe with few background information. So just
some thoughts.

Maybe take the Tramontana tutorial as starting point:
http://wix.tramontana.co.hu/tutorial/upgrades-and-modularization. In
general Tramontana seems for me one of the most efficient ways to get
into WiX / MSI.

Are you handling the whole installer as major upgrade ? Check for file
versioning. Did any of the assembly versions decrease ? E.g.
3.100.xx.xx to 3.11.xx.xx


Regards
Tobias


2011/8/17 Kurt Jensen <kurt.jen...@us.ophiropt.com>:
> (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
>

------------------------------------------------------------------------------
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

Reply via email to