After installing CR XI R2, Modified my existing VB6 program (currently use CR 8), Complie, Make successfully. I use Microsoft Visual Studio Installer to package my VB6 program. Per instructions from document of RDC deployment, I package the merge module without any problem. I then create package for my VB program. This is where I have found some problem. After I built my package, I got following error:
The property source of 'cslibu-2-0-0.dll' is invalid
The property source of 'cxlibw-2-6.dll' is invalid
The property source of 'ebus-3-3-2-4.dll' is invalid
The property source of 'etc-1-0-12-3.dll' is invalid
The property source of 'fssl-1-2-1-1.dll' is invalid
The property source of 'keycode.dll' is invalid
The property source of 'libocahelperw-2-13.dll' is invalid
The property source of 'libocasecurityw-1-6.dll' is invalid
The file 'cslibu-2-0-0.dll' is invalid
The file 'cxlibw-2-6.dll' is invalid
The file 'ebus-3-3-2-4.dll' is invalid
The file 'etc-1-0-12-3.dll' is invalid
The file 'fssl-1-2-1-1.dll' is invalid
The file 'keycode.dll' is invalid
The file 'libocahelperw-2-13.dll' is invalid
The file 'libocasecurityw-1-6.dll' is invalid
The copy of the file 'cslibu-2-0-0.dll' into the install pakckage failed.
When I looked into C:\WINDOWS\system32 and I found those missing files with newer version
cslibu-2-1.dll
cxlibw-3-1.dll
ebus-3-3-2-5.dll
etc-1-0-12-4.dll
fssl-1-2-1-2.dll
libOCAHelperw-3-1.dll
libOCASecurityw-2-0.dll
However, "The file 'keycode.dll' is invalid" is not found anywhere on my PC
Before installing CR XI R2, I had CR 2008, but I have removed it prior to installing CR XI R2 because CR does not support COM+. I remove CR 2008 by using add/remove programs in control panel.
What can I do to get my packaging success. Thank you very much for your help.