This solves the error message on the build environment command prompt, but there is still no toolbar or menu item for Intel C++ Compiler in Visual Studio 2008.
Sorry the steps are not completed. You should do following after making the changes:
0. open a cmd window that has regsvr32 on the path.
2. go to the IDE integration directory, e.g. "C:\Program Files\Intel\Compiler\VS Integration\C++\VS2008"
3. run following cmd to uninstall IDE integration (just to make sure the registry is clean)
>> integrate.bat "C:\Program Files\Microsoft Visual Studio 9.0" /u
>> integrate.bat "C:\Program Files\Microsoft Visual Studio 9.0" /u
4. run following cmd to install IDE integration:
>> integrate.bat "C:\Program Files\Microsoft Visual Studio 9.0"
5. now open VS2008 to see if the toolbar is there.
Jennifer