Re: [WiX-users] Heat not generating Wix code that compiles

2007-08-23 Thread Karthik Krishnan
You'll also encounter similar issues with Class elements, you'll have to
move those under File as well.

Because of the way autogenerated Ids work, I usuall end up manually entering
Ids for any RegistryValue with value "mscoree.dll", because otherwise you
get duplicate Ids.

I ended up writing a little app in C# to do all this stuff, plus a few other
things, I just run it against the Heat output.

K

On 8/22/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
>
>  Dan Hoeger wrote:
>
>  Is this a Bug?  Is there a problem with this control or is it a problem
> with Heat.exe?
>
>
> Could be both, though it's more likely a bug in Heat, maybe because of a
> WiX schema change. Unfortunately, there's currently nobody maintaining Heat.
> Derek, who originally wrote Heat and the harvester extension infrastructure,
> left Microsoft about a year ago.
>
>   Anyone have any Ideas how I can resolve these issues?
>
>
> Edit the Heat output to move the TypeLib elements under the File element.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat not generating Wix code that compiles

2007-08-21 Thread Bob Arnson

Dan Hoeger wrote:


Is this a Bug?  Is there a problem with this control or is it a 
problem with Heat.exe?




Could be both, though it's more likely a bug in Heat, maybe because of a 
WiX schema change. Unfortunately, there's currently nobody maintaining 
Heat. Derek, who originally wrote Heat and the harvester extension 
infrastructure, left Microsoft about a year ago.



Anyone have any Ideas how I can resolve these issues?



Edit the Heat output to move the TypeLib elements under the File element.

--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat not generating Wix code that compiles

2007-08-21 Thread Dan Hoeger

I'm getting the following error when I run candle with a file that includes the 
output from:
 Heat.exe file Drop2Ctrl.ocx -nologo -out drop2ctrl.wxi

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\Drop2Ctrl.wxi (11) : error 
CNDL0010 : The Class/@Server attri
bute was not found; it is required.

This is lines 10-16 of drop2ctrl.wxi:









I'm also getting this message:

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\ Drop2Ctrl.wxi (39) : error 
CNDL0047 : The TypeLib element is
non-advertised and therefore requires a parent File element.

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\ Drop2Ctrl.wxi (42) : error 
CNDL0047 : The TypeLib element is
non-advertised and therefore requires a parent File element.

Here are those lines:  (they are children of the component above)









Is this a Bug?  Is there a problem with this control or is it a problem with 
Heat.exe?

Anyone have any Ideas how I can resolve these issues?

Thanks,

Dan
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users