JWrapper应用程序,3个虚拟应用程序,3个防火墙提示

时间:2019-12-17 13:52:24

标签: java jwrapper

我有一个Java应用程序,该应用程序是在jwrapper 3个不同的虚拟应用程序上配置的。

    <App>
        <Name>JWrapperPostInstallApp</Name>
        <LogoPNG>${project.build.directory}/xxx-packaging-${project.version}/xxx-application/${xxx.brand}/logo.png</LogoPNG>
        <MainClass>com.xxx.nmu.xxx.install.xxxInstall</MainClass>
        <UserAccessible>false</UserAccessible>
    </App>
    <!-- xxx Launcher -->
    <App>
        <Name>${dlm.brand.appname}DownloadManager</Name>
        <LogoPNG>${project.build.directory}/xxx-packaging-${project.version}/xxx-application/${xxx.brand}/logo.png</LogoPNG>
        <MainClass>com.xxx.nmu.xxx.launcher.xxxLauncher</MainClass>
    </App> 
    <!-- Main xxx App -->
    <App>
        <Name>${dlm.brand.appname}DownloadManagerApp</Name>
        <LogoPNG>${project.build.directory}/xxx-packaging-${project.version}/xxx-application/${xxx.brand}/logo.png</LogoPNG>
        <MainClass>com.xxx.nmu.xxx.App</MainClass>
        <UserAccessible>false</UserAccessible>
    </App>  

这将创建3个不同的exe,但是当我在安装后运行该程序时,出现3个不同的防火墙提示,我如何使其仅显示一个?

0 个答案:

没有答案