In article <1242193011087-2879162.p...@n2.nabble.com>,
    achandrapano <achan...@panologic.com>  writes:

> What should I look for in the log file?

Call MsiProcessMessage immediately from your rollback CA to write
something into the log to confirm that your CA was indeed called.

> effect. Is there any way to test a rollback CA execution? Like maybe instead
> of calling a binary file or DLL file, to just pop up a box?

You can either do standard unit testing on your CA code (see design
patterns for unit testing at <http://xunitpatterns.com/>), or you can
add a type 19 CA at the end of your install transaction, just before
InstallFinalize to force a rollback of your transaction.
-- 
"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

Reply via email to