473,425 Members | 1,824 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,425 software developers and data experts.

distributing a c# application

Hi!

I thought that I've already posted this question(s), but let me try again.

I've developed a windows application for use in a medical environment. I
now need to distribute this application to a number of computers, how many i
don't know.

My application uses a third part supplier for handling charts [Gigasoft] and
Crystal Decision for handling the reports.

Iis it adequate/ or necessary for me to buid a msi file for distribution?

If so.. How do iI skip installing mergmoduls for mdac and Crystal decisions
each time i'm running the setup.msi file? Especially when a previouse version
of the application is installed.

.... and if so... I also wounder how I can skip the part with "setup
installation folder" etc?
I just want to install the application without any breaks were the user have
to make choices.
---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)
Nov 17 '05 #1
5 1881
Hans:

It sounds like you are using VisualStudio to build your installer file. Its
implementation is pretty limited. There are other third party tools that
allow you to customize just about everything. You can also build installer
files "manually" with the tools provided by the windows installer sdk which
is a free download from MS.

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:93**********************************@microsof t.com...
Hi!

I thought that I've already posted this question(s), but let me try again.

I've developed a windows application for use in a medical environment. I
now need to distribute this application to a number of computers, how many
i
don't know.

My application uses a third part supplier for handling charts [Gigasoft]
and
Crystal Decision for handling the reports.

Iis it adequate/ or necessary for me to buid a msi file for distribution?

If so.. How do iI skip installing mergmoduls for mdac and Crystal
decisions
each time i'm running the setup.msi file? Especially when a previouse
version
of the application is installed.

... and if so... I also wounder how I can skip the part with "setup
installation folder" etc?
I just want to install the application without any breaks were the user
have
to make choices.
---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)

Nov 17 '05 #2
Hi Howard!

Thank you for your respons. The reason I'm using VS is that it was already
installed om my computer. (I've restricted access to internet). Also a reason
is that VS self explains how to distribute an application. building msi
files is new to me.

Can you recommend a third party?

---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)
"Howard Swope" wrote:
Hans:

It sounds like you are using VisualStudio to build your installer file. Its
implementation is pretty limited. There are other third party tools that
allow you to customize just about everything. You can also build installer
files "manually" with the tools provided by the windows installer sdk which
is a free download from MS.

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:93**********************************@microsof t.com...
Hi!

I thought that I've already posted this question(s), but let me try again.

I've developed a windows application for use in a medical environment. I
now need to distribute this application to a number of computers, how many
i
don't know.

My application uses a third part supplier for handling charts [Gigasoft]
and
Crystal Decision for handling the reports.

Iis it adequate/ or necessary for me to buid a msi file for distribution?

If so.. How do iI skip installing mergmoduls for mdac and Crystal
decisions
each time i'm running the setup.msi file? Especially when a previouse
version
of the application is installed.

... and if so... I also wounder how I can skip the part with "setup
installation folder" etc?
I just want to install the application without any breaks were the user
have
to make choices.
---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)


Nov 17 '05 #3
Hans, there are a multitude of options available. If you want a serious
commercial application for producing installation sets, Installshield is one
of the standards [http://www.installshield.com/]. If you want to go the
freeware route, Nullsoft Scriptable Install System
[http://sourceforge.net/projects/nsis/] was recommended to me, but I don't
have any first hand experience with it. However, I have great respect for
the gentleman who recommended it. If you go to SourceForge
[http://sourceforge.net] and do a search for ["windows installer"] including
the quotation marks you will get a list of a bunch of tools (There are many
of us in the same boat).

Howard

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:99**********************************@microsof t.com...
Hi Howard!

Thank you for your respons. The reason I'm using VS is that it was
already
installed om my computer. (I've restricted access to internet). Also a
reason
is that VS self explains how to distribute an application. building msi
files is new to me.

Can you recommend a third party?

---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)
"Howard Swope" wrote:
Hans:

It sounds like you are using VisualStudio to build your installer file.
Its
implementation is pretty limited. There are other third party tools that
allow you to customize just about everything. You can also build
installer
files "manually" with the tools provided by the windows installer sdk
which
is a free download from MS.

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:93**********************************@microsof t.com...
> Hi!
>
> I thought that I've already posted this question(s), but let me try
> again.
>
> I've developed a windows application for use in a medical environment.
> I
> now need to distribute this application to a number of computers, how
> many
> i
> don't know.
>
> My application uses a third part supplier for handling charts
> [Gigasoft]
> and
> Crystal Decision for handling the reports.
>
> Iis it adequate/ or necessary for me to buid a msi file for
> distribution?
>
> If so.. How do iI skip installing mergmoduls for mdac and Crystal
> decisions
> each time i'm running the setup.msi file? Especially when a previouse
> version
> of the application is installed.
>
> ... and if so... I also wounder how I can skip the part with "setup
> installation folder" etc?
> I just want to install the application without any breaks were the user
> have
> to make choices.
>
>
> ---------------
> Best regards
> - Hans -
> ---------------
> (Have fun programming with ... C#)


Nov 17 '05 #4
"Howard Swope" <howardsnewsATspitzincDOTcom> wrote in
news:#y**************@TK2MSFTNGP12.phx.gbl:
Hans, there are a multitude of options available. If you want a
serious commercial application for producing installation sets,


Not sure if its been mentioned, but also check out:
http://www.installaware.com
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
Nov 17 '05 #5
thank you for your respons again.

I'm very seriouse about my application... so InstallShield is the way for
me...

:-)

thanks again!!!

---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)
"Howard Swope" wrote:
Hans, there are a multitude of options available. If you want a serious
commercial application for producing installation sets, Installshield is one
of the standards [http://www.installshield.com/]. If you want to go the
freeware route, Nullsoft Scriptable Install System
[http://sourceforge.net/projects/nsis/] was recommended to me, but I don't
have any first hand experience with it. However, I have great respect for
the gentleman who recommended it. If you go to SourceForge
[http://sourceforge.net] and do a search for ["windows installer"] including
the quotation marks you will get a list of a bunch of tools (There are many
of us in the same boat).

Howard

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:99**********************************@microsof t.com...
Hi Howard!

Thank you for your respons. The reason I'm using VS is that it was
already
installed om my computer. (I've restricted access to internet). Also a
reason
is that VS self explains how to distribute an application. building msi
files is new to me.

Can you recommend a third party?

---------------
Best regards
- Hans -
---------------
(Have fun programming with ... C#)
"Howard Swope" wrote:
Hans:

It sounds like you are using VisualStudio to build your installer file.
Its
implementation is pretty limited. There are other third party tools that
allow you to customize just about everything. You can also build
installer
files "manually" with the tools provided by the windows installer sdk
which
is a free download from MS.

"Hans [DiaGraphIT]" <ha********@sshf.no> wrote in message
news:93**********************************@microsof t.com...
> Hi!
>
> I thought that I've already posted this question(s), but let me try
> again.
>
> I've developed a windows application for use in a medical environment.
> I
> now need to distribute this application to a number of computers, how
> many
> i
> don't know.
>
> My application uses a third part supplier for handling charts
> [Gigasoft]
> and
> Crystal Decision for handling the reports.
>
> Iis it adequate/ or necessary for me to buid a msi file for
> distribution?
>
> If so.. How do iI skip installing mergmoduls for mdac and Crystal
> decisions
> each time i'm running the setup.msi file? Especially when a previouse
> version
> of the application is installed.
>
> ... and if so... I also wounder how I can skip the part with "setup
> installation folder" etc?
> I just want to install the application without any breaks were the user
> have
> to make choices.
>
>
> ---------------
> Best regards
> - Hans -
> ---------------
> (Have fun programming with ... C#)


Nov 17 '05 #6

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

Similar topics

2
by: Rick | last post by:
Hi all, I am writing a small PHP accounting and office management application and would like to learn how to "package" it for distribution. It requires the use of a small MySQL database which is...
1
by: Greg Smith | last post by:
I am distributing a Windows application via a Setup.exe file. How do you change the default target folder that comes up in the "Select Installation Folder" dialog box. Any help is greatly...
2
by: David | last post by:
I have been going around in circles trying to understand the method of creating a database in VB.Net 2003 and distributing that application and database. It seems if I use the Server Explorer to...
10
by: John Phelan | last post by:
I read an article by, by Mike Groh, in Access-VB-SQL Advisor Magazine, Week 37 that concerns me quite a bit on distributing Access Applications commercially. First I need to describe a "commercial...
2
by: John Welch | last post by:
It happens much too often that I have to tell a client how to fix up missing references when I send them an application, especially if the client is distributing it to different users. It makes me...
0
by: news.microsoft.com | last post by:
Hi everyone, I am using the MSComm32.ocx in my application. Visual Studio itself created an Interop wrapper dll and included the ocx in the application directory. I packaged these when creating...
0
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable...
9
by: alf | last post by:
Hi, I have a small app which consist of a few .py files. Is there any way to distribute it in jar like fashion as a single file I can just run python on. I obviously look for platform...
1
by: PurpleServerMonkey | last post by:
Working on a rather large open source python application that I want to release for Linux and BSD and was wondering what methods others are using to distribute large and complex applications. ...
9
by: eliben | last post by:
Hello, I'm getting into Python now after years of Perl, and as part of my research I must understand how to do some common tasks I need. I have a bunch of Windows PCs at work to which I want...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
1
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
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
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.