[windev] ShellExecute / Windows vista

truckleaj-windev@yahoo.co.uk truckleaj-windev at yahoo.co.uk
Tue Apr 14 07:29:49 GMT 2009


Hello

I have some code to invoke an application silently:

=A0=A0=A0se.cbSize =3D sizeof( se );
=A0=A0=A0se.lpFile =3D strTMSE;
=A0=A0=A0se.lpParameters =3D strArguments;
=A0=A0=A0se.nShow =3D SW_SHOWDEFAULT;
=A0=A0=A0se.fMask =3D SEE_MASK_NOCLOSEPROCESS;
=A0=A0=A0ShellExecuteEx( &se );
=A0=A0=A0if (se.hProcess !=3D NULL)
=A0=A0=A0{


It works fine but on Vista a security box pops up saying the publisher coul=
d 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.

Ideas?

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.windev.org/pipermail/windev/attachments/20090414/7413bdc5=
/attachment.htm


More information about the Windev mailing list