Another option to stop the "Publisher could not be verified" nag when running a program over a unc path or mapped drive is to use the subst command to subst a drive. mapping a drive will still give the message but subst the same path will not.
subst <drive:> <path>
subst r: \\server\share