Yes, I looked into this and found that there is a bug in the distribution building framework. Measurement Studio's installation CD is organized in a way that is pretty unique among NI installers. This organization is causing the issue. I think the best way to solve this problem is to fix up the relative paths stored in your registry by removing the leading "VS2005\".
First of all, in regedit, navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer\Distributions. Use the right-click menu to Export that Distributions key (this is just a safety measure so that we can restore the current state if necessary) and put that backup somewhere safe. Now search under the Distributions key for "E:\VS2005\". You should find a key directly beneath Distributions that has a value called DistRoot set to "E:\VS2005\". Now for every one of its subkeys (they will all have GUID names), look at the value
PartRelativePath. If the value begins with
VS2005\, remove the VS2005\ from the string. For example:
PartRelativePath VS2005\Parts\Common\MStudioCommon.2005.msibecomes
PartRelativePath Parts\Common\MStudioCommon.2005.msiThis should be fewer than 10 values that need to be fixed.
I'm filing a bug report as well so that this will be fixed in the future.
Let me know if you have questions, and also let me know if this solves your problem.
Mert A.
National Instruments