Installer C#

G

Guest

I make a program and i want to do a Setup for this program. When i open my
..sln file i choose "Setup e deployment project" -> "Setup Wizard" and i
follow the instruction.

I dont' know how can i change folder's name where .net put the program
(Default Company Name). I don't know how to add the name of the program to
Start->Programs.

Then when i install my program on another pc he ask for an update cause the
pc don't have .net framework. I think that i've to put some files to avoid
this problem when i make the executable file....but i don't know hwat files
i've to put :)

Thankxx
 
M

Miha Markic [MVP C#]

Hi Fabio,

You should really check out
Deployment Walkthroughs
help topic.
 
G

Guest

I dont' know how can i change folder's name where .net put the program
(Default Company Name).

1. In solution explorer select your setup project
2. In top toolbar select "Application folder"
3. right click "Application Folder" then select Properties
4. modify DefaultLocation property
I don't know how to add the name of the program to
Start->Programs.
Under "File System on Target Machine" node see "User's Programs Menu"
Then when i install my program on another pc he ask for an update cause the
pc don't have .net framework. I think that i've to put some files to avoid
this problem when i make the executable file....but i don't know hwat files
i've to put :)
See http://support.microsoft.com/default.aspx?scid=kb;en-us;888469
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top