Hi, I have a question about using wix to author an installer package.
I am trying to register a com interop, from all of the reading I have done I 
understand that I shouldn't use AssemblyRegisterComInterop="yes" and I 
shouldn't call a custom action that uses regsvr32.
So what I SHOULD do if I understand correctly, is use tallow.exe to extract the 
specific registration and then include that in my wix xml file.  However, I am 
having some problems using tallow.

I have tried:  tallow -c myAssembly.dll, but I get a Failed to load Assembly,  
System.BadImageFormatException.
I have also tried:  tallow -s myAssembly.dll to try to get the registry keys 
but I then get a Failed to SelfReg error.  (which is strange because I can 
manually use regsvr32 to register it on this same machine).

I have also tried tallow - reg myRegFile.rgs, but I then just get an empty wix 
fragment, which is strange because the rgs file is not empty.

Any advice as to what I'm doing wrong, or where I should go from here would be 
greatly appreciated,
Thanks!
Lindsay Harris
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to