Previous Topic

Next Topic

Book Contents

Book Index

Step by step

This subject guide you through the installation of Microsoft Visual Studio C++ Release 6.0 - step by step!

If you don't want to wade through this huge subject, just accept the default choices. The installation will work for simple development.

In This Section

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

See Also

Appendix

Websites and other references

How to create your own library

Previous Topic

Next Topic

Book Contents

Book Index

The first step - launching the setup application

Locate the following application on your Visual Studio CD or DVD.

Then doubleclick it to launch it!

See Also

Step by step

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

The introductory steps

The following steps are typicall for most setup applications in Windows, with some variations off course.

You should off course use your own name and organization! For not to mention the product serial if you are prompted for that!

See Also

Step by step

The first step - launching the setup application

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

Select setup type

The next screen let you select the type of installation. Don't be tempted to install anything else but "Custom" in this course! (You might off course select what ever you want as soon as you're on your own :-))

Select Custom.

See Also

Step by step

The first step - launching the setup application

The introductory steps

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

Where should the common components be installed ?

Visual Studio contains several components that can be shared between the compilers etc. The next screen let you determine where you should place these components. I find it feasable to follow the prompted default here

The disk start spinning for a short while and you see this dialog:

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

Previous Topic

Next Topic

Book Contents

Book Index

A little warning about open files - obey it!

You have probably seen such messages from many installers and discovered that you really don't have to shut down all running applications. This time is different! Since Visual Studio installs more than a common small tool, some files opened by other applications might very well interfere with our installation. Visual Studio installer will complain, but why not shut them down at once ...

Then you get a computerized Product ID in case of support. Not that I have ever needed it ...

Now the Visual Studio installer will search for previously installed components. And this is done thoroughly and takes a long time! Be prepared to watch this doalog for a while:

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

Previous Topic

Next Topic

Book Contents

Book Index

Time to customize the install

After the Visual Studio installer has determined what you have on your harddisk, you are prompted with the following dialog:

From this dialog you select which main components to install. Note how this dialog works. For each main component (such as Microsoft Visual Basic 6.0), you see a checkbox. If this is solid black, it denotes that all (absolutely all!) sub-components are selected as well. If the checkbox has a gray checkmark, it denotes that some of the sub-components aren't selected (see Microsoft Visual C++ 6.0 above for this state). To see the available sub-components, select the current main-item in the list Options. Then press Change Option.... This operation will bring up a very similar looking dialogbox, but focusing on the subcomponents! The subcomponents can have their own subcomponents in many levels, so be sure to check thoroughly!

Note that Visual Studio itself occupies 251351 KB in it's default install. The next dialog shows that Visual Studio itself occupies solid 350000 KB if you select the complete subcomponent tree by pressing Select All.

So if you're short of diskspace, you should really pay attention to what you install or not. I can allready reveal that a complete Visual Studio install with full support database (MSDN) installed easilly occupies 1.7-2.0 GB.

...and server tools ...

Register Visual Studio over the web

What! - Even more components to install !!! - Other client tools

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

Select which Runtime Libraries you want

What is a runtime library ? Very short it's the components that your application needs to build appliactions. I would't shortcut here. Install the lot...

Also the following ...

See Also

Time to customize the install

VC++ MFC and Template Libraries

Selecting what data access you will need

Selecting which enterprise tools to add

Will you need graphic elements ? Probably not from here ...

Selecting other tools - you want some of these

Previous Topic

Next Topic

Book Contents

Book Index

VC++ MFC and Template Libraries

Back to the main VC++ option list again. Now we select which MFC and Template libraries we want...

Press Change Option to get to the next dialog

This is one of the dialogs with deep nested levels. Select MS Foundation Class Libraries and press Change Option. Before we contine, what is MFC ? In short, it's a "framework" which enables you to easy create fairly advanced Windows applications with Visual Studio. It contains a lot of support features to make everything easier. But MFC is another story for now, but I would recommend that you install it!

The next dialog let you select your flavours of MFC

Again it's a matter of taste. Be sure to include at least Static Libraries, Shared Libraries and Browser Database.These componets let you build the most commen types of Windows appliactions. If you only want to build Windows NT 4, Windows 2000 or Windows XP applications, you should probably include the Unicode-options as well, as all internal code-execution are performed with Unicode deep down in Windows. In other words, a Unicode-application will run faster on these platforms, since Windows doesn't have to perform conversion all the time!

Do you have enough space, select the lot!

Back to the VC++ Options list:

See Also

Time to customize the install

Select which Runtime Libraries you want

Selecting what data access you will need

Selecting which enterprise tools to add

Will you need graphic elements ? Probably not from here ...

Selecting other tools - you want some of these

Previous Topic

Next Topic

Book Contents

Book Index

Selecting what data access you will need

Visual Studio will let you build applications accessing other databases. In the following dialogs you select the database support you think you will need.

For this course you don't need any of the database drivers. But I would recommend that you leave at least one of the options selected, so Visual Studio installs the Data Access Libraries - a component for accessing databases.

Below you see a dialog showing some of the ODBC drivers:

Note that these drivers are fairly small. If you have the space ...

Press Ok to go back to the main options list again

See Also

Time to customize the install

Select which Runtime Libraries you want

VC++ MFC and Template Libraries

Selecting which enterprise tools to add

