[WiX-users] Enabling platform features during install

2014-01-17 Thread Stephen I. Woolhead
Hi, following up on an issue that came up in another thread, we have the need to enable platform features such as MSMQ during our install. At the moment we do this during install with dism.exe in a custom action. This so far has worked well for us but it was hinted this was not ideal. Does an

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
al Message----- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 17 January 2014 13:57 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Opps, wrong link in message below. Correct one is: https://gtl.sharefile.com/d/s9ec51d

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
Opps, wrong link in message below. Correct one is: https://gtl.sharefile.com/d/s9ec51dd7d1a4dd09 Stephen. -Original Message- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 17 January 2014 13:18 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with

Re: [WiX-users] Problem with service install on non English OS

2014-01-17 Thread Stephen I. Woolhead
. -Original Message- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 16 January 2014 23:07 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Problem with service install on non English OS Just tried this on a Turkish and Russian OS and it installs and runs fine

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
Just tried this on a Turkish and Russian OS and it installs and runs fine, so it does look like there is something strange with the Polish OS. Not sure where to go next with this Stephen. -Original Message- From: Stephen I. Woolhead [mailto:s...@gtl.biz] Sent: 16 January

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
n non English OS The wix properties are populated by an api call at runtime, so it should be working fine and they are the correct option in this case. There may be a specific issue in this language. Is there anything interesting in the install log? -Original Message- From: Step

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
Ah, yes get what you mean, that was if I was to hard code the names into the wxs, I was hoping I would be able to use the translations WiX supplies at install time. -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: 16 January 2014 15:04 To: wix-users@lists.source

Re: [WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
The thing that confuses me at the moment is that the only thing I need to translate are the account names I need to pass to ServiceInstall, and WiX provides those translations via the property WIX_ACCOUNT_LOCALSERVICE, so the only thing written into the MSI installService table is the literal te

[WiX-users] Problem with service install on non English OS

2014-01-16 Thread Stephen I. Woolhead
Hi, I have a problem I'm trying to resolve regarding installing a couple of services via ServiceInstall. Of these services some install as Local System, and Some as Local Service. When we originally built this wix project, it targeted only English OS's and in the serviceInstall element we used