<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:12pt"><DIV>Hello</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have some code to invoke an application silently:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;se.cbSize = sizeof( se );<BR>&nbsp;&nbsp;&nbsp;se.lpFile = strTMSE;<BR>&nbsp;&nbsp;&nbsp;se.lpParameters = strArguments;<BR>&nbsp;&nbsp;&nbsp;se.nShow = SW_SHOWDEFAULT;<BR>&nbsp;&nbsp;&nbsp;se.fMask = SEE_MASK_NOCLOSEPROCESS;<BR>&nbsp;&nbsp;&nbsp;ShellExecuteEx( &amp;se );</DIV>
<DIV>&nbsp;&nbsp;&nbsp;if (se.hProcess != NULL)<BR>&nbsp;&nbsp;&nbsp;{<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>It works fine but on Vista a security box pops up saying the publisher could not be verified. The executable being run is bart of an installation from someone else. They provided an upgraded EXE file which was downloaded and placed directly in the TMSe program files folder. I am not sure if this is the reason for the security warning.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ideas?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Andrew</DIV></div></body></html>