AutoStartServices
Previous  Top  Next

AutoStartServices - Controls wheter to automatically start virtual service when the first application starts

By default Thinstall will automatically start virtual services that were installed with the startup type of "Automatic". The virtual services are started when the first parent process is executed by the user. This option can be used to disable auto-starting of virtual services.

Examples

Don't start virtual services  
[BuildOptions]  
AutoStartServices=0  
 
Start virtual services when first process is launched (default) 
[BuildOptions]  
AutoStartServices=1  

See also: AutoShutdownServices