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?