I have a simple related question.  I am trying to test the execution of my
rollback custom action.  I had thought that returning ERROR_INSTALL_FAILURE
from a type 1 CA with return="Check" would do the trick.  What I see though
is that further actions are skipped, the msi returns code 1603, and the
rollback CA is not invoked.  Does the placement of the rollback action in
the InstallExecuteSequence matter?  I currently have it after the other CA
whose failure I want to correct.
Tim


On Mon, May 11, 2009 at 9:06 PM, achandrapano <achan...@panologic.com>wrote:

>
> Yes I see your point, but is there no way to do everything from the new
> MSI?
> >From the new MSI, I can't get access to the rollback of the older MSI? The
> only way I got this working was to put REP after InstallFinalize, which
> kinda ruins the order of everything.
>
> Richard-45 wrote:
> >
> >
> > In article <1242087148392-2866280.p...@n2.nabble.com>,
> >     achandrapano <achan...@panologic.com>  writes:
> >
> >> REP is right after InstallInitialize. I can't put this Rollback action
> in
> >> the
> >> older MSI.
> >
> > Why not?  You can patch the old MSI so that when the uninstall rolls
> > back, it reinstalls the driver.  This will be done after the removal
> > of the files is rolled back, so it will have the INF file.  In fact,
> > the CA you need to add is a rollback CA that does the same thing as
> > the CA that installs the driver, only with a different condition and
> > sequence location.
> > --
> > "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-tp2866142p2867127.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
>
------------------------------------------------------------------------------
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