Unknown Publisher for Windows Installer Package

  • Thread starter Thread starter Charles Zhang
  • Start date Start date
C

Charles Zhang

I used Visual Studio 2005 to create a "Windows Installer Package". When
I ran the package on a Windows XP computer, I got a warning -- "Unknown
publisher".

My question is: what steps do I need to take to get rid of the warning?
I do not want to my customers to warnings like this.

Thanks

Charles Zhang
 
Hi Charles,

You've mentionded that you used Visual Studio 2005 to create a "Windows
Installer Package". Do you mean you create a Setup project in VS2005?

I have performed tests on Windows Server 2003 and Vista, and I didn't see
the problem--warning about 'Unknown Publisher' in my tests. I will perform
a test on Windows XP later.

As for your question about how to get rid of the warning, I think you may
have a try signing your 'Windows Installer Package' with a certificate
using the 'signtool' .NET Framework command and then store the certificate
to the client machine.

Hope this helps.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Thank you very much for your response.

I think you did not get 'Unknown Publisher' warning because you
installed it on the same computer as it was built.

But you did point to me the right direction to get rid of the warning.

Charles Zhang
 
Back
Top