想请教一下,能否在InstallShield里使用ImmInstallIme函数来安装输入法?如果不行我该怎么办呢?

解决方案 »

  1.   

    在MSDN上找到的资料:ImmInstallIME
    The ImmInstallIME function installs an IME.HKL ImmInstallIME(
      LPCTSTR lpszIMEFileName,  
      LPCTSTR lpszLayoutText    
    );
    Parameters
    lpszIMEFileName 
    [in] Pointer to a null-terminated string that specifies the full path of the IME. 
    lpszLayoutText 
    [in] Pointer to a null-terminated string that specifies the name of the IME. This name also specifies the layout text of the IME. Return Values                                                
    The function returns the input locale identifier for the IME.