Resolution: Description: ============ When a daemon is not already running on the machine and an application tries to connect to the daemon, how can it start automatically with this parameter.
Environment: ============= Windows
Resolution: =========== In RV 8.x, you can use the example script that invokes the daemon of your choice with the command line arguments you want.
WINDOWS: src/examples/utilities/rvd.c
This is an example program that customers can edit and then build that will execute the daemon of their choice with the command line params that they desire. Compile and make an executable of the C program. Rename the executable as rvd.exe and place it in the bin directory of your RV installation. Whenever the RV daemon goes down, the application will run this new rvd.exe with specified parameters in the C program instead of a rvd with the default parameter.