cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

InstallShield Admin Studio COM Dll Registeration

Hi,
I am using InstallShield Admin Studio 5.0, i have created an COM server registeration using VB6.0 Dll, this dll is part of my MSI Installer Package. when i run the MSI Installer , it register this dll automatically. my question is that, when installshield registers the dll, it creates an additional Inproc32key in the registry with some encrypted values, whereas if i register the dll using regsvr32 command additional key is not being created???

how i can modify my installshield packaging , so that it does not create the additional inprocserver32 key.

an early response is highly appericiated.

Thanks
naveen
(1) Reply
That InprocServer32 value is used by Windows Installer COM advertisement functionality (see InstallShield KB article Q106793 at http://support.installshield.com). To avoid it, you can use legacy self-registration instead of MSI registration...