Re: [WiX-users] Windows service doesn't remove from services.msc in windows 8 using WIX shortcut (C#)

2015-06-25 Thread Manoj Rawat
Hi Phil, Your solution fixed my issue.. Thank you very much.. Regards, Manoj On Thu, Jun 25, 2015 at 3:56 AM, Phil Wilson wrote: > Your ServiceInstall says Name="TestWindowService" but your > ServiceControl says Name="TestWindowService.exe", so if the name is > actually TestWindowService your

Re: [WiX-users] Windows service doesn't remove from services.msc in windows 8 using WIX shortcut (C#)

2015-06-24 Thread Phil Wilson
Your ServiceInstall says Name="TestWindowService" but your ServiceControl says Name="TestWindowService.exe", so if the name is actually TestWindowService your ServiceControl isn't going to do anything with it. That's why you get the error and probably the other unexpected behvior too. -

Re: [WiX-users] Windows service doesn't remove from services.msc in windows 8 using WIX shortcut (C#)

2015-06-24 Thread Nir Bar
Sometimes Windows marks a service for deletion after restart. In this case you would see the service in the services UI until after restart. - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & Instal

Re: [WiX-users] Windows service doesn't remove from services.msc in windows 8 using WIX shortcut (C#)

2015-06-24 Thread Manoj Rawat
> > Hi, > > I created shortcut for my windows service . When I uninstall the windows > service using shortcut then it removes service from startup menu, But I was > able to see the window service in services.msc tool (Note: it throws error > when I try to start\stop the particular win service ). If

Re: [WiX-users] Windows service installing from program files but not from program files (x86)

2014-03-07 Thread Nick Ramirez
You've set Win64="Yes" on your components, thus marking it as a file that targets 64-bit architecture. You wouldn't install such a thing into the x86 Program Files Folder, since that folder is for 32-bit architecture files. Is your file truly compiled for x64? And if so, should it be? -- View th

[WiX-users] Windows service installing from program files but not from program files (x86)

2014-03-07 Thread SatyendraKumar.Panasa
I am using wix installer to install my windows service. After installation when I go to services and check the path of the installed service, it is showing the path of program files location but not from program files (x86). Please help me to find the solution to solve the following issue.

Re: [WiX-users] Windows Service Fails to Start

2014-03-05 Thread Greg Edwards
. Thank you all for your input. -Greg -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: Wednesday, March 5, 2014 7:00 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Windows Service Fails to Start We wrote up these debug suggestions in the

Re: [WiX-users] Windows Service Fails to Start

2014-03-05 Thread Rob Mensching
ervicename] Your code seems fine. Good luck! Bo -Messaggio originale- Da: Greg Edwards [mailto:gedwa...@polariswireless.com] Inviato: mercoledì 5 marzo 2014 00.05 A: General discussion about the WiX toolset. Oggetto: [WiX-users] Windows Service Fails to Start I recently upgraded to Windows

Re: [WiX-users] Windows Service Fails to Start

2014-03-04 Thread Pavan Konduru
discussion about the WiX toolset. Subject: [WiX-users] Windows Service Fails to Start I recently upgraded to Windows 8.1 and my Service Installer now fails to start the service. It seems to get installed but failes to start I receive the following message box from the installer: "Service 'Alt

Re: [WiX-users] Windows Service Fails to Start

2014-03-04 Thread Gonzalez, John
WiX toolset. Subject: [WiX-users] Windows Service Fails to Start I recently upgraded to Windows 8.1 and my Service Installer now fails to start the service. It seems to get installed but failes to start I receive the following message box from the installer: "Service 'Alt

[WiX-users] Windows Service Fails to Start

2014-03-04 Thread Greg Edwards
I recently upgraded to Windows 8.1 and my Service Installer now fails to start the service. It seems to get installed but failes to start I receive the following message box from the installer: "Service 'Altus Service' (AltusService) failed to start. Verify that you have sufficient privileges t

Re: [WiX-users] Windows Service windows 7

2014-02-12 Thread Bevan Weiss
> >Date: Wed, 12 Feb 2014 11:35:35 -0500 >From: Steven Dyson >Subject: [WiX-users] Windows Service windows 7 > >I created a dummy windows service for my first wix project. >Ive added > Guid="A4FA2F01-DC4A-4CA7-995F-56947018EFCE" KeyPath="yes&quo

Re: [WiX-users] Windows Service windows 7

