I found an old post for this from 2009 here. I was wondering if there is an easy way to accomplish this in the newest version of MSI Factory. I basically need this command line to be executed after .NET 2.0 is installed and the dll and tlb have been copied into the INSTALLDIR:
Do I just write a custom action? Or are there settings on the Registration tab for WinSCPnet.dll, that will cause the command line above to get executed?
Code:
%WINDIR%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe WinSCPnet.dll /codebase /tlb:WinSCPnet32.tlb
Comment