Re: [WiX-users] [WIX]: How to trigger my MSI file when I select install option in Wix Custom Bootstrapper UI

2013-11-27 Thread dileep s
Hi Blair, Thank you for the information. Is there any examples in c++ to call Detect, then Plan, and then Apply on the engine. We need to load the WixStdBA.dll and call the functions? or any other way? Please help me to solve this. Thanks in advance.. On Wed, Nov 27, 2013 at 6:55 PM, ak m

[WiX-users]

2013-11-27 Thread Jesse Rgonzales
-- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into you

[WiX-users] info about VSProjectOutput

2013-11-27 Thread Subrat Agasti
Hi, I can see some VSProjectOutput nodes in my wix file. I can't find any documentation on this node. Can anybody please tell me what this is and why it is used? Thanks, syd -- Rapidly troubleshoot problems before they a

Re: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-27 Thread Rob Mensching
Mostly jump on wix-devs and read http://wixtoolset.org/about/assignment-agreement/ -Original Message- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Wednesday, November 27, 2013 11:11 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Enable/Disable IIS AppPo

Re: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-27 Thread Tony
you know, Rob, I thought about doing that. I'm sure it wouldn't be too hard. I think you have a "so you'd like to develop for Wix" web page somewhere, right? On Wed, Nov 27, 2013 at 12:39 PM, Rob Mensching wrote: > Maybe you could add the functionality to the native WiX capabilities? You > and

[WiX-users] RegistrySearch/@Win64 bug?

2013-11-27 Thread Igor Solodovnikov
Hello, RegistrySearch/@Win64 documentation at http://wixtoolset.org/documentation/manual/v3/xsd/wix/registrysearch.html says: The default value depends on the value of the Package/@Platform attribute: if the @Platform attribute value is 'x86', the default @Win64 attribute value is 'no'; otherwis

Re: [WiX-users] DTF managed custom action - temporary file

2013-11-27 Thread Rob Mensching
Hmm, off the top of my head that sounds like you'll expose a security vulnerability doing that. Unelevated data being passed to elevated process. You'll also want to pass a hash or something to verify the file is the correct file on the elevated (deferred) side. -Original Message- From:

Re: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-27 Thread Rob Mensching
Maybe you could add the functionality to the native WiX capabilities? You and the next person would benefit. -Original Message- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: Tuesday, November 26, 2013 10:57 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users]

Re: [WiX-users] Upgrades

2013-11-27 Thread Phill Hogland
Generally yes, although you might not specify all of those attributes. Each MSI needs some information instructing it how to process upgrades, which is independent of how the MSI is launched, as part of a bundle chain or directly. -- View this message in context: http://windows-installer-xml-w

Re: [WiX-users] [WIX]: How to trigger my MSI file when I select install option in Wix Custom Bootstrapper UI

2013-11-27 Thread ak m
Is there any example available? On Tue, Nov 26, 2013 at 6:16 PM, Blair Murri wrote: > You call Detect, then Plan, and then Apply on the engine. How you > intersperse those calls with what you show when in your UI is ultimately up > to you. > > > Date: Tue, 26 Nov 2013 11:55:54 +0530 > > From:

Re: [WiX-users] util:XmlFile hide logging of sensitive information

2013-11-27 Thread Ilir Bekteshi
Updating MSI sounds really hack-y way to do it, either way i found the bug report http://sourceforge.net/p/wix/bugs/3163/ so hopefully will be fixed soon :) Thanks On Tue, Nov 26, 2013 at 1:53 PM, Blair Murri wrote: > The CustomAction tag inside of the UtilExtension for the deferred portion > o