AutoShutdownServices
Previous  Top  Next

AutoShutdownServices - Controls whether to automatically shutdown virtual services when the last non-service process exits

By default, Thinstall will automatically shutdown virtual services when the last non-service-based child process exits. This option instructs Thinstall to keep virtual services running even when all other processes have exited. This option does not have any effect on non-virtual services.

Examples

Keep virtual services running when the application exits 
[BuildOptions]  
AutoShutdownServices=0  
 
Stop virtual services when the last non-service application exits (default) 
[BuildOptions]  
AutoShutdownServices=1  


See also: AutoStartServices