I've created silent installs. I have not looked at the Secure Desktop install package. However, the Sametime installation is contained in an archive that can be opened with Winzip. The unarchived installation files were created with InstallShield. You can create a silent install with any InstallShield package. Check here.
http://kingsseed.com/icentral/theart2.html
You'll also want to check InstallShield's site.
http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q105472
You can generate an answer file for any InstallShield package by executing the setup.exe file in the UI with a command line parameter. It will track your dialog choices and spit out the answer file.
Here's an example of one for Sametime 2.5
[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=5
Dlg1=SdLicense-0
Dlg2=SdAskDestPath-0
Dlg3=SdStartCopy-0
Dlg4=SdFinish-0
[SdWelcome-0]
Result=1
[SdLicense-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Lotus\Sametime Client\
Result=1
[SdStartCopy-0]
Result=1
[Application]
Name=Sametime Client
Version=2.5
Company=Lotus
Lang=0009
[SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
Check the first site I gave you. for some good instructions and examples. It will tell you how to generate the answer file as well as how to execute installs, and uninstalls, silently.
If the Secure Desktop is also an InstallShield package, you should be able to do the same.
You can tell your SMS Admin to stop being lazy and do this for you.
Good Luck.