windows 7 - Is there a tree selection option for files & directories in install4j? -


i have zip file want extract files select. since selection dynamic, figured best way select these files since inside folders nested inside other folders, selection tree. unfortunately, haven't found such option in install4j, , haven't found 3rd party tool trick.

so far, have been able found treecopy : (http://www.rjlsoftware.com/software/utility/treecopy/) ,a tool copies extracted folder, , keeps structure, without copying file. used "run executable" action pass 2 folders arguments, been said want know if there tree selection filee option in further versions of install4j or 3rd part tool, can use action.

by way using, install4j 5.1.8.0

as of install4j 6, there no such form component in install4j. can develop such form component yourself. see files sampleformcomponent[beaninfo].java in "customcode" sample project. base, use

http://www.jidesoft.com/javadoc/com/jidesoft/swing/checkboxtree.html

jide commons open source , can add jide commons jar file on installer->custom code & resources step implementation of form component.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -