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

Register a dll with framework64 location

Hi,

I want a register the dll from C:\Windows\Microsoft.NET\Framework64\v4.0.30319 location and the command to register is regasm /codebase. I have written a statement like C:\Windows\system32\cmd.exe /c cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 && regasm /codebase "[INSTALLDIR]abc.dll" in custom action, but i am getting error. Can anyone suggest, where i am getting it wrong or there any other approach to achieve this.  Thanks in advance. 

Labels (1)
0 Kudos
(0) Replies