Re: [WiX-users] What is the best way to take care of regasm?

2010-09-08 Thread Tenzen
I use that command to generated new file.wxs: heat.exe file ''input folder\file.dll'' -gg -scom -out ''output file'' -template:fragment And I added that output file to my Wix project. But it's not registering my dll like regasm. What I doing wrong? -- View this message in context:

[WiX-users] Could not harvest data from a 64bit dll

2010-09-08 Thread Tenzen
heat.exe : warning HEAT5150 : Could not harvest data from a file that was expect ed to be a SelfReg DLL: location, error: 193 The same dll but compile as 32bit works fine. If I use 32bit harvest in 64bit installer will that be ok? -- View this message in context:

[WiX-users] What is the best way to take care of regasm?

2010-09-07 Thread Tenzen
Welcome, I use Regasm from CustomAction but now I want to change it to better way. I find this but it's not working for me. Why? Try below code. It should work This will take care of REGASM. File Id=fil_abc.dll Source=\abc.dll TypeLib Id='{54EEBB27-9602-4172-8081-6C19A0ADFFB2}'

Re: [WiX-users] What is the best way to take care of regasm?

2010-09-07 Thread Tenzen
Thank you. But how to execute heat.exe command line in my Wix project? And with parameters register my dll file like regasm? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/What-is-the-best-way-to-take-care-of-regasm-tp5506621p5506878.html Sent

Re: [WiX-users] ComPlusExtension v3

2010-09-05 Thread Tenzen
I am using version 3.5.2030.0 and I have these 63 errors. 1) C:\delivery\Dev\wix35_public\src\ext\ComPlusExtension\wixlib\ComPlusExtension.wxs(44,0): error LGHT0102: The localization variable !(loc.ComPlusInstallExecute) is unknown. Please ensure the variable is defined. [..] 63)