2014-02-12 Thread Neil Sleightholm
message file using util:EventSource - http://wixtoolset.org/documentation/manual/v3/xsd/util/eventsource.html. Neil -Original Message- From: Steven Dyson [mailto:sdyson1...@gmail.com] Sent: 12 February 2014 16:36 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows Service

[WiX-users] Windows Service windows 7

2014-02-12 Thread Steven Dyson
I created a dummy windows service for my first wix project. Ive added and http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-24 Thread Phil Wilson
...it's also worth reporting the actual error number in the range 1920-1923 that should have been shown somewhere - it's a bit more specific about what went wrong. Phil Wilson On Thu, Jan 23, 2014 at 9:43 PM, Blair Murri wrote: > Windows Installer a long time ago swallowed the actual error code

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-23 Thread Blair Murri
Windows Installer a long time ago swallowed the actual error code and determined that this error message was the most likely cause of any failure to install/start a service. With time that’s been proven wrong, but as Raymond Chen would tell you about maintaining backward compatibility… What yo

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-23 Thread Phill Hogland
Pre-vista OS the name of the account for sid S-1-5-18 was "NT AUTHORITY\SYSTEM" http://support.microsoft.com/kb/163846 Post-XP/2003 (and possibly on XP/2003 with a SP level, I do not recall,) the name of the same S-1-5-18 sid "\Local System" http://support.microsoft.com/kb/243330 When working dir

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-22 Thread Palmer, Joel
concern, especially Carter Young. Joel D. Palmer | Data Integration Engineer T +1 952-975-1544 | M +1 612-396-3087 -Original Message- From: Palmer, Joel Sent: Wednesday, January 22, 2014 10:10 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Windows Service Deplo

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-22 Thread Palmer, Joel
| M +1 612-396-3087 -Original Message- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Wednesday, January 22, 2014 9:17 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere Try This: (I know it

Re: [WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-22 Thread Carter Young
Try This: (I know it's not VmWare) http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1023265 Quoting "Palmer, Joel" : > * I use WiX 3.8 to create an installer for my Windows > Service. When it is run on my Server 2003 test box, I get this ve

[WiX-users] Windows Service Deployment - Installation Fails on Server 2003 but works elsewhere

2014-01-22 Thread Palmer, Joel
* I use WiX 3.8 to create an installer for my Windows Service. When it is run on my Server 2003 test box, I get this very unhelpful and generic message: "Verify that you have sufficient privileges to install system services." I am logged in to an Admin account when I run the installer.

Re: [WiX-users] Windows Service always starts (even when I don't want it to)

2013-04-03 Thread Steven Ogilvie
m using a virtual service account, created by the service itself, and it has no password. -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Wednesday, April 03, 2013 3:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows S

Re: [WiX-users] Windows Service always starts (even when I don't want it to)

2013-04-03 Thread George Fleming
Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Wednesday, April 03, 2013 3:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows Service always starts (even when I don't want it to) One issue I think you have is in the ServiceControl, you hav

Re: [WiX-users] Windows Service always starts (even when I don't want it to)

2013-04-03 Thread Steven Ogilvie
t;uninstall" Question re ServiceIntall, What Account are you using? Does it have a password? If so you need to add it to the Password element Steve -Original Message- From: George Fleming [mailto:gef...@microsoft.com] Sent: April-03-13 5:41 PM To: wix-users@lists.sourceforge.net Subjec

[WiX-users] Windows Service always starts (even when I don't want it to)

2013-04-03 Thread George Fleming
I have Wix code that looks something like this to start a Windows service using a virtual service account: And it works fine in starting the service. Problem is, lately the service has been crashing, and therefore I wish to temporarily disable auto-start of the serv

Re: [WiX-users] Windows service event source

2012-03-29 Thread John H Bergman (XPedient)
er to create it. John -Original Message- From: Chris Robison [mailto:chrisdrobi...@gmail.com] Sent: Thursday, March 29, 2012 10:56 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service event source You know what, I figured it out. That s

Re: [WiX-users] Windows service event source

2012-03-29 Thread Chris Robison
;> John >> >> >> >> -----Original Message- >> From: Christopher Painter [mailto:chr...@iswix.com] >> Sent: Wednesday, March 28, 2012 7:57 PM >> To: General discussion for Windows Installer XML toolset.; >> wix-users@lists.sourceforge.net >&

Re: [WiX-users] Windows service event source

2012-03-29 Thread Chris Robison
ainter [mailto:chr...@iswix.com] > Sent: Wednesday, March 28, 2012 7:57 PM > To: General discussion for Windows Installer XML toolset.; > wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Windows service event source > > > > Take a look at: > > > > > &g

Re: [WiX-users] Windows service event source

2012-03-28 Thread John H Bergman (XPedient)
-Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: Wednesday, March 28, 2012 7:57 PM To: General discussion for Windows Installer XML toolset.; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows service event source Take a look at: http

Re: [WiX-users] Windows service event source

2012-03-28 Thread Christopher Painter
't be used as it increases the fragility of your MSI. From: "Chris Robison" Sent: Wednesday, March 28, 2012 6:00 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows service event source I'm using the latest

[WiX-users] Windows service event source

2012-03-28 Thread Chris Robison
I'm using the latest weekly build of Wix. The ServiceInstall feature doesn't create a properly named event source for the service. The event source for a service turns out to be Service1. The service installer built into .NET does it. Can anyone point me in the right direction? Thanks, Chris -

Re: [WiX-users] Windows Service Repair failing on lack ofpermissions + how to detecting repair mode ?

2011-07-08 Thread Rob Mensching
discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Windows Service Repair failing on lack > ofpermissions > + how to detecting repair mode ? > > As you guessed, if you don't store and retrieve property values during > installation, they will be set to defau

Re: [WiX-users] Windows Service Repair failing on lack ofpermissions + how to detecting repair mode ?

2011-07-08 Thread David Watson
To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Windows Service Repair failing on lack of permissions + how to detecting repair mode ? Hello, Our WIX setup installs a windows service after asking logon account through a custom UI dialog.. The service starts after installat

Re: [WiX-users] Windows Service Repair failing on lack of permissions + how to detecting repair mode ?

2011-07-08 Thread Peter Shirtcliffe
obmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Propert y-pattern -Original Message- From: Sameer Arora [mailto:arora...@gmail.com] Sent: 07 July 2011 17:49 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Windows Service Repair failing on lack

Re: [WiX-users] Windows Service Repair failing on lack of permissions + how to detecting repair mode ?

2011-07-07 Thread Wilson, Phil
11 9:49 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Windows Service Repair failing on lack of permissions + how to detecting repair mode ? Hello, Our WIX setup installs a windows service after asking logon account through a custom UI dialog.. The service st

[WiX-users] Windows Service Repair failing on lack of permissions + how to detecting repair mode ?

2011-07-07 Thread Sameer Arora
Hello, Our WIX setup installs a windows service after asking logon account through a custom UI dialog.. The service starts after installation succeeds. Entire setup requires elevated privileges. Hoping for any pointers regarding couple of questions: *Question 1* On attempting "Repair" from "Add

Re: [WiX-users] Windows service installation error

2010-07-29 Thread Rahul.Ekbote
1:10 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows service installation error Hi, Thanks. You are right. I removed these two line and still it worked. I think I made 3-4 changes at a time so thought it might be correct fix. Thanks again. Rahul -Original Message

Re: [WiX-users] Windows service installation error

2010-07-28 Thread Rahul.Ekbote
:49 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error Something doesn't sound right here.  Both of those registry values are being handled by the serviceinst...@displayname and serviceinst...@account attributes.   Hav

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Wilson, Phil
2010 5:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error Something doesn't sound right here.  Both of those registry values are being handled by the serviceinst...@displayname and serviceinst...@account attributes.  

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Christopher Painter
0 5:54:15 AM Subject: Re: [WiX-users] Windows service installation error Hi, Thanks for reply. I really like your techniques :) I solved this problem by following way. I figured out the differences in registry after installing service manually. I found following entries I added these en

Re: [WiX-users] Windows service installation error

2010-07-27 Thread Rahul.Ekbote
windows 7, 2003 server etc. Thanks, Rahul -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesday, July 27, 2010 1:30 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error The

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Christopher Painter
indows Installer XML toolset. Sent: Mon, July 26, 2010 2:22:59 PM Subject: Re: [WiX-users] Windows service installation error Do you need this?                             -service             What you should look at is both the Application and the System event logs. Windows Installer usuall

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Blair
s properly when I use CnvRemoteService.exe -service. Thanks, Rahul -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Monday, July 26, 2010 8:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Rahul.Ekbote
CnvRemoteService.exe -service. Thanks, Rahul -Original Message- From: Simon Topley [mailto:simon.top...@mwhsoft.com] Sent: Monday, July 26, 2010 8:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service installation error the error message maybe incorrect

Re: [WiX-users] Windows service installation error

2010-07-26 Thread Simon Topley
...@sungard.com] Sent: 26 July 2010 15:40 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows service installation error Hi, I am getting following error during installing the windows service "Verify that you have sufficient privilege to install system services" My WI

[WiX-users] Windows service installation error

2010-07-26 Thread Rahul.Ekbote
Hi, I am getting following error during installing the windows service "Verify that you have sufficient privilege to install system services" My WIX code is Can any one knows what I need to change

Re: [WiX-users] Windows service and minor upgrade.

2009-06-26 Thread Wilson, Phil
hirtcliffe [mailto:pshirtcli...@sdl.com] Sent: Friday, June 26, 2009 1:47 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service and minor upgrade. I looked at this the other day. I admit Im not an encryption expert in any way but DPAPI didnt seem to be approp

Re: [WiX-users] Windows service and minor upgrade.

2009-06-26 Thread Peter Shirtcliffe
.org] Sent: 26 June 2009 09:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service and minor upgrade. You have to keep it yourself. I like using the registry in this case but you are right, you need to encrypt the password. DAPI is a pretty good way t

Re: [WiX-users] Windows service and minor upgrade.

2009-06-26 Thread Rob Mensching
st for some reasons I'm ignoring. > Some checks should I do in the log? > > Thank you, > Nic > > --- > On Fri, 6/12/09, Rob Mensching wrote: > > >> From: Rob Mensching >> Subject: Re: [WiX-users] Windows service and minor upgrade. >> To: "G

Re: [WiX-users] Windows service and minor upgrade.

2009-06-18 Thread Fiorillo Nicola
> Fiorillo Nicola wrote: > >  Not > Installed > >    > > It also means that you can't install any other services. Thanks Bob, I will take in mind. -- Crystal Reports - New Free Runtime and 30 Day Trial Check o

Re: [WiX-users] Windows service and minor upgrade.

2009-06-17 Thread Bob Arnson
Fiorillo Nicola wrote: > Not Installed > It also means that you can't install any other services. -- sig://boB http://joyofsetup.com/ -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simpli

Re: [WiX-users] Windows service and minor upgrade.

2009-06-16 Thread Fiorillo Nicola
: Fiorillo Nicola > Subject: Re: [WiX-users] Windows service and minor upgrade. > To: "General discussion for Windows Installer XML toolset." > > Date: Saturday, June 13, 2009, 2:27 PM > > Thank you Rob for you answer. > Yes, it makes sense that these propertie

Re: [WiX-users] Windows service and minor upgrade.

2009-06-13 Thread Fiorillo Nicola
he log? Thank you, Nic --- On Fri, 6/12/09, Rob Mensching wrote: > From: Rob Mensching > Subject: Re: [WiX-users] Windows service and minor upgrade. > To: "General discussion for Windows Installer XML toolset." > > Date: Friday, June 12, 2009, 6:36 PM > It look

Re: [WiX-users] Windows service and minor upgrade.

2009-06-12 Thread Rob Mensching
It looks like your repair/minor upgrade is replacing the good values with blanks. Which makes sense. The verbose log file should show you the value for those properties. If you don't remember them they'll be lost. Fiorillo Nicola wrote: > Dear all, > In my wix configuration file I install a wind

[WiX-users] Windows service and minor upgrade.

2009-06-12 Thread Fiorillo Nicola
Dear all, In my wix configuration file I install a windows service given account information through the GUI and filling some properties (SERVICE_DOMAIN, SERVICE_USERNAME, and SERVICE_PASSWORD). Here the snippet: It works fine for install and uninstall. My problem is that when I hav

Re: [WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Wilson, Phil
[mailto:rehan.sa...@gam.com] Sent: Friday, May 22, 2009 6:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows Service Uninstall Failing Intermittently After some testing I found that if you install two Windows Service installers with different UpgradeCode's but the same Comp

Re: [WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Rehan
After some testing I found that if you install two Windows Service installers with different UpgradeCode's but the same Component Guid's then: 1. When you attempt to uninstall the first one the files are removed for one but both services remain in the console window. 2. When you remove the secon

[WiX-users] Windows Service Uninstall Failing Intermittently

2009-05-22 Thread Rehan
I have an MSI which installs a windows service as either LocalSystem ot CustomAccount depending on what the user selects using a Condition. Occasionally the MSI would fail to uninstall, the files were removed but the service was not removed from the services.msc window. I have come up with two pot

Re: [WiX-users] Windows Service Event Log Source set to 'Service1'

2009-04-15 Thread Wilson, Phil
I think Service1 is the default name generated by .NET service classes, so I'd look in the service code. Phil Wilson -Original Message- From: Murray Hipper [mailto:mhip...@snowdengroup.com] Sent: Tuesday, April 14, 2009 10:59 PM To: wix-users@lists.sourceforge.net Subject: [WiX-

[WiX-users] Windows Service Event Log Source set to 'Service1'

2009-04-14 Thread Murray Hipper
Hi, I have created a windows service using the Service Install and Service Control tags as below. The Name and Description all work fine etc however in the Windows Event Log, under Application when the server starts, sto

Re: [WiX-users] Windows Service

2009-02-12 Thread Castro, Edwin (Hillsboro)
embly. -- Edwin > -Original Message- > From: Neil Sleightholm [mailto:n...@x2systems.com] > Sent: Wednesday, February 11, 2009 10:17 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Windows Service > > Sounds like you might have

Re: [WiX-users] Windows Service

2009-02-11 Thread Vijeta Khatri
wnload the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ---------- Message:

Re: [WiX-users] Windows Service

2009-02-11 Thread Neil Sleightholm
... > > What I did was create a custom version of WiXUI_Mondo.wxs, and added the > new dialog, and then altered the Publish tags in order to determine when the > ServiceUserCredentialsDlg appears. > > I am using WiX v3.0 > > Thanks, > - Troy > >

Re: [WiX-users] Windows service

2009-02-11 Thread Wilson, Phil
hil Wilson -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesday, February 10, 2009 6:09 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows service I'm not sure why you would require a ServiceControl

Re: [WiX-users] Windows Service

2009-02-11 Thread Vijeta Khatri
t; ... > > What I did was create a custom version of WiXUI_Mondo.wxs, and added the > new dialog, and then altered the Publish tags in order to determine when the > ServiceUserCredentialsDlg appears. > > I am using WiX v3.0 > > Thanks, > - Troy > > -

Re: [WiX-users] Windows service

2009-02-10 Thread Christopher Painter
hil wrote: > From: Wilson, Phil > Subject: Re: [WiX-users] Windows service > To: "General discussion for Windows Installer XML toolset." > > Date: Tuesday, February 10, 2009, 6:58 PM > You're perhaps missing a ServiceControl element. > > Phil Wilson > &

Re: [WiX-users] Windows service

2009-02-10 Thread Wilson, Phil
You're perhaps missing a ServiceControl element. Phil Wilson -Original Message- From: Vijeta Khatri [mailto:vijeta.kha...@microsoft.com] Sent: Tuesday, February 10, 2009 4:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows service Hi, I created an installer

[WiX-users] Windows service

2009-02-10 Thread Vijeta Khatri
Hi, I created an installer for a windows service using Wix and set the start up type to auto. But the windows service doenst start automatically on system reboot. Am I missing something here? Thanks, Vijeta -- Creat

Re: [WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-23 Thread Christopher Painter
ct: Re: [WiX-users] [wix-users] Windows Service (ServiceControl) > To: wix-users@lists.sourceforge.net > Date: Monday, June 23, 2008, 9:38 PM > Hi Phil, Thanks for the response. Is there anyway I can > change this order? We > dont have anything in the ServiceControl Element to make

Re: [WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-23 Thread wixuser1105
> available in the GAC until InstallFinalize, so things like StartServices > or custom actions that depend on assemblies in the GAC fail with this kind > of error. > > Phil Wilson > -- View this message in context: http://www.nabble.com/-wix-users--Windows-Service-%28ServiceC

Re: [WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-23 Thread Wilson, Phil
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of wixuser1105 Sent: Friday, June 20, 2008 3:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] [wix-users] Windows Service (ServiceControl) I have an issue with windows service startup. following is the WIX xml fragment. I get an

Re: [WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-22 Thread wixuser1105
service trying to start > before all files and merge modules are installed. > -- View this message in context: http://www.nabble.com/-wix-users--Windows-Service-%28ServiceControl%29-tp18026492p18060961.html Sent from the wix-users maili

Re: [WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-20 Thread andywhitt
e.config has a custom Config section with a type > "WS1Config" belogs to an assembly which will also be installed to the GAC > in the same package. > if I remove the attribute STart from SErviceControl and manually start the > service after installation it works fine.

[WiX-users] [wix-users] Windows Service (ServiceControl)

2008-06-20 Thread wixuser1105
led to the GAC in the same package. if I remove the attribute STart from SErviceControl and manually start the service after installation it works fine. right now I have written vbs to start all the windows services in the custom event. -- View this message in context: http://www.nabble.com/

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-09 Thread faheemitian
Bob Arnson-6 wrote: > > faheemitian wrote: >>> MSI (s) (FC:B4) [12:56:42:668]: Component: TestServExe; Installed: >>> Local; >>> Request: Null; Action: Null >>> > > Action:Null means that the component won't be installed, so MSI won't do > anything with the service. > > -- > sig://

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-08 Thread Bob Arnson
faheemitian wrote: >> MSI (s) (FC:B4) [12:56:42:668]: Component: TestServExe; Installed: Local; >> Request: Null; Action: Null >> Action:Null means that the component won't be installed, so MSI won't do anything with the service. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-06 Thread faheemitian
faheemitian wrote: > > Anybody for help! > > I have even reversed the setup to wix 2.0 stable version but all in vain! > > - Dev > I think I have figured it out. Problem was not with Registry or Service Install tags but with a feature condition. If you look at http://www.nabble.com/file/p

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-05 Thread faheemitian
Anybody for help! I have even reversed the setup to wix 2.0 stable version but all in vain! - Dev -- View this message in context: http://www.nabble.com/Windows-Service-not-removed-on-Uninstall-tp15825405p15866875.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-04 Thread faheemitian
Bob, Bob Arnson-6 wrote: > > > Check a verbose log: > > * Around InstallValidate to see what the "Action:" value is for the > service component. > * All instances of the StopServices and DeleteServices action, to > see what it did for the service. > I have checked the lo

Re: [WiX-users] Windows Service not removed on Uninstall

2008-03-04 Thread Bob Arnson
faheemitian wrote: But on uninstall nothing happens. Neither service is stopped nor uninstalled, everything just happens to be there. Check a verbose log: * Around InstallValidate to see what the "Action:" value is for the service component. * All instances of the StopServices an

[WiX-users] Windows Service not removed on Uninstall

2008-03-04 Thread faheemitian
Hi, We are having a problem with wix 3.0.2925.0 version. We have a windows service and that service module is also a DCOM server stub. When we install the service every thing works fine. If service is already running, it is stopped by the installer and newer service is installed instead and it i

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-06 Thread Wilson, Phil
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sneha Gharpure Sent: Wednesday, February 06, 2008 6:35 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista Thanks for the reply. The problem is that th

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-06 Thread Johan Appelgren
Does your service depend on MSVC DLLs that you are installing, or just the custom action exe that starts the service? If your service does not depend on anything installed in the GAC or winsxs you could just the ServiceControl table instead. Otherwise static linking to the dlls will work, or sched

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-06 Thread Sneha Gharpure
Thanks for the reply. The problem is that the exe that starts the service is running as a custom action. This exe depends on MSVC DLLs. During installation, this custom action is failing. I believe that this is because the DLLs are not available till InstallFinalize and the custom action is sched

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-06 Thread Anidil
This is a problem with UAC on Windows Vista.Disable UAC from User accounts,restart the system and try starting the service.. Sneha Gharpure wrote: > > Hi, > > The problem is that service is not starting on Vista. The service is being > started through one of the custom actions which is an exe

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-05 Thread Sneha Gharpure
> Sent: Tuesday, February 05, 2008 12:45 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Windows Service is not started/Custom Actions Fail in > vista > > > Hi, > > The problem is that service is not starting on Vista. The service is being > started thr

Re: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-05 Thread Wilson, Phil
emblies into the GAC. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sneha Gharpure Sent: Tuesday, February 05, 2008 12:45 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows Service is not started/Custom Actions Fail in vista

[WiX-users] Windows Service is not started/Custom Actions Fail in vista

2008-02-05 Thread Sneha Gharpure
Hi, The problem is that service is not starting on Vista. The service is being started through one of the custom actions which is an exe custom action. The exe depends on some MSVC DLLs which are also deployed along with the package. Is the issue with these DLLs? Does these DLLs are not availab

Re: [WiX-users] Windows Service Conditional Start

2006-11-15 Thread Bob Arnson
Emma Hanna wrote: I am installing a Windows Service which I need the user to indicate if they want the service started on install or not, and if it is started there is a SQL Script I have to execute. I'm using the script below to install the service, but am not sure how to conditionally start

[WiX-users] Windows Service Conditional Start

2006-11-15 Thread Emma Hanna
I am installing a Windows Service which I need the user to indicate if they want the service started on install or not, and if it is started there is a SQL Script I have to execute. I'm using the script below to install the service, but am not sure how to conditionally start the service or how to e