views:

342

answers:

1

I have a setup CD to install a visual studio C++ application I made. The AutoPlay popup shows "Publisher not specified" for running setup.exe. How do I specify a publisher?

+4  A: 

You need to Sign the executable with a digital certificate. This is to verify that the executable has not been tampered with and is from the publisher.

Tom Anderson