Re: [WiX-users] [SPAM] Re: Localizing Managed BA

2014-11-12 Thread gowri.malasani
Thanks Phill, my MBA is also hosted in another application. But application that hosts my MBA does not have any resources, also I do not have one resource file for each language as I use Passolo to generate satellite assemblies for me. I used one of the great features of Passolo to generate

Re: [WiX-users] [SPAM] Re: [SPAM] Re: Localizing Managed BA

2014-11-12 Thread gowri.malasani
Thanks Phill, Yes I tried with en-US as that is how I did for my other C#/.Net assemblies that works. Then I came across an article that talks about using Decimal identifiers for languages, but I guess that is only for wix translations! I am sure there must be something I am missing, which is

[WiX-users] Localizing Managed BA

2014-11-07 Thread gowri.malasani
Hi, I am trying to support localization for my Managed BA. I generated pseudo localized satellite assembly for en-US. Modified bundle.wxs to include satellite resource dll Payload SourceFile=..\Translation\lib\Release\en-US\Agilent.OpenLAB.Installation.resources.dll

Re: [WiX-users] Adding msi/exe packages outside the burn chain

2014-04-11 Thread gowri.malasani
Thanks Rob. Is there a work around to achieve this? -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: Thursday, April 10, 2014 11:34 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Adding msi/exe packages outside the burn chain No. Burn

Re: [WiX-users] Adding msi/exe packages outside the burn chain

2014-04-11 Thread gowri.malasani
Got it. Thank you Rob. -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: Friday, April 11, 2014 10:38 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Adding msi/exe packages outside the burn chain Is there a way to bypass the security

[WiX-users] Adding msi/exe packages outside the burn chain

2014-04-10 Thread gowri.malasani
Hi, Is there anyway burn can handle installing/uninstalling exe/msi packages which are not part of the chain. In other words these msi/exe packages will be added later at runtime. Currently, I have bunch of MSIs I run part of my burn chain, but the requirement is that burn should be able to

[WiX-users] Debugging Managed Bootstrapper Application

2014-03-24 Thread gowri.malasani
Hello, how to debug MBA written in C#? I tried this (http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-debug-Managed-BA-Burn-td6630791.html) of course without steps 1 2 as I didn't want to debug engine. But no luck. I just launches the program but it never steps into my

[WiX-users] Launching external executable

2014-03-24 Thread gowri.malasani
Hi, I have a managed BA that tries to launch few external executables on package complete event. My problem is that it works only with UAC turned off!! How can I make it work with UAC on? What is causing it to fail with UAC? Basically those executables writes some information to registry,