Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
I have created one Simple Windows Form application and its setup file using InstallShield. Now on installation of exe file publisher name is Unknown. How can I change it or set another name instead of it????

What I have tried:

I have used this(URL : "http://www.codeproject.com/Questions/632034/How-to-Add-a-Publisher-Name-Product-Name-in-Setup") article but it didn't work for me.
Posted
Updated 7-May-16 1:18am
v2
Comments
Richard MacCutchan 7-May-16 6:21am    
but it didn't work for me.
Which, I am afraid, tells us nothing.
Jaimesh.2411 7-May-16 7:16am    
As I described in my question, I need to set publisher name in setup file. I was tried one article which also defile in my Question. Do you have any Idea how to do this? Any Help?
Sergey Alexandrovich Kryukov 7-May-16 11:54am    
First, could you explain why do you think your product needs installation?
If it needs it, the answer depends on what installation toolset you are using.
—SA
Jaimesh.2411 9-May-16 1:30am    
Ok. Using Visual Studio 2012, I was created one windows form application. And Using InstallShield I created It's Setup file. Now While Installing This Setup in Windows 7 PC, It display:

The Publisher could not be verified. Are you Sure want to run this application?

Name : c:\User\Downloads\setup.exe
Publisher : Unknown Publisher.
Type : Application
From : c:\User\Downloads\setup.exe

Now, I want to change above things (Name : www.abc.com
Publisher : Word Publishers).
How can I do it????
Sergey Alexandrovich Kryukov 9-May-16 1:48am    
InstallShield is quite bad and is not worth using. And VS "Setup" project template is also bad; Microsoft phased it out and discontinued, so it should not be used; it won't be supported. Both are not legitimate type of product; they are not compliant with MSBuild standard.

In contrast, WiX toolself perfectly satisfy all those criteria. With WiX, your problem is not a problem at all.

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900