Page 1 of 1

Microsoft C++ 2008 32 Bit runtime ob USB drive

PostPosted: 08. August 2012 00:36
by janecraft
Newbie question -- I am trying to install xampp-win32-1.8.0-usb-lite on a USB drive -- do I install Microsoft C++ 2008 32 bit runtime libraries on the USB drive? How does this work? Many thanks!

Re: Microsoft C++ 2008 32 Bit runtime ob USB drive

PostPosted: 08. August 2012 18:40
by Altrea
Hi janecraft (there is ALWAYS time for a short salutation especially if you are asking for help on a community board. It's a matter of politeness),

I have splitted your question from the sticky announcement. Please don't use announcements or stickys for support questions.

The runtime libraries needs to be accessible on the computer you are trying to start the xampp component.
So if you are trying to start it from an usb drive from multiple computers, the runtime needs to be accessible on all of them.

Normally you could simply include the runtime files in your xampp application (same way it done with the Microsoft Visual C++ 2010 runtimes for the apache compilation in XAMPP 1.8.0), but never tried this.

best wishes,
Altrea

Re: Microsoft C++ 2008 32 Bit runtime ob USB drive

PostPosted: 08. August 2012 22:04
by hackattack142
If you would like to be a tester, I have had a hunch for a while but never wanted to wipe all the VC++ runtimes off my systems to test it.

Does it work if you copy (not cut) the 'msvcr90.dll' from the '/xampp/php' directory into the '/xampp/apache/bin' directory?