Have been looking for an answer for a week now but still can't find one. Few words about the problem: I'm working on Windows Remote control desktop application similar to TeamViewer and we currently using both WiX and NSIS to create our installers. The problem is that we have an Remote control Agent that can be installed in 4 different ways:
- Install as unattended service
- Install in On-Demand mode
- Install in ReachMode mode ( update/uninstall the agent when the machine is outside of the LAN)
- Install as a service via on-demand mode.
Depending on installation options. (eg. "setup.exe /ReachMode") - we have different UI and very different installation configuration.
Also when creating installer we add a payload to the end of .exe file and than when installing we look for a payload, read the value and make our decision on type of installation
Currently Agents installation implemented in NSIS and main program installation implemented in WiX. My task is to Replace NSIS with a different installer (like WiX or similar)
My Question is: What installer can accomplish these types of customization? Any help/recommendation would be helpful at this point. (Also agent would be installed on WinXP, Vista,Win7, 8 and 10)