开发者

silent installation with install4j

开发者 https://www.devze.com 2023-02-03 09:31 出处:网络
I am trying to make some silent installations with install4j, like running other executable programs bu开发者_Python百科t the user still can see the gui of these programs. What should I do to hide the

I am trying to make some silent installations with install4j, like running other executable programs bu开发者_Python百科t the user still can see the gui of these programs. What should I do to hide them?


When running an installer created with install4j add -q for unattended mode.


use below responce file with the following command. yEd-3.20.1_with-JRE13_64-bit_setup.exe -q -varfile "response.varfile"

response.varfile:just install the application manually on any one machine, after you can get the response file on the location "C:\Program Files\yWorks\yEd"


I think it is impossible to hide a GUI of another process.

0

精彩评论

暂无评论...
验证码 换一张
取 消