|
From: Richard <leg...@xm...> - 2008-02-02 18:46:34
|
You can test rollback by putting a custom action of type 19 (fail) at
the end of your install transaction, right before InstallFinalize.
Put a condition on this action this is normally false, so you can set
a public property from the command line to force rollback. This is
the best way to test custom actions that modify the system and have a
corresponding rollback action to undo the modification.
--
"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/>
|