Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Registration of dll file fails.


4 replies to this topic

balaji4u

balaji4u
  • Full Members
  • 74 posts

Posted 05 December 2013 - 11:22

Hi . 

 

I am trying to register a dll file but its failing. Below are the sequence of steps i am doing. 

 

1) Copying the target folders to the system. 

2 ) Add the target folder to the path variable. The dll which i want to register depends on the other dll's present in the target folder hence i am adding this path to the system path variable. 

3) Register the dll : The installation is not able to complete , i am not sure what is the problem if i manually set the path variable and register the dll then it works perfectly. Kindly suggest what might be wrong. 



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 December 2013 - 11:35

The installer will not see the updated PATH.

Extract the COM information and store it in your MSI instead.



balaji4u

balaji4u
  • Full Members
  • 74 posts

Posted 06 December 2013 - 04:59

Hi Stefan , 

 

Thanks for your response , but can you please elaborate what exactly needs to be done. I enabled the flag "Extract DOM data for the key file" but still it doesn't seem to work. 



Joe Wu

Joe Wu
  • Full Members
  • 3 posts

Posted 06 December 2013 - 05:25

is the DLL a COM dll or a .NET dll? if it is .NET dll you don't need to extract COM Data.

if it is a COM dll, try to use 'Component Wizard' to include it, it will extract the com types information before packaging.



balaji4u

balaji4u
  • Full Members
  • 74 posts

Posted 13 December 2013 - 09:06

Hi, 

 

Thanks for your time and suggestions, i was able to solve it by creating custom vbscript action and registration of the dll was successfull. 

 

Regards,

Balaji