Custom install path and silent mode for installation #457
Replies: 2 comments
-
|
There is a headless mode, but jDeploy still looks like a per-user install model. The installer has a So for jDeploy, test running the installer as the target user with: installer installand optionally set |
Beta Was this translation helpful? Give feedback.
-
|
That's accurate. Currently it only installs to the users applications directory - this design choice was mostly to eliminate permissions issues - user needs to be an admin user to install to the /Applications directory. That said, there's nothing stopping you from moving the application into your /Applications directory manually afer install - or automatically using a script. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have created a simple javaFX app and made an installer with jDeploy. Now I have the problem that the app is installed in the user directory and not the default application folder. Also I need it to be installed in silent mode for a client roll out. Is the possible with jDeploy?
Stephan :)
Beta Was this translation helpful? Give feedback.
All reactions