[WiX-users] Custom Tasks and WixTasks.dll dependency

2013-03-29 Thread Maillet, Ed
Hey all, I have a custom Heat task, aka. a class derived from HeatTask. It works fine under Wix3.5 and Wix3.6 in Visual Studio 2008. A problem arises is under Wix3.6 and VS2012. When building in VS2012, the WixTasks.dll dependency can't be found. It would appear (from using ProcMon) that in VS

Re: [WiX-users] Wix's IIS extension. How to set "Limit Interval (minutes)" on an App Pool

2013-01-18 Thread Maillet, Ed
Another option is to use the wix CAQuietExec to invoke the appcmd. This way you don't have to make your own full blown CA. This is for the enable32BitAppOnWin64 but the concept applies to any of the iis setting Wix can't

Re: [WiX-users] Wix 3.7 Woes with VS2008

2012-12-31 Thread Maillet, Ed
r XML toolset. Subject: Re: [WiX-users] Wix 3.7 Woes with VS2008 Is the NETFX 3.5 installed on that machine? If so, can you try running with fusion logging turned on? That should pinpoint the assembly causing the problem. On Fri, Dec 28, 2012 at 12:44 PM, Maillet, Ed wrote: > A bit more detail

Re: [WiX-users] Wix 3.7 Woes with VS2008

