473,396 Members | 2,129 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,396 software developers and data experts.

When do I need a customer installer?

Hi All,

I am learning .NET. I am a little confusing about when do I need a
customer installer.

I can add the Installer class in my WinForm project. But I don't know
what the purpose of that. Under what circumtance do I need a customer
installer?

Thanks,

Davey

=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Beer is part of the life.
http://www.lovebeers.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Jan 7 '07 #1
4 1720
"Davey" <Da*******@gmail.comwrote in message
news:11*********************@i15g2000cwa.googlegro ups.com...
Under what circumtance do I need a customer installer?
When you have written an application for somebody else to use, the app
might need to be "installed" on their computer... The installer creates an
executable (usually "setup.exe") which the user clicks, and this installs
the app i.e. copies the assemblies and executables etc into a folder of
their choosing, makes any necessary Registry entries, places an icon on the
user's desktop / start menu / quick launch menu etc...
Jan 7 '07 #2
what the purpose of that. Under what circumtance do I need a customer
installer?
In most cases, you don't need custom installer class. The VS setup
project can handle many operations needed during application setup. But
its capabilities are limited. If you need to perform something special
during your install or uninstall, you need to write this code yourself.
The custom installer class is the place for this code. Then you call it
as a Custom action form your setup project. See
http://tinyurl.com/y5lk8t for more details.
--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB
..NET and ASP .NET code
Jan 7 '07 #3
Thank you Peter. Now I understand. When I using VS to create a Setup
project, during the installation, my customer installer will be called
to performce my special tasks.

Thanks again.

Davey.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Beer is part of the life.
http://www.lovebeers.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Peter Macej wrote:
what the purpose of that. Under what circumtance do I need a customer
installer?

In most cases, you don't need custom installer class. The VS setup
project can handle many operations needed during application setup. But
its capabilities are limited. If you need to perform something special
during your install or uninstall, you need to write this code yourself.
The custom installer class is the place for this code. Then you call it
as a Custom action form your setup project. See
http://tinyurl.com/y5lk8t for more details.
--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB
.NET and ASP .NET code
Jan 7 '07 #4
Thank you Peter. Now I understand. When I using VS to create a Setup
project, during the installation, my customer installer will be called
to performce my special tasks.
Exactly

--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB
..NET and ASP .NET code
Jan 7 '07 #5

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

Similar topics

26
by: Simon | last post by:
I'm doing a survey. When do you think GNU/Linux will be ready for the average Joe? What obstacles must it overcome first?
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...
1
by: Tim Marsden | last post by:
Hi, I wish to create a installer for my app. The installer must prompt the user to input a Path to a file. Non of the dialog templates gives me the option to prompt for a file name and path,...
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...
4
by: Steve | last post by:
I have read a couple articles online, read my Jesse Liberty book but I am still confused as to just what the best practices are for using exceptions. I keep changing how I'm working with them and...
3
by: Patrick [MSFT] | last post by:
Let me preface this with the goal I'm trying to achieve is mimic a feature of another language (Dexterity used by Microsoft Dynamics) and so while a filling a drop down list is a workable solution...
10
by: =?Utf-8?B?SmFjayBTbWl0aA==?= | last post by:
Hello, I have a solution that contains a C# application that is installed and runs as a service. The solution also contains several DLLs, some of which are C# assemblies and some are C++ DLLs. ...
9
by: moondaddy | last post by:
using c# 3.5 I have list of business objects which I will use in lists for databinding and I want to hide some of the fields so they don't show up in the list control. some of my list will be:...
10
by: happyse27 | last post by:
Hi All, I got this apache errors(see section A1 and A2 below) when I used a html(see section b below) to activate acctman.pl(see section c below). Section D below is part of the configuration...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.