Please guide on this :
There is one button with code written as -
@Command( [Execute] ; “Q:\ABC\ABC 4.0 Production\SQL Express SP2 CU5\ATP_SQL_Server_2008_R2_Express_Update_SP2_CU5.exe” )
Requirement is - This button will be sent on mail to users and in this button only I need to add this condition -
-
If CU5 is already installed, Installation should not proceed and should trigger a mail to XYZ saying already CU5 installed
-
Else if CU5 is not updated, Should say kindly close Excel, Word(if they are opened). Once user clicks OK those processes should kill if still running in background and then it should copy the installer to local and then run from local(Restart may required). If possible mail should trigger to XYZ saying successfully installed.
Where Q: Drive in the Button refers to locational IP addresses in the example format below :
\10.10.100.100\Controls
Not used any such functionality before , please guide.