2012-12-28 Thread Maillet, Ed
b Problem Signature 09: System.BadImageFormatException OS Version: 6.1.7600.2.0.0.256.4 Locale ID:1033 Additional information about the problem: LCID: 1033 - Ed -Original Message- From: Maillet, Ed Sent: Friday, December 28, 2012 11:09 AM To: wix-users@lists.sourceforge.net Subject: [WiX

[WiX-users] Wix 3.7 Woes with VS2008

2012-12-28 Thread Maillet, Ed
Hey all, I'm trying to build an existing wixproj in VS2008 that was created using Wix3.5. When I build in Visual Studio, Visual Studio simple dies (ie. The process gets removed from the process list and the UI disappears from the screen). When I build using devenv from the command-line, I do

Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-09-05 Thread Maillet, Ed
:20 AM, Maillet, Ed wrote: > Hey all, > I'm trying to figure out, in Visual Studio 2008, how to add a reference > to an Extension for a given wix project using the DTE (via > IWizard.RunFinished) application. > > The WixProjectNode doesn't have a references propert

[WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-08-30 Thread Maillet, Ed
Hey all, I'm trying to figure out, in Visual Studio 2008, how to add a reference to an Extension for a given wix project using the DTE (via IWizard.RunFinished) application. The WixProjectNode doesn't have a references property like other Visual Studio project types. I found this article sug

[WiX-users] Compiler Extensions and Component Rules

2011-08-12 Thread Maillet, Ed
Hey all, I'm trying to understand how component rules apply in the following scenario in Wix 3.5: Due to installing items into the GAC, I need to schedule the RemoveExistingProducts after InstallFinalize per http://support.microsoft.com/kb/905238 Thus I have: I have a Component using the i

[WiX-users] Wix 3.6 Burn MsiPackage Basic Quesiton

2011-04-21 Thread Maillet, Ed
Hey all, I'm using Burn in Wix 3.6.1615.0 and just trying to understand the basics. I have two MSIs (A & B) and I'm using the MsiPackage element as such: http://server:8077/BurnA.msi"; Cache="no" Compressed="no"> http://server:8077/BurnB.msi"; Cache="no" Compressed="no"> Since SourceFile a

[WiX-users] ConfigureIIs won't create app pool alone (bug or by design)

2011-03-04 Thread Maillet, Ed
Hey all, The ConfigurationIIs CA requires one of the following tables in order to run: (from the source) IIsWebSite, IIsFilter, IIsProperty, IIsWebServiceExtension This presents a problem with an MSI needing to only create an app pool since only the IIsAppPool table gets created. That a bug?

Re: [WiX-users] GAC: Sometimes yes; sometimes no

2011-02-28 Thread Maillet, Ed
you're not getting the behaviour consistently, the symptoms sounds like this problem http://support.microsoft.com/kb/905238 -Original Message- From: Maillet, Ed [mailto:email...@unum.com] Sent: 28 February 2011 15:25 To: wix-users@lists.sourceforge.net Subject: [WiX-users] GAC: Sometime

[WiX-users] GAC: Sometimes yes; sometimes no

2011-02-28 Thread Maillet, Ed
Hey all, I've got an MSI that is a MajorUpgrade to an existing product. The existing product has assemblies in the GAC and the new MSI needs to replace them. Using the standard Wix file element it all works great except if some app (e.g. w3wp.exe) is using the assembly in the GAC needing to be

Re: [WiX-users] PlugCollectionInto values for VS2010

2011-02-24 Thread Maillet, Ed
Does anyone have the VS2010 values handy? The Wix 3.5 help only has the VS2205 and VS2008 values listed. I'm currently using for VS2008: - Ed -- Free Software Download: Index, Search & Analyze Logs and other IT dat

Re: [WiX-users] How to issue a "netsh http add urlacl url=.." command at install time...

2011-02-24 Thread Maillet, Ed
Check out the CAQuietExec custom action. -Original Message- From: Gregg Swanson [mailto:gregg.swan...@microsoft.com] Sent: Thursday, February 24, 2011 12:54 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to issue a "netsh http add urlacl url=.." command at install time.

[WiX-users] error LGHT0104

2011-02-18 Thread Maillet, Ed
Hey all, All of a sudden I'm getting the following error: C:\Program Files\Windows Installer XML v3.5\bin\WixUtilExtension.dll(0,0): error LGHT0104: Not a valid object file; detail: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 17600. The Light command line is (from th

Re: [WiX-users] Wix and "tricky" environment variables

2011-02-11 Thread Maillet, Ed
Doesn't that only work if you have one version of an assembly? Two Acme.dlls (v1 and v2) in the gac present a problem, doesn't it? -Original Message- From: Mark Modrall [mailto:mmodr...@mzinga.com] Sent: Friday, February 11, 2011 7:19 AM To: John Robbins; General discussion for Windows

[WiX-users] DDSet_Warning: RegisterHelpFile()->IHxRegister::RegisterHelpFileSet() ERROR

2011-02-01 Thread Maillet, Ed
Hey all, I'm trying to get a help collection to register using Wix 3.5 (the final build). The setup runs successfully but nothing shows up in the help. I get the following warning in the log file: DDSet_Warning: RegisterHelpFile()->IHxRegister::RegisterHelpFileSet() ERROR: C:\Program Files\Se

Re: [WiX-users] Building extension .csproj

2011-01-28 Thread Maillet, Ed
Here the .csproj: http://schemas.microsoft.com/developer/msbuild/2003";> Debug AnyCPU 9.0.30729 2.0 {51290030-D188-4D4A-A989-DC9A57C28926} Library Properties WiX.Extension EnvironmentExtension v3.5 512 SAK SAK SAK SAK true

Re: [WiX-users] Building extension .csproj

2011-01-28 Thread Maillet, Ed
Unless I misunderstand, you shouldn't need to build any part of Wix to make your own compiler extension. You can make an extension with custom tables and schema and your own targets without have to build/re-build any of the Wix stuff. -Original Message- From: maksim.vazhe...@emc.com [m

Re: [WiX-users] Permanent vs. SharedDllRefCount vs. better idea?

2011-01-28 Thread Maillet, Ed
ence Park, Glasgow G20 0SP Email Disclaimer -Original Message----- From: Maillet, Ed [mailto:email...@unum.com] Sent: 27 January 2011 20:04 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Permanent vs. SharedDllRefCount vs. better idea? Hey all, Trying to clean up a mess of sorts. Prod

[WiX-users] Permanent vs. SharedDllRefCount vs. better idea?

2011-01-27 Thread Maillet, Ed
Hey all, Trying to clean up a mess of sorts. Product A was installed on a bunch of servers long ago. Product A didn't create some EventSource entries so somebody manually added the missing items on each server. Product B came along and lives side by side with A. B is a old vdproj and it added

[WiX-users] Wix 3.5 Voitve, Harvest, wixlib - oh my!

2011-01-27 Thread Maillet, Ed
Hey all, Just wondering if this is by design or a bug. I have a wixlib project that references a c# console app project. I set reference properties Harvest = true and Project Output Groups = "BinariesContentSatellites" That doesn't generate the usual intermediate wxs files nor the Product.G

[WiX-users] Var's building vars?

2011-01-21 Thread Maillet, Ed
I seem to have the strange need of building a preprocessor variable from another preprocessor variable which doesn't seem to be supported (not that I am surprised by that). I'm trying to do: And then elsewhere: The idea being only the project name is the variable and the rest are resolve

Re: [WiX-users] Modify Heat Generated Fragment with C#

2011-01-18 Thread Maillet, Ed
Have you tried doing it with an xslt instead? See the "-t" option. -Original Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Tuesday, January 18, 2011 3:29 PM To: 'WiX-users@lists.sourceforge.net' Subject: [WiX-users] Modify Heat Generated Fragment with C# Hello

[WiX-users] Can a wixlib know the referring projects Package Platform?

2011-01-17 Thread Maillet, Ed
Hey all, I'm trying to setup some conditions in a wixlib and I'm finding that some need to be based on the Platform attrib on the project that references my wixlib. How can that be done? The only idea I have seems a bit like a kludge. - Ed -

Re: [WiX-users] CompilerExtension and processor archiecture guidance needed

2011-01-14 Thread Maillet, Ed
cture and the wixlib references both. The wixlib has conditionals to determine which CA to run. -Original Message- From: Maillet, Ed Sent: Friday, January 14, 2011 2:13 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CompilerExtension and processor archiecture guidance needed

[WiX-users] CompilerExtension and processor archiecture guidance needed

2011-01-14 Thread Maillet, Ed
Hey all, I'm trying to make a compiler extension that runs a custom action under the correct processor architecture (x86 or x64) of the MSI platform. I've got a A) CompilerExtension that contains B) a wixlib which contains C) a .NET custom action. A and C are a .NET assemblies built CPUAny I've