Will you need graphic elements ? Probably not from here ...

Selecting other tools - you want some of these

Previous Topic

Next Topic

Book Contents

Book Index

Selecting which enterprise tools to add

Visual Studio ships with a vast array of tools. You will need at least some of them!

Below is the enterprise tools-options list:

See Also

Time to customize the install

Select which Runtime Libraries you want

VC++ MFC and Template Libraries

Selecting what data access you will need

Will you need graphic elements ? Probably not from here ...

Selecting other tools - you want some of these

Previous Topic

Next Topic

Book Contents

Book Index

Will you need graphic elements ? Probably not from here ...

Not to be rude, but you'll find better images other places. But one important thing, you can use these graphic elements for free. You've allready paid for the usage....

Again, not the largest files ...

See Also

Time to customize the install

Select which Runtime Libraries you want

VC++ MFC and Template Libraries

Selecting what data access you will need

Selecting which enterprise tools to add

Selecting other tools - you want some of these

Previous Topic

Next Topic

Book Contents

Book Index

Selecting other tools - you want some of these

In addition to the enterprise tools, you also have some - erh - normal tools :-)

Most of these tools will become handy some time, so install them. Remember that Spy++ can be replaced by WinSpector from GipsySoft.

Another thing! You don't need the Self-installing EXE redistrbutable files if you haven't installed Visual Basic!

See Also

Time to customize the install

Select which Runtime Libraries you want

VC++ MFC and Template Libraries

Selecting what data access you will need

Selecting which enterprise tools to add

Will you need graphic elements ? Probably not from here ...

Previous Topic

Next Topic

Book Contents

Book Index

Finally, we coming somewhere - Register those environment variables!

You have waded through options lists for a while now. Finally we're proceeding to the next levels. The Visual Studio propose to register the environment variables.

Accept this! First of all, your computer has a relic from the MS-DOS days in it's so-called environment variables. Remember PATH ? Well, that's one of the more famous environment variables. Visual Studio contains quite a bunch of them itself, and if you don't select to register them, you have to run a BAT file each time you want to compile or link. I wouldn't go for that !

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

New file format for SourceSafe

Select Yes. What have you just done ? SourceSafe is one of the cool tools Visual Studio installs for you. In short it's a simple versioning tool that keep track of your different versions of your files and projects. You can revert back to previous versions if you select to.

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

The files are flowing ...

For the first time, you'll see files float from your CD or DVD to your harddisk...

Beware, this quickly takes up to 30 minutes!

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

Previous Topic

Next Topic

Book Contents

Book Index

Info about debug symbols ...

Well, not many options here! Press Ok.

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

Time to reboot - no, it can't be avoided!

Run for a new cup of coffie while the machine reboot :-)

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

After reboot - time to install Helpsystem

Depending on your license of Visual Studio you may or may not have an license for Microsoft Developer Network (MSDN). This is a huge database containing all kinds of articles, howto's and reference material. Visual Studio exposes this database as an HTMLHelp document collection, and Visual Studio will retreive it's online help from this database if you have it.

If you have MSDN, and have space on your harddrive, install! But be warned, a full MSDN install occupies 1.3 GB!

Note: Also check that you use the correct MSDN CD-set or DVD. Since the release of Visual Studio .NET, Microsoft has changed the format of MSDN radically. You will typically have one MSDN CD-set or DVD marked "for VC++ 6.0" or similar. Use that!!!

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Previous Topic

Next Topic

Book Contents

Book Index

MSDN Install - here we go again ...

Proceed through the install dialogs...

What type of install you select will heavliy depend on your available diskspace status !!!

One nice feature about the Full install is that you don't have to bring along the MSDN CD-set or DVD when you program in C or C++!!

yes please ...

..and MSDN files are bloating your harddisk :-)

Yihaa! Press Ok to continue ...

Time to reboot - no, it can't be avoided!

MSDN Install - here we go again ...

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

What! - Even more components to install !!! - Other client tools

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

What! - Even more components to install !!! - Other client tools

Depending on your version of Visual Studio, you may or may not have additional products to install, as shown below:

I don't fancy InstallShield too much. I find other tools such as Setup Factory from IndigoRose much easier to work with. But thats again your choice.

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

...and server tools ...

Register Visual Studio over the web

Previous Topic

Next Topic

Book Contents

Book Index

...and server tools ...

The Visual Studio install can take a while :-) In this course I don't install any of the above tools. But in production I would install the SourceSafe Server on the code-server if we had a programming team working on the same files. SourceSafe supports checkout and checkin of files and projects, and are allmost mandatory if more than one programmer works on a project.

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Previous Topic

Next Topic

Book Contents

Book Index

Register Visual Studio over the web

Till this date I have never seen any information based upon this registration. I find the MSDN site much more valuable!

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

See Also

Step by step

The first step - launching the setup application

The introductory steps

Select setup type

Where should the common components be installed ?

A little warning about open files - obey it!

Time to customize the install

Finally, we coming somewhere - Register those environment variables!

New file format for SourceSafe

The files are flowing ...

Info about debug symbols ...

Time to reboot - no, it can't be avoided!

After reboot - time to install Helpsystem

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

...and server tools ...

MSDN Install - here we go again ...

What! - Even more components to install !!! - Other client tools

Register Visual Studio over the web