Error 2762 means you have a deferred custom action either before
InstallInitialize or after InstallFinalize. That' s not allowed.

The clusterinfo.bin file will not get copied over from the previous install
path to the new one. Usually you would have a file like that somewhere like
the Common Files folder, and you'd also have another one in your new
upgrade install. The upgrade install will not replace the file if it was
changed after it has been installed, that's the update rule that preserves
the data in the file.  You need a new one in your upgrade install because
the upgrade install is also a fresh install for new users, just to spell it
out.

Phil Wilson


On Wed, Sep 25, 2013 at 3:19 AM, nkshirsagar <nkshirsa...@gmail.com> wrote:

> hi kiran,
>
> if the user selects a different installation folder for the new msi, how
> will the clusterinfo.bin file get copied over? I mean, how would the wix
> installer know that it needs to preserve this file from the older install
> location  and copy it into the new install location ??
>
> confused !
> -nikhil
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/changes-to-support-upgrades-help-tp7589169p7589198.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to