Installer C#

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top