s! title = title text = text image = image Sets the user interface settings. You must specify one or more parameters. title ...

%1!s! 
   [ [ title = ] title 
     [ text = ] text 
     [ image = ] image ] 
 
   Sets the user interface settings. You must specify one or more parameters. 
 
   title - Specifies the title that appears in the user interface. 
           (Optional) 
 
   text - Specifies the description that appears in the user interface. 
          (Optional) 
 
   image - Specifies the image that appears in the user interface. 
           (Optional) 
 
   Example: 
      %1!s! title = "My company" 
        text = "Protecting your PC" 
        image = "c:\Logo.jpg"