简体   繁体   中英

Check particular application is installed on MAC machine using install4j

I want to check whether particular application is installed on MAC machine using install4j. Also if application is installed on MAC machine I need path of installation directory. Is there any API's or predefined actions available for the same.

Check the com.install4j.api.ApplicationRegistry class. In the code editor for any script property, open the code gallery and look at the examples for startup actions, there are several examples that use this class and check if an application is installed.

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