install4j + allow installer to create multiple new directories for installation location -


i have issue installer generated install4j. during "install files" action throws error below error

i see these errors in log file:

[info] com.install4j.runtime.beans.actions.installfilesaction: before install file: c:\dir1\dir2\jre\bin\file.dll; size: 24992 bytes; exists: false [info] filetime: mon mar 28 13:11:06 ist 2016, mode: 644, overwritemode: ask except update, shared: false, uninstallmode: if created, delayifnecessary: false [error] com.install4j.runtime.beans.actions.installfilesaction: install file not successful: c:\dir1\dir2\jre\bin\file.dll.dll [error] com.install4j.runtime.beans.actions.installfilesaction: execute action not successful

on debugging looks installer unable create installation location. user admin privileges.

in recent observation found above error occurs when use particular word(calling "home") in installation location, c:\home\dir2. if choose other path installs fine. not understand behaviour. can me out this.

if understand correctly installer can not create installation directory, right? using "installation location" action provided install4j framework? action handles creation of directory automatically depend on priviliges user has. otherwise have ensure dircetory created before "install files" action running.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -