Re: [WiX-users] IIS entities not created or created incorrectly

2008-05-09 Thread Eric Hybner
The problem: A nested WebApplication isn't created consistently. With 3.0.3110, the app was created 90% of the time. With 3.0.4014, it is almost (90%?) never created. The original query had two issues, but there's just info on one here. The other issue is with a non-nested web application not be

[WiX-users] IIS entities not created or created incorrectly

2008-05-09 Thread Eric Hybner
We're seeing regular failures creating IIS virtual directories using WiXIISExtension (currently on 3.0.4014). Sometimes the virtual directory isn't created at all, sometimes the folder exists, but the application isn't created, and sometimes the application is created on a folder in a location o

[WiX-users] XMLConfig in two packages -> Error opening XML

2007-01-22 Thread Eric Hybner
I'm having difficulties with running XMLConfig from two packages. I have XMLConfig data in two WiX MSI packages, updating key=blah value=blah2 entries in two different XML files. I can run either install, and the XMLConfig operations in that package will succeed (no errors and changes are prese

Re: [WiX-users] Extracting COM data from executable COM servers (AppID) with heat.exe

2006-12-21 Thread Eric Hybner
e the diff, and provide the desired functionality. Slow and clunky, but functional. Perhaps if enough other people find it useful, it will be worth the trouble to add the functionality. Eric Hybner wrote: Do y'all have any pointers for extracting COM data from executable COM servers?

[WiX-users] Extracting COM data from executable COM servers (AppID) with heat.exe

2006-12-20 Thread Eric Hybner
Do y'all have any pointers for extracting COM data from executable COM servers? When I heat (-gg) BOB.exe (a legacy VB component not quite ready to be retired) for example, I get something like this: I get the HKCR\Interface\{6DD...} and HKCR\TypeLib\{6DD...} d

Re: [WiX-users] LGHT0093 : Could not find entry section in provided list of intermediates.

2006-12-13 Thread Eric Hybner
Well now, that was silly... trying to light a fragment... Why couldn't I realize that before I emailed the universe? J Is the request for a meaningful error message considered a feature request or a bug? I'm getting the error below when trying to light up one of my packages... light.exe : er

[WiX-users] LGHT0093 : Could not find entry section in provided list of intermediates.

2006-12-13 Thread Eric Hybner
I'm getting the error below when trying to light up one of my packages. The only related issue I've found in a search of the bugs and mailing list was related to WiXUI. I've tried lighting with and without the UI extension (-ext WixUIExtension.dll -cultures:en-US), and get the same message. Any

Re: [WiX-users] heating COM componnents and getting LGHT0130 on generated registry data

2006-12-13 Thread Eric Hybner
Thanks Bob. FWIW, the problem appears to be with a default value. Removing the following registry value gets me past the issue for now. C:\projects\sandbox\COMTest.wxs(19) : error LGHT0130 : The primary key 'reg9D78D592D2980BC3F33101F91D853AE6' is duplicated in table 'Registry'. Pleas

[WiX-users] heating COM componnents and getting LGHT0130 on generated registry data

2006-12-13 Thread Eric Hybner
I heat'ed some files, and got something like this: Candle yells at me because the Class/@Server attribute is missing. I get around that by either making Class a child of the File element

Re: [WiX-users] WiX-users Digest, Vol 5, Issue 11

2006-10-05 Thread Eric Hybner
I have an MSM that defines a set of "CustomAction" entries. The MSM is merged into the MSI, and it is my responsibility to execute the MSM's custom actions. Unfortunately when I compile my project, light rightly complains: C:\xxx\yyy.xml : error LGHT0112 : Unresolved reference to symbol 'Custom

[WiX-users] CustomTableRef?

2006-10-05 Thread Eric Hybner
With FragmentRef deprecated, is there a supported mechanism for sucking in a CustomTable and associated data from an external file? How about storing data and schema separately (so that developer X can add data rows, but can’t muck with my table schema)?   Thanks! --