I have one task about get a file by external path (UNC).
I check this file on exists in Install Action with permissions of current domain user. After that I save this path for using in my application.
My application is a fat jar that runs as a service (Action 'Install a service'). After install process service try to run application but not successfully because windows-service run as local user instead domain user. After that I try to stop service and manually run service with user domain credentials.
So... Can install4j run service with with domain rights without additional actions with credentials? I don't want to ask users for their login and password.