[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: , 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: http://windows-installer-xml-wix-tools

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 ''\file.dll'' -gg -scom -out -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: http://windows-installer-xml-wi

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 f

[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. You can use Assembly=".net", if you want it to be GACed also Also I try registering COM+

Re: [WiX-users] ComPlusExtension v3

2010-09-06 Thread Tenzen
Thank you. I changed language to english and now there is no error (only 12 messages) Sorry for this question but I'm a begginer: How to provide a .wxl file with those strings defined? And I get error on installation "wizzard ended prematurely" (1603). Could it be because of those 12 messages?

[WiX-users] COM+ Applications with DataBase error on install

2010-09-06 Thread Tenzen
Welcome, I am using code from this tutorial: http://www.tramontana.co.hu/wix/lesson6.php#6.11 I get 12 messages: 1) Could not find schema information for the element 'http://schemas.microsoft.com/wix/ComPlusExtension:ComPlusApplication'. [..] 12) Could not

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) C:\delivery\