473,399 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Installer C#

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
Nov 16 '05 #1
2 2426
Hi Fabio,

You should really check out
Deployment Walkthroughs
help topic.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"Fabio" <Fa***@discussions.microsoft.com> wrote in message
news:CF**********************************@microsof t.com...
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

Nov 16 '05 #2
> 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...b;en-us;888469
"Fabio" wrote:
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

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Richard Hanson | last post by:
Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story <wink>). Subsequently, I DL'ed the newest Python alpha (2.4a2), and...
3
by: Fernando Perez | last post by:
Hi all, I am seeking advice/help from those with more win32 experience than myself. I am trying to build a proper win32 installer for IPython, after a user did most of the hard work. For the...
3
by: Arun Bhalla | last post by:
I'm borrowing some code from Pavel's Command Prompt Explorer Bar installer to use in my own explorer bar's installer. Recently I've been thinking that using an assembly version like "1.0.*"...
7
by: sidd | last post by:
Hi All, i have some doubts on .net windows services.. please see if some one could help me understand this.. 1)is it possible to install a windows service which does not have a installer added...
5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
0
by: Arun Bhalla | last post by:
I'm having some inconsistency problems with my deployment project ("Setup") and its custom actions ("Installer"). I'm using Visual Studio .NET 2003 (.NET 1.1, no service pack) on Windows XPSP1. ...
2
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically...
3
by: Brian Henry | last post by:
This has worked perfectly for the past year now all the sudden it will not compile the installer project correctly. All our source code is in a Source Safe database so every system we do this on...
1
by: Henry Stock | last post by:
I am not really sure what news group this should be posted to. It has to do with a visual studio install project for a c# application. We have noticed that if any of the files installed by the...
0
by: Richard | last post by:
All, There is a KB article pertaining to windows installer running every time an application starts - so I know it's an issue - but the KB article pertains to MS Office only. I am seeing the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.