Hi,
I am using vra 7.0.1.
I have a lot of property group which created for install some application using script bat files. ( SQL, Symantec Endpoint etc... ).
I assigned this property groups to windows blueprint. But, always Symantec is installed first but SQL is not installed. After i removed Symantec property group from blueprint SQL is installed....
these guest agent scripts run simultaneously or wait finishing others for run ??? I think SEP installation process is blocking SQL installation. how can i fix this issue ?
SQL property group
VirtualMachine.Admin.UseGuestAgent - true
VirtualMachine.Customize.WaitComplete - true
VirtualMachine.Software1.Name - SQL
VirtualMachine.Software1.ScriptPath - script path
SEP property group
VirtualMachine.Admin.UseGuestAgent - true
VirtualMachine.Customize.WaitComplete - true
VirtualMachine.Software2.Name - SEP
VirtualMachine.Software2.ScriptPath - script path