Re: [WiX-users] How to Start a Service?

2007-11-08 Thread ar
. Richard-45 wrote: > > > In article <[EMAIL PROTECTED]>, > ar <[EMAIL PROTECTED]> writes: > >> Error 1923. Service 'foobar Service' (Foobar.exe) could not be installed. >> Verify that you have sufficient privileges to install system services. >&

Re: [WiX-users] How to Start a Service?

2007-11-08 Thread ar
I made changes as Richard mentioned Still I have a following error. Error 1923. Service 'foobar Service' (Foobar.exe) could not be installed. Verify that you have sufficient privileges to install system services. MSI (s) (18:E8) [10:42:57:784]: Product: Foobar 1.0 -- Error 1923. Service 'foobar

[WiX-users] How to Start a Service?

2007-11-07 Thread ar
I am trying to start a service Foobar.exe . I created a sample.msi using the following code. When I run sample.msi under administrator I am getting this following Error. Error 1920. Service 'Foobar.exe' (Foobar.exe) failed to start. Verify that you have sufficient privileges to start system se

[WiX-users] Question on DIFxApp.msm, DIFXAppSample.msi ?

2007-10-23 Thread ar
DIFXAppSample.msi is not able to install drivers properly. I am trying to develop an installer (*.msi) to install drivers & application using DIFxApp.msm. (Toaster sample from WIN DDK) I can merge DIFXApp.msm into the package and can see an empty MsiDriverPackages custom table, MsiProcessDrivers

[WiX-users] How to install Drivers using WiX

2007-10-11 Thread ar
I am able to install drivers using DPInst.exe( It copies my drivers to DriversStore) I would like to do the same using WiX. With the following code I am able to copy the drivers to the System32 directory But not to the DriversStore. My objective behide doing this is I would like have an instal