[WiX-users] IIsExtension Catch-22

2010-08-31 Thread Maillet, Ed
Hey all, I've got a MSI that installs a virtual directory using the iis:WebVirtualDir element to an existing web site. Install works great. However, if someone manually deletes the web site, the MSI won't uninstall because it can't find stuff. The errors from the log are below: ConfigureIIsEx

Re: [WiX-users] Preprocessor Extension question

2010-08-31 Thread Maillet, Ed
html Sent from the wix-users mailing list archive at Nabble.com. _ From: Maillet, Ed Sent: Monday, August 30, 2010 8:14 PM To: 'wix-users@lists.sourceforge.net' Subject:Preprocessor Extension question When writing a preprocessor ex

[WiX-users] Preprocessor Extension question

2010-08-30 Thread Maillet, Ed
When writing a preprocessor extension, how can you get SourceLineNumberCollection inside the extension? It isn't in the base class or Core that I can find. - Ed -- This SF.net Dev2Dev email is sponsored by: Show

[WiX-users] Compiler Extension - Create Hidden Property?

2010-08-17 Thread Maillet, Ed
Hey, Is there a way in a Compiler Extension to create a hidden property. This will create the property but there isn't a way to get at the MsiHiddenProperties property to append to it (why it's not a boolean column is another question). Row propRow = base.Core.CreateRow(sourceLineNumbers, "Pr

[WiX-users] Registry Permissions

2010-08-17 Thread Maillet, Ed
Hey all, I'm stuck on what should be simple. I can't figure out how to get the registry permission set correctly. I've got some mental block or something. Writing my Compiler extensions wasn't this hard. I'm trying to do something very simple. 1) Create a reg key (e.g. HKLM\Software\AcmeCo\M

[WiX-users] Gracefully handling Internal Extension Errors

2010-08-13 Thread Maillet, Ed
Hey all, For custom a Preprocessor or Compiler Extensions, what is the proper process/mechanism to gracefully handle internal errors. For example, if the GetVariableValue throws a NullReferenceException, or the Compiler extension ctor throws an exception, how should the exception be caught an

[WiX-users] Custom Extension - how'd they do that?

2010-08-09 Thread Maillet, Ed
Hey all, I'm working on a custom Compiler Extension and it mostly works. I'm stumped on a problem about how do to one part. Following how the WixIIsExtension works, I have my extension, my compiler, my custom actions, etc. What I can't figure out is how (or where) the WixIIsExtension wires up

Re: [WiX-users] Preprocessor and Component Guids

2009-08-31 Thread Maillet, Ed
dom component guids are usually bad for servicing scenarios. What are you doing with these components? Giving us more details about the use case would help us identify a solution. -Original Message- From: Maillet, Ed [mailto:email...@unum.com] Sent: Monday, August 31, 2009 8:53 AM To: w

[WiX-users] Preprocessor and Component Guids

2009-08-31 Thread Maillet, Ed
Hey all, I hope I'm missing something obvious. Is there a way for the preprocessor to generate a guid value for a variable? (without making my own custom extension). Something like I'm trying to create multiple conditional components like:

Re: [WiX-users] Dynamic Property Values vs. Multiple Components

2009-08-26 Thread Maillet, Ed
solely on the name of the environment? Note: this is a quick-and-dirty example. I haven't compiled it, but is should basically be what you are looking for. -----Original Message- From: Maillet, Ed Sent: Tuesday, August 25, 2009 10:01 AM To: wix-users@lists.sourceforge.ne

[WiX-users] Dynamic Property Values vs. Multiple Components

2009-08-25 Thread Maillet, Ed
Hey all, Looking for some direction and opinions. I need to create an hands free (no UI/prompting etc) MSI that installs Web Site and app pool on IIS 6.0. The catch is that the user info and host header info need to be derived based on an environment variable on the target machine. I have 10 dif