09-21-2006 12:56 PM - edited 03-09-2019 04:16 PM
I created an agent kit that does a quiet install, so it doesn't prompt the user, but it does display a couple of status boxes. It is possible to do a completely silent install? The config guide indicates that it can be done but doesn't give an example. I'm using the command "oExec = wshShell.Run ("CSA-setup.exe", 0, true)" in a .wsf file, where CSA-setup.exe is the agent kit file from the CSA MC.
09-27-2006 10:36 AM
I guess you could created an agent kit from a group that has "no user
intervention" selected, and then use a software distribution tool to
drop the package in and the user would never know that CSA is on and
enforcing rules.
11-22-2006 02:55 AM
You should be able to write
CSA-setup.exe /s --autolevel=1 --noreboot=1
Read more here:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide