Hello,

Could you let me know as to what  issue are you facing?
Or do you just want a confirmation as to whether what you are doing is
right?


To preserve the file that you have mentioned here, there are two ways:
-Schedule RemoveExistingProducts after  Install Finalize. This is more
efficient. However there are drawbacks. If the removal of the old product
fails, then there will be no rollback and hence you will be left with 2
products on the system.
-Schedule RemoveExistingProducts  between InstallInitialize and
InstallFinalize, so that it gets audited as part of the script generation,
such as just before  InstallFinalize

Take a look at
:http://msdn.microsoft.com/en-us/library/windows/desktop/aa371197(v=vs.85).aspx

Thanks,
Kiran Hegde




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/changes-to-support-upgrades-help-tp7589169p7589192.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

Reply via email to