Re: [WiX-users] Installing service using domain account

2013-01-18 Thread David Watson
ive you a clue ;) Albert -Oorspronkelijk bericht- Van: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Verzonden: 18 January 2013 10:52 Aan: General discussion for Windows Installer XML toolset. Onderwerp: Re: [WiX-users] Installing service using domain account Using an el

Re: [WiX-users] Installing service using domain account

2013-01-18 Thread Albert van Peppen
- Van: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Verzonden: 18 January 2013 10:52 Aan: General discussion for Windows Installer XML toolset. Onderwerp: Re: [WiX-users] Installing service using domain account Using an elevated command prompt the service installs fine, I di

Re: [WiX-users] Installing service using domain account

2013-01-18 Thread Christoffel le Roux
ussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account Thank you Mr Rob :) I'm now a step ahead I'm using an embedded UI to implement installing multiple instances of the service. So had to handle the message box in myself in the IEmbed

Re: [WiX-users] Installing service using domain account

2013-01-17 Thread Christoffel le Roux
uary 2013 05:04 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account My favorite way to debug this is: 1. Install the MSI with full UI. 2. When the "You do not have privileges" error pops up when installing the s

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Rob Mensching
my thoughts :) > > Best regards, > > Albert van Peppen > Senior System Engineer > > -Oorspronkelijk bericht- > Van: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] > Verzonden: 16 January 2013 13:13 > Aan: General discussion for Windows Installer XML toolset. > O

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Albert van Peppen
: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Verzonden: 16 January 2013 13:13 Aan: General discussion for Windows Installer XML toolset. Onderwerp: Re: [WiX-users] Installing service using domain account No problem. The serviceaccount property should be in the format domain\user Check the

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Peter Shirtcliffe
ssage- From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Sent: 16 January 2013 12:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account I did try to install the service without starting it after install

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
[mailto:pshirtcli...@sdl.com] Sent: 16 January 2013 02:01 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account I'm assuming your installer is per-machine so it's not an elevation problem ? You have "servicename" in your

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Peter Shirtcliffe
ount details) ? -Original Message- From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Sent: 16 January 2013 11:44 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account The only (not) usefull thing

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
ssion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account The only (not) usefull thing in the log file is Error 1923. Service 'ServiceName' (ServiceName) could not be installed. Verify that you have sufficient privileges to install system s

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
XML toolset. Subject: Re: [WiX-users] Installing service using domain account Are there any clues in a verbose log ? -Original Message- From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Sent: 16 January 2013 11:30 To: General discussion for Windows Installer XML toolse

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
ric.com] Sent: 16 January 2013 01:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account I just added a custom installer class to test if the service will install using InstallUtil, I't doesn't do anything spec

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Peter Shirtcliffe
Are there any clues in a verbose log ? -Original Message- From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Sent: 16 January 2013 11:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account I just

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
or Windows Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account What is installutil doing ? The installer won't run any install class code. -Original Message- From: Christoffel le Roux [mailto:christoffe...@tech.flowcentric.com] Sent: 16 January 2013 11

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Peter Shirtcliffe
Installer XML toolset. Subject: Re: [WiX-users] Installing service using domain account It's usually a missing dependency dll. A useful troubleshooting step can be to take the set of files and use sc.exe and the services control panel to try and install and configure the service manually on t

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
t: Re: [WiX-users] Installing service using domain account It's usually a missing dependency dll. A useful troubleshooting step can be to take the set of files and use sc.exe and the services control panel to try and install and configure the service manually on the same machine. -Origin

Re: [WiX-users] Installing service using domain account

2013-01-16 Thread Peter Shirtcliffe
toffe...@tech.flowcentric.com] Sent: 16 January 2013 10:56 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Installing service using domain account Hi, I'm trying to install a service using the following WIX fragment and using an existing domain account as the servi

[WiX-users] Installing service using domain account

2013-01-16 Thread Christoffel le Roux
Hi, I'm trying to install a service using the following WIX fragment and using an existing domain account as the service account. After googling allot I have the following. The serive is marked as non-interactive according to the service's table on MSDN The domain account is