简体   繁体   中英

Is there a way to remotely install to program to a windows machine from both a windows or a linux machine? Preferably something easy to code in java

I have a java application that will run on either a windows or linux machine and needs to be able to remotely install an application to a windows machine. I'd love a single way to do this in java that is coded the same for windows/linux machine as the installer, but that might be impossible, so I'm open to other suggestions.

If its impossible for there to be one way, could you recommend ways for linux ->windows and windows -> windows install that are simple?

Two commercial solutions come to mind that support "unattended" installation which ought to permit remote installation:

There is a more comprehensive list of cross-platform Java installers in answers to this question .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM