Re: [WiX-users] Trap which error causes rollback within CA

2008-01-30 Thread Jennifer Zhao
n the appropiate value as you need. Best regards, Jennifer Zhao -- View this message in context: http://www.nabble.com/Trap-which-error-causes-rollback-within-CA-tp15150216p15178427.html Sent from the wix-users mailing list archive at Nabbl

Re: [WiX-users] Rollback Managed Custom Action Issue

2008-01-30 Thread Jennifer Zhao
r example, it's hard to define rollback action for both install and uninstall. I perfer to create an executable as custom action. Best regards, Jennifer Zhao -- View this message in context: http://www.nabble.com/Rollback-Managed-Custom-Action-Issue-tp15163810p15177946.html Sent from the wix-u

Re: [WiX-users] The way to Upgrade multiple existing products!

2008-01-30 Thread Jennifer Zhao
to installExecuteSequence table Best regards, Jennifer Zhao -- View this message in context: http://www.nabble.com/Upgrade-scenario-with-multiple-existing-products%21-tp15167857p15177442.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] The way to Upgrade scenario with multiple existing products!

2008-01-30 Thread Jennifer Zhao
Hi Jacob, I have the experience to upgrade multiple products . Here is the wxs snippet Insert upgrade table into product node. Do remember each upgrade item must have its own property. In this example, OLDPRODUCT0 and OLDPRODUCT1 are used respectively. Add the follo

Re: [WiX-users] The rollback action stops working

2008-01-22 Thread Jennifer Zhao
I found the reason by looking into the installation log. It is because the custom action file is removed before rollback is called. It is strange. Because this code worked before. :( -- View this message in context: http://www.nabble.com/The-rollback-action-stops-working-tp14950923p15015921.htm