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

[WiX-users] The rollback action stops working

2008-01-18 Thread Zhao Yinhua
Hi Gurus, I am encountering a weird problem. I used to use create a msi. which contains an exe file, which is handling Custom Action. By passing different argument, it could do install, rollback-install, uninstall, rollback-uninstall, remove , rollback-remove. It worked perfectly bef