שתף באמצעות


changing default company name in setup project

Question

Friday, May 22, 2009 2:34 AM | 2 votes

Hi,

I'm creating setup using VS2008 and I can able to create. The problem is the setup location is always c:\program files\default company name.

I can rename that while installing. but, how can I change default company name while creating setup.

Thanks.

All replies (14)

Friday, May 22, 2009 6:02 AM ✅Answered | 5 votes

Hi,

thanks for your help! It's working fine.

Can i change the default icon in add or remove programs?


Friday, May 22, 2009 6:04 AM ✅Answered | 1 vote

Its in project properties, AddRemoveProgramsIcon, just make sure you have icon in application folder and assign itArjun Paudel


Friday, May 22, 2009 6:29 AM ✅Answered | 1 vote

Thank you very much!!


Friday, May 22, 2009 4:25 AM | 1 vote

No ideas on this??


Friday, May 22, 2009 4:32 AM | 1 vote

for setup and deployment, try http://social.msdn.microsoft.com/Forums/en-US/winformssetup/threads
kaymafI hope this helps, if that is what you want, just mark it as answer so that we can move on


Friday, May 22, 2009 5:33 AM | 1 vote

You can change the default installation path by changing the property as shown in below figure

Thanks,
A.m.a.L
.Net Goodies
Remember to click "mark as answered" when you get a correct reply to your question

Friday, May 22, 2009 5:53 AM | 1 vote

If you go to solution explorer, click setup project(setup1 by default) and check its properties, there are place where you can put company name and other information.

Simlarly (when setup prject is active project), if you go to View Menu, Editor, File System Editor

Click Application Folder and look for its properties and check DefaultLocation and change it for another question.

If you set DefaultLocation to [WindowsVolume]\MYFolder, then your program is installed in c:\MyFolder (if windows is in C:)

Arjun Paudel


Friday, May 22, 2009 7:46 AM | 1 vote

You can change the default installation path by changing the property as shown in below figure


Thanks,
A.m.a.L
.Net Goodies
Remember to click "mark as answered" when you get a correct reply to your question

I thought Picture explains better than words

:)

Thanks,
A.m.a.L
.Net Goodies
Remember to click "mark as answered" when you get a correct reply to your question

Friday, May 22, 2009 7:57 AM | 1 vote

I thought Picture explains better than words

:)

I think thread's main question is different and there are other questions that follows through, and the one marked(mine) is not the main question again. So I asked bbby to mark proper answer and helpful post very wisely. You dont required to mark everything as answer, there can be one/many  answer and helpful posts in a thread. Do not mark your own post as answer if its not a solution to your problem.

Arjun Paudel


Friday, May 22, 2009 9:31 AM | 1 vote

Hi,

thanks for your help! It's working fine.

Can i change the default icon in add or remove programs?

why you mark yourself as answer?
"thanks for your help! It's working fine." is not the answer
kaymaf
I hope this helps, if that is what you want, just mark it as answer so that we can move on


Friday, May 22, 2009 9:34 AM | 1 vote

Thank you very much!!

why you mark yourself as answer?
Thank you very much!!  is not an answer
kaymaf

I hope this helps, if that is what you want, just mark it as answer so that we can move on


Friday, May 22, 2009 9:43 AM | 2 votes

Hi,

Be aware that the simplest way goes a little bit weird.

Select the Setup by left clicking on the setup project not the right and properties.

Now choose for the properties view pane.

In that you can change almost everything about company and things like that.

Cor  


Monday, May 25, 2009 2:05 AM | 1 vote

By mistake I marked all answer!!


Wednesday, June 27, 2018 8:17 AM

This answer work for me: https://stackoverflow.com/a/16812439/4573839