473,614 Members | 2,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

bootstrapper sample how ??

I know this has been asked a million times, but I have
read all the MS links to installing the .Net framework
with a setup project and I still cannot figure it out.
First of all the docs keep referring to Bootstrapper Sample,
where is the Sample ??? All I can find is how to write
the Settings.ini file. Secondly, how can I add the
Settings.ini and dotnetfx.exe files to my Setup project
so that they are installed alongside my .msi file?
When I add them to my Setup project, the get built
in to the .msi file. If I choose Exclude, then they do not get
copied. Is there a definitive step by step instruction page
for this?

Thanks in advance

JIM

Nov 15 '05 #1
3 4608
here it is for version 1.0 of the framework:
"james" <no****@hyperco n.net> wrote in message
news:uj******** ******@tk2msftn gp13.phx.gbl...
I know this has been asked a million times, but I have
read all the MS links to installing the .Net framework
with a setup project and I still cannot figure it out.
First of all the docs keep referring to Bootstrapper Sample,
where is the Sample ??? All I can find is how to write
the Settings.ini file. Secondly, how can I add the
Settings.ini and dotnetfx.exe files to my Setup project
so that they are installed alongside my .msi file?
When I add them to my Setup project, the get built
in to the .msi file. If I choose Exclude, then they do not get
copied. Is there a definitive step by step instruction page
for this?

Thanks in advance

JIM


Nov 15 '05 #2
oops, hit return too quickly.

Here's the deployment guide for version 1.0 of the framework:
http://msdn.microsoft.com/library/de...amedepguid.asp

Here's the bootstrapper sample:
http://www.microsoft.com/downloads/d...displaylang=en
For version 1.1, here are some links:
http://msdn.microsoft.com/library/de...asp?frame=true

http://www.microsoft.com/downloads/d...displaylang=en

Mike Mayer
http://www.mag37.com/csharp/
mi**@mag37.com

"james" <no****@hyperco n.net> wrote in message
news:uj******** ******@tk2msftn gp13.phx.gbl...
I know this has been asked a million times, but I have
read all the MS links to installing the .Net framework
with a setup project and I still cannot figure it out.
First of all the docs keep referring to Bootstrapper Sample,
where is the Sample ??? All I can find is how to write
the Settings.ini file. Secondly, how can I add the
Settings.ini and dotnetfx.exe files to my Setup project
so that they are installed alongside my .msi file?
When I add them to my Setup project, the get built
in to the .msi file. If I choose Exclude, then they do not get
copied. Is there a definitive step by step instruction page
for this?

Thanks in advance

JIM


Nov 15 '05 #3
Mike,

Yeah I need 1.1
I finally found the download too, funny there is not a link
from the articles, that is what threw me off.

I still do not see how to get my setup project to include
these files into the build output. So it looks like I have to
do it by hand each time. Do you know of a way to have
VS place these into the setup build output automatically?

thanks,

JIM

"Michael Mayer" <mi**@mag37.com > wrote in message
news:ea******** ******@tk2msftn gp13.phx.gbl...
oops, hit return too quickly.

Here's the deployment guide for version 1.0 of the framework:
http://msdn.microsoft.com/library/de...us/dnnetdep/ht
ml/dotnetframedepg uid.asp
Here's the bootstrapper sample:
http://www.microsoft.com/downloads/d...CFD-1EFC-4FC5-
BA7E-6A6F21403495&di splaylang=en

For version 1.1, here are some links:
http://msdn.microsoft.com/library/de...us/dnnetdep/ht
ml/dotnetframedepg uid1_1.asp?fram e=true
http://www.microsoft.com/downloads/d...891-D15B-446B-
BD69-F7F849224A00&di splaylang=en
Mike Mayer
http://www.mag37.com/csharp/
mi**@mag37.com

"james" <no****@hyperco n.net> wrote in message
news:uj******** ******@tk2msftn gp13.phx.gbl...
I know this has been asked a million times, but I have
read all the MS links to installing the .Net framework
with a setup project and I still cannot figure it out.
First of all the docs keep referring to Bootstrapper Sample,
where is the Sample ??? All I can find is how to write
the Settings.ini file. Secondly, how can I add the
Settings.ini and dotnetfx.exe files to my Setup project
so that they are installed alongside my .msi file?
When I add them to my Setup project, the get built
in to the .msi file. If I choose Exclude, then they do not get
copied. Is there a definitive step by step instruction page
for this?

Thanks in advance

JIM



Nov 15 '05 #4

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

Similar topics

0
1867
by: zbcong | last post by:
hello i use vs.net2003 generate the install files,it works well. but in order to integrate the dotnet installing and my app installing,i download bootstrapper sample executable from microsoft website,according to the instruction, put the setup.exe,settings.ini ,dotnetfx.exe and my *.msi file into a directory and modify the settings.ini file,then run the
1
372
by: Amar | last post by:
Hi all I am using the setup.exe bootstrapper for installing the .NET framework on a client machine and then calling my .msi file for application installtion I have set the bootstrapper to None in the Setup Project for my application in Visual Studio.Net. Also i am using the MDAC.MSM merge module for MDAC installtion on client computer The bootstrapper settings.ini file has the following entrie [Bootstrap Msi=C:\Test\MyApplication.ms...
0
996
by: top teach | last post by:
hello ,everybody: Can you tell me where can download the souce code of Microsoft .NET Framework Setup.exe Bootstrapper Sample? Because i need install not only ..NET Framework but also Sql server msde. Anybody did it? pls help me. Thanks
4
2883
by: Andrew | last post by:
hi, i'm searching for a bootstrapper that check if .net framework is installed on a machine and after the install launch my vb.net app ... i dont want to installa the app on the pc but i want to run all from cd ... my idea is to put the bootstrapper as autorun on cd ... in MSDN i found a bootstrapper but it's for launch .msi package and not for .exe application .... thanks in advance for help .. andrew
0
883
by: BobAchgill | last post by:
I noticed that the current Bootstrapper plugin uses back level Net 1.1 (no service pack) Is there a new BootStrapper plugin that uses the Net 1.1 SP1?? Or how can I modify the current BootStrapper to change out to the new Net 1.1 SP1?
0
1407
by: JJ | last post by:
When using bootstrapper to install the .net framework (in Visual Studio 2003) the setup.exe icon is broken. It seems to be consistent in all my projects. Without bootstrapper, the setup icon appears as expected. Does anyone know if there's a fix for this? TIA
0
974
by: takilroy | last post by:
Hi, I am using the bootstrapper plug in with Visual Studio 2003 to deploy an application. I am checking both for .net frameworks and MDAC and setting them up using the launch conditions and search target machine as documented works fine. If I look in the settings.ini after building the setup, I see that BootstrapMdac setting is appropriately set to true. Now, my problem is if I add another condition and search for Internet Explorer...
0
915
by: Spam Catcher | last post by:
I have moved my ClickOnce installation to another directory, and hence I have to update my setup.exe bootstrapper. I used the -url command to change the embedded URL, but I got a message that changing the URL will invalidate the signature. Is there a way to re-sign the bootstrapper? Thanks.
3
6422
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I get an error at the end of the SQL server install phase 'Invalid endpoint'. (Note SQL server express gets installed OK) If I run SQL server express SP2 setup directly it I don't get the error
0
8182
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8130
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8627
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8279
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8433
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6088
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5540
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4052
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1747
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.