1/9/97 There is an error in the packaging of CTD302, the documentation and samples file in Fixpak 6 of VisualAge C++ for OS/2. Who is affected? --------------- This error only occurs when applying CTD302 to an installable image of VisualAge C++, not when applying it to a locally-installed version. The problem ----------- The problem is that after the product image is updated with English fixpak 6 (including CTD302), and after the image is used to do a local install onto a system, the program CTD302A.CMD is not run as a part of phase2. Users who have done a shared install from the image are not affected, because CTD302A.CMD is not intended to be run for shared installs. The solution ------------ A. For users who have already installed from the image: 1. Reboot. 2. Run the program \IBMCPP\BIN\CTD302A, where is replaced by the path of the Visual Age installation. B. For administrators of the product image: These instructions eliminate the need for users to run the command themselves after installation. 1. Replace the file \IBMCPP\BIN\PHASE2.CMD. with the accompanying version. 2. Add the following entry to the file \VACPP.PKG,in the Visual Builder component. a) Edit VACPP.PKG b) Search for the string "NAME = 'Visual Builder'" c) Position the cursor on the line above the next FILE entry. d) Insert the following 6 lines. FILE PWSPATH = 'FILE', UNPACK = 'NO', SOURCE = 'DRIVE: IBMCPP\BIN\CTD302A.CMD', PWS = 'BIN\CTD302A.CMD', SIZE = '6618' What is CTD302A.CMD? ------------------- CTD302A.CMD is the a program which sets the inheritance of some Workplace Shell projects. It was included in Fixpak 6 (in CTD302) to replace the manual instructions provided to do the same task in CTD301.