Visual Studio 2005 (VC8) runtime

Interested in developing new plug-ins? Got one to share? Post here!
Gareth Owen
Posts: 149
Joined: Fri Oct 21, 2005 8:42 am
Location: UK

Visual Studio 2005 (VC8) runtime

Postby Gareth Owen » Wed Jan 25, 2006 6:35 am

I don't suppose that anyone has a plugin to check/install the Common Runtime Library for VS2005 (VC8)

I was looking for an equivalent to the current Microsoft Visual C++ Runtime 6.0

CandiceJones
Posts: 904
Joined: Thu Dec 22, 2005 7:03 pm
Contact:

Postby CandiceJones » Wed Jan 25, 2006 8:21 am

Hi Gareth!

It seems Microsoft released merge modules only for these recent runtimes. You may download them and include them in your projects directly...or you may create seperate InstallAware installers, just for the merge modules, which you download and run using web media blocks only if needed (remember to use light mode builds for the nested InstallAware installers, so you're not duplicating any overhead - see the help for the Run Light Mode Setup command for details on this).
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/

CandiceJones
Posts: 904
Joined: Thu Dec 22, 2005 7:03 pm
Contact:

Postby CandiceJones » Wed Jan 25, 2006 8:26 am

Ah, digging a little deeper, it does seem that Microsoft has already provided self-running MSI based installers for these! So there is no need for you to manually merge the MSMs with an InstallAware setup.

See, here, for example:

Code: Select all

C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\BootStrapper\\Packages\\vcredist_x86


I am chatting with the development team now to see if we can create an automatic update package for these items! The new Application Runtimes view is third-party extensible, they should be able to put something together fairly easily.
Candice Jones

InstallAware

Home of The Next Generation MSI Installer

Get your free copy today - http://www.installaware.com/

Gareth Owen
Posts: 149
Joined: Fri Oct 21, 2005 8:42 am
Location: UK

Postby Gareth Owen » Wed Jan 25, 2006 9:14 am

That would be great, we have to have these in as prereqs, as our serial number validation requires them.

Is it possible to install a merge module as a prereq?

MichaelNesmith
Posts: 3452
Joined: Thu Dec 22, 2005 7:17 pm
Contact:

Postby MichaelNesmith » Wed Jan 25, 2006 10:35 am

No, merge modules are always installed along with the main setup.

If this is urgent, feel free to use the file vcredist_x86.exe to install this runtime. Be sure to pre-process the file using the Setup Decompressor, so InstallAware can save you up to 50% (or more) on the size of that file.

I am also told that the update pack for this will be available soon.
Michael Nesmith
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/


Return to “Plug-In Development”

Who is online

Users browsing this forum: No registered users and 23 guests