PDA

View Full Version : Install VS2005 64-bit runtime.



mikedoris
09-19-2008, 11:08 AM
Hi all,
I've worked out how to install the x86 version of the VS2005 SP1 runtime using 'Core PreRequisites' but I'm not sure how to do the same for the x64 runtime. I'm using SetupBuilder 6.9 Developer edition with a project that is targetting 64-bit OSs delivering both 32 and 64-bit binaries.

Thanks,

Mike Doris.

linder
09-20-2008, 04:55 AM
Mike,

The current SetupBuilder 6.9 provides 32-bit (x86) Core PreRequisites only. The upcoming SetupBuilder 7 will also provide support for selected 64-bit (x64) Core PreRequisites.

To distribute the Microsoft Visual C++ 2005 SP1 Redistributable Package (x64), you have to download vcredist_x64.exe from the Microsoft site and add it to your SetupBuilder project.

Does this help?

Friedrich