[WiX-users] Log on as a service question

2012-10-08 Thread Senthil Chandran
Hi, I collect username and password of the user who I want to run the service as. Highlighted yellow portion below. If this user is not part of 'Log on as a service', how do I add the user to that li

[WiX-users] #3110 Burn - Having 2+ MspPackages in chain fails

2012-10-08 Thread Hoover, Jacob
Rob, I see this was marked as resolved 4 days ago but I am not seeing the commit out on Codeplex. I would have assumed when it was resolved a commit was made and pushed. I am wondering if there were any workarounds to this in 3.6, or would one have to upgrade to 3.7 in order to apply more tha

Re: [WiX-users] AddLocal not selecting feature

2012-10-08 Thread Natalie Carr
I knew it would be something simple..:) Thank you -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 08 October 2012 16:09 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] AddLocal not selecting feature It might be because the

Re: [WiX-users] AddLocal not selecting feature

2012-10-08 Thread Peter Shirtcliffe
It might be because the feature level is 0, which is disabled. Try setting it to something above the install level (which is 1 by default). -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 08 October 2012 16:00 To: wix-users@lists.sourceforge.net Subject:

[WiX-users] AddLocal not selecting feature

2012-10-08 Thread Natalie Carr
Hi I have my feature: I want to install it depending on a radio button selection so on the relevant dialog I set this publish statement: DEVICETYPE = "3" But it does not select the feature, can anyone help please? Kind Regards, Natalie Carr

Re: [WiX-users] Burn and MultiInstance installs

2012-10-08 Thread Rob Mensching
If someone wants to look into how to make this work, it'd definitely be something we'd consider taking in a future release. On Mon, Oct 8, 2012 at 5:58 AM, wrote: > Ok that answers my question thank you very much. > > Tyler Reid | Operations and Infrastructure | Accenture Software | P&C > Insura

[WiX-users] Search registry key at the end of installation

2012-10-08 Thread Maxim Kopeyka
Hi Guys, I have a problem with registry. My application uses several GPL tools and one of them is GhostScript. So, installer checks the registry, maybe user already has the same version of GS Otherwise these registry keya will be created GS_64 = ""

Re: [WiX-users] Burn and MultiInstance installs

2012-10-08 Thread tyler.w.reid
Ok that answers my question thank you very much. Tyler Reid | Operations and Infrastructure | Accenture Software | P&C Insurance 1807 Jones Street | Bolivar, MO 65613| USA Office: +cc.xxx.xxx. | Fax: 417.777.3792 E-Mail: tyler.w.r...@accenture.com | www.acce

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Frauenhoffer, Sabine
Hi Daniel, We had the exactly same problem. What we did to solve is, we created a second bootstrapper project called PrereqBootstrapper with the following content in Bundle.wxs (most of it is copied from the Wix NetFxExtension): http://schemas.microsoft.com/wix/2006/wi";>

Re: [WiX-users] WiX Bootstrapper Application

2012-10-08 Thread Neil Sleightholm
This code is now available on Codeplex http://wixextba.codeplex.com/ Neil >For anyone that is interested I have published an extended native >bootstrapped application here: >http://neilsleightholm.blogspot.co.uk/2012/10/wix-bootstrapper-application >.html. > >NOTE: this is *not* a WIX toolset r

Re: [WiX-users] WiX-users Digest, Vol 77, Issue 35

2012-10-08 Thread Peter Shirtcliffe
Adding the new components to an existing component group and feature is perfectly reasonable. I find it strange that there is no mention in the log at all of your new ones. Have you searched in the log for the components, rather than the files ? If the component's action was nulled out (as in http:

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Neil Sleightholm
Sorry I misread your question, I am using the native installer not the managed one so it is simply a matter of scheduling it. Neil >Thank you for the answer, however I can't see how you specify that this >is to be run by the prerequisite installer that usually installs .NET >before launching the

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Daniel Bruce
Thank you for the answer, however I can't see how you specify that this is to be run by the prerequisite installer that usually installs .NET before launching the managed BA. Is this then not necessary, or was I unclear on our problem? Our problem is not in specifying the packages (though than

Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
Peter I looked at the Wix helper functions and they use LPWSTR..I will try your suggestions however and see if that makes a difference -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 05 October 2012 12:07 To: General discussion for Windows Installer XML too

Re: [WiX-users] DLL helper functions

2012-10-08 Thread Natalie Carr
Thanks Peter..:) -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 05 October 2012 12:07 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DLL helper functions It's the wide/narrow string thing again. LPWSTR (note the W) means

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Neil Sleightholm
This is my WIC install: I have manually downloaded the file and embed them in my bundle. Neil >Hello, > >We are attempting to roll out a managed bootstrapper that depends on .NET >4.0. On some platforms this requires WIC (Wi

[WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Daniel Bruce
Hello, We are attempting to roll out a managed bootstrapper that depends on .NET 4.0. On some platforms this requires WIC (Windows Imaging Component) to be installed prior to running the .NET 4.0 installer, which is giving us some issues. We have tried to solve this issue in a few ways, but non

Re: [WiX-users] WixUI_FeatureTree problem

2012-10-08 Thread simonxy
Hi, I had reference also to WixUI_Minimal somwhere in the project. After i removed it, it works. So, only one reference is allowed to Built-in WixUI Dialog Sets? I have spent some time to find out that "nabble" site exists. Because all links from wix are pointing to this site: https://sourceforg