[WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Alexey Larsky-RUS
Hi, The util: Product Search searches by ProductCode. Can be useful have util:UpgradeCode for searching by UpgradeCode. -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable

Re: [WiX-users] Purely WiX patching and FeatureRef

2013-11-12 Thread TimM
Well add my name to this request as well to having this work be put to the top of the list Since Purely WiX patching requires generation of the .wixpdb files I would like to know how these work if the install supports multiple languages? We had generation of the .wixpdb files turned off as at

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Blair Murri
Could be very useful. Please describe how you would like it to work. From: alexey.lar...@jeppesen.com To: wix-users@lists.sourceforge.net Date: Tue, 12 Nov 2013 12:15:17 +0100 Subject: [WiX-users] util:UpgradeSearch like util:ProductSearch Hi, The util: Product Search searches by

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Rob Mensching
There is a feature request open for this. -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Tuesday, November 12, 2013 8:28 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] util:UpgradeSearch like util:ProductSearch Could be very useful. Please

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Phil Wilson
I'm curious about what this would do that cannot already be done in the Upgrade table. You just specify a list of UpgradeCode values, set only detect, and get a property set. Different version ranges can be done too. Phil Wilson On Tue, Nov 12, 2013 at 8:45 AM, Rob Mensching

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Hoover, Jacob
I could see a use for it inside the context of a bundle. -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Tuesday, November 12, 2013 11:13 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] util:UpgradeSearch like util:ProductSearch I'm

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread John Cooper
(Possibly) avoid the Burn bug tickled when you have detect-only Upgrade table lines and Burn is trying to determine an upgrade. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Alexey Larsky-RUS
I don't seen feature, but try add a thing. Now I have troubles with uninstalling old (WiX 2.x) MSIs. Major Upgrade doesn't work with its. So could be nice be able to find installed products (with broken / incompatible Major Update functionality) by UpgradeCode + version condition (like

[WiX-users] Error configuring component when installing ComPlus app on 64bit os

2013-11-12 Thread Matt_Lane
I am having trouble using wix to install a 32-bit complus app on a 64-bit server. The install does work on a 32-bit server. The error is 'Error occurred while configuring component 'IAsyncProcessor' with attribute 'System.EnterpriseServices.InterfaceQueuingAttribute'.' More complete log included

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Rob Mensching
The feature request is a Bundle thing. Agree with you if this is for inside and MSI then Upgrade table should do all you need. -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Tuesday, November 12, 2013 9:13 AM To: General discussion about the WiX toolset.

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
Any updates on this? I would also really like an example for the use of the VsixPackage element. I mean, if it doesn't work from MSI, then how should you use this element (and I mean why would it even exist? there must be some use case!) If it's really not working, why not add an extension to the

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
Ok, it actually works as indicated above. I actually screwed up some install condition during my attempts to get it to work... One last piece of information, though. Initially I was trying to go over the MSDN recommendations:

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Christopher Painter
Take a look at: http://wixwpf.codeplex.com/ He uses the VSIX extension. (Waiting for VS2012 support in 3.8) From: Gonçalo Lopes goncaloclo...@gmail.com Sent: Tuesday, November 12, 2013 7:05 PM To: General discussion for Windows Installer XML

[WiX-users] Deployment Tools Foundation: ApplyPatch Method

2013-11-12 Thread Jeff Nielsen
I think I've figured out why InstallPackage.ApplyPath method is failing for me, and I think this is a bug in the DTF code. Phil's comments got me thinking and I've done my best to debug what's going on in ApplyPatch. I'm a newbie on several levels here, so forgive me if I've missed something.

Re: [WiX-users] Creating multiple Minor Updates

2013-11-12 Thread horana
I am more confused now. Do we have to mention changed binaries (.dlls, .ocxs, .exes) in component reference... Please someone help here, how to do perfect patch?? I followed steps in Wix 3.5 tutorial, without luck.. Any help would be appreciated. -- View this message in

Re: [WiX-users] Create .wixmsp

2013-11-12 Thread horana
I will post verbose log shortly. Do we have to mentioned changed files, binaries in the patch.wxs file I thought Candle, Torch processes will figure out changed files? Please let me know how it really works If we need to mention changed binaries it is difficult, in some cases it

Re: [WiX-users] util:UpgradeSearch like util:ProductSearch

2013-11-12 Thread Blair Murri
If you do a repair and need to know the current list of installed applications you interface with, you can't using the Upgrade table. It is never parsed during maintenance installs. From: r...@robmensching.com To: wix-users@lists.sourceforge.net Date: Tue, 12 Nov 2013 22:22:49 +

Re: [WiX-users] Creating multiple Minor Updates

2013-11-12 Thread Blair Murri
It is anticipated that most products will not need to reference anything because they wish to update all changes, and the default if you don't specify anything in your filter is to include all changes. If you need to filter your changes to only include some of them, then you reference items