So I added a rollback action to the old msi to reinstall my drivers right
before "RemoveFiles". When I launched the new msi to upgrade, the rollback
action never executed but the log file tells me it did. I am sort of
confused by MSI log files. There are so many different calls to my rollback
action that it is hard to know what is being hit or not. 

Are there any good ways to know if my binary rollback action was called
successfully? I know for sure it is not getting into the binary at all since
I have a messagebox pop up the minute it enters main(). 

Also are there better ways to sort through the msi logs?


Richard-45 wrote:
> 
> 
> In article <1242164147122-2873091.p...@n2.nabble.com>,
>     achandrapano <achan...@panologic.com>  writes:
> 
>> Yeah I saw that, but was hoping there was some kind of hack.
> 
> Trust me, the *LAST* thing you want to be doing in your software
> installations, upgrades and rollback handling is "some kind of hack".
> 
> In this particular case, the right thing to do is add the rollback
> support to the previous version via a patch.  In your upgrade, require
> that the patch be installed before upgrading by applying it with a
> bootstrapper first or refusing to upgrade if the patch isn't
> installed.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>       <http://www.xmission.com/~legalize/book/download/index.html>
> 
>         Legalize Adulthood! <http://blogs.xmission.com/legalize/>
> 
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Rollback-Custom-Action-during-Upgrade-tp2866142p2875388.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to