Our application requires that one dll is registert using regasm. How do I do that in wix3? I was under the impression that just using <Typelib ...> would do it, but with the handful of things I tried I did not get it to work.
<Component Id='CommandLib' Guid='a349abc4-1832-4168-a84e-e952ac0fa09f' DiskId='1'> <File Id='commandlib_dll' Name='CommandLib.dll' Source='$(var.ReleaseDir)/CommandLib.dll' Assembly='.net' AssemblyRegisterComInterop='yes' KeyPath='yes' > <TypeLib Id='23C76A21-7AEB-439c-BF85-700079E0E220' Language='1033' MajorVersion='1' MinorVersion='0'/> </File> </Component> Any pointers please? The command I need it to run is regasm /tlb PATH.TO.commandlib.dll? -- chs ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users