简体   繁体   中英

Test Install4j rollback in upgrade

I am implementing silent upgrade using "Updater without version check" of install4j. For negative scenario I want to test whether rollback in any failure case is working or not. So somehow I want to explicitly fail the upgrade and test the rollback is working or not.

So is there any way to explicitly fail the upgrade and test the rollback? Either in build install4j method or some other.

You can add a "Run script" action at the desired point of failure with a script of

false

and set its failure strategy to "Quit on failure".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM