Can the Windows Agent for Profiler be scripted? I want to be able to supply the IP install and have the agent install without user input.
You can execute the installer in silent mode from a command line as follows:
C:\> Profiler_Agent-windows-x86_32_4.12.4.exe -mode silent -server 1.2.3.4
This assumes your Profiler server address is 1.2.3.4, change the address to fit your environment.