(急)Installer WISE打包第三方控件(MSCOMM32.OCX)问题?
打包第三方控件(MSCOMM32.OCX)时,在属性中选上了注册,但运行时
出现License information for TMSCOMM not found
怎么解决?
问题点数:50、回复次数:3Top
1 楼qrlvls( 空 气 )回复于 2005-05-15 00:51:14 得分 25
Obtain the License Key for MsComm32.ocx
1. Obtain the Licreqst.exe file from the Microsoft Download Center. To download this file, visit the following Microsoft Web site:
http://download.microsoft.com/download/vc60std/sample/1.1/NT45/EN-US/Licreqst.exe
2. Double-click the self-extracting Licreqst.exe file.
3. You are prompted to specify a folder in which to extract the files. Specify a different folder from the folder in which the Licreqst.exe file is located because one of the files that is extracted is also named Licreqst.exe. Click Unzip.
4. Run the extracted Licreqst.exe file. The License Key Requestor program starts. In the Registered Controls box, click MSCOMMLib.MSComm.1. The license key data for the Currently Selected Control box displays license key data in the form of a C/C++ array declaration:
/*
Copyright (c) 1994
*/
WCHAR pwchLicenseKey[] =
{
0x0043, 0x006F, 0x0070, 0x0079, 0x0072, 0x0069,
0x0067, 0x0068, 0x0074, 0x0020, 0x0028, 0x0063,
0x0029, 0x0020, 0x0031, 0x0039, 0x0039, 0x0034,
0x0020
};
5. Click Copy Data to Clipboard to copy this text to the Clipboard for later use in a C/C++ program.
http://support.microsoft.com/?scid=kb;en-us;315501&spid=3042&sid=global
Top
2 楼xiaoqiu007(小小)回复于 2005-05-15 08:00:06 得分 25
把控件的三个文件拷到/system32/目录下,并运行regsvr32 MSCOMM32.OCX命令试试看。
Top
3 楼xiaoqiu007(小小)回复于 2005-05-15 08:03:07 得分 0
刚才看错了,你把现在已经注册的信息导出来作为一个注册表文件,安装时候选中导入该注册表文件应该就可以了Top




