PC Review


Reply
Thread Tools Rate Thread

Creating a setup that automatically installs .NET

 
 
ofiras
Guest
Posts: n/a
 
      1st Apr 2010
Hi,
I have made a program in C#, but most of my clients doesn't have .NET
installed on their computer. I would like to make it easy for them to
install my program so I want to create an installation that will
automatically check if .NET is installed, and if not, it will
install .NET (also automatically), and only then install my program.
How can I do it?
Please help,
Ofir.
 
Reply With Quote
 
 
 
 
Wilson, Phil
Guest
Posts: n/a
 
      1st Apr 2010
That's what Setup&Deployment Projects do, as well as most 3rd party tools
that build MSI files and supply a bootstrap to install prerequisites then
launch the MSI file install. ClickOnce might be an option too.
--
Phil Wilson
The Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972


"ofiras" <(E-Mail Removed)> wrote in message
news:1948d330-68cb-4782-8ea1-(E-Mail Removed)...
> Hi,
> I have made a program in C#, but most of my clients doesn't have .NET
> installed on their computer. I would like to make it easy for them to
> install my program so I want to create an installation that will
> automatically check if .NET is installed, and if not, it will
> install .NET (also automatically), and only then install my program.
> How can I do it?
> Please help,
> Ofir.


 
Reply With Quote
 
Gregory A. Beamer
Guest
Posts: n/a
 
      2nd Apr 2010


"ofiras" <(E-Mail Removed)> wrote in message
news:1948d330-68cb-4782-8ea1-(E-Mail Removed)...
> Hi,
> I have made a program in C#, but most of my clients doesn't have .NET
> installed on their computer. I would like to make it easy for them to
> install my program so I want to create an installation that will
> automatically check if .NET is installed, and if not, it will
> install .NET (also automatically), and only then install my program.
> How can I do it?
> Please help,


Try this:
http://msdn.microsoft.com/en-us/library/ms994395.aspx

Bootstrapping is useful, as you only install when needed.

--
Peace and Grace,
Greg

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

************************************************
| Think outside the box! |
************************************************

 
Reply With Quote
 
ofiras
Guest
Posts: n/a
 
      3rd Apr 2010
On 2 אפריל, 16:33, "Gregory A. Beamer"
<NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> "ofiras" <ofi...@gmail.com> wrote in message
>
> news:1948d330-68cb-4782-8ea1-(E-Mail Removed)...
>
> > Hi,
> > I have made a program in C#, but most of my clients doesn't have .NET
> > installed on their computer. I would like to make it easy for them to
> > install my program so I want to create an installation that will
> > automatically check if .NET is installed, and if not, it will
> > install .NET (also automatically), and only then install my program.
> > How can I do it?
> > Please help,

>
> Try this:http://msdn.microsoft.com/en-us/library/ms994395.aspx
>
> Bootstrapping is useful, as you only install when needed.
>
> --
> Peace and Grace,
> Greg
>
> Twitter: @gbworld
> Blog:http://gregorybeamer.spaces.live.com
>
> ************************************************
> | * *Think outside the box! * * * * * * * * * * * *|
> ************************************************


Thanks guys, i'll try it.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a setup that automatically installs .NET ofiras Microsoft C# .NET 2 3rd Apr 2010 03:54 PM
Setup from CD: Win2k Installs fine, XP Setup crashes with BSOD Jeannot Windows XP General 1 23rd Dec 2007 05:08 PM
Automatically creating a user account in mini-setup =?Utf-8?B?VnVvbmcgTmd1eWVu?= Windows XP Setup 0 8th Aug 2007 11:18 PM
Creating a setup which installs .NET framework from web site Joe Microsoft C# .NET 1 20th Oct 2005 09:20 AM
Users and program setup / installs jeff Microsoft Windows 2000 0 19th Apr 2004 05:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.