Re: [WiX-users] Debugging Custom Actions

2011-05-23 Thread Wilson, Phil
: [WiX-users] Debugging Custom Actions ServiceInstall (e.g. SCM registration) works fine AFAICT and, as I suspected, does the same as the 'My-Svc.exe /install' command. If I disable (comment out) the custom "start service" action, I can start the service up normally with

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Brad Lemings
eneral discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging Custom Actions > > In my limited experience something like this has always simply done the > RightThing (TM) : > > Guid="5E7A07C7-9299-4992-A601-EBB79D441A83" >

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Brad Lemings
nce > with _BIND_TO_CURRENT_VCLIBS_VERSION can say whether the authoring above is > expected to work or not. > > Edwin G. Castro > Software Developer - Staff > Digital Channels > Fiserv > Office: 503-746-0643 > Fax: 503-617-0291 > www.fiserv.com > Plea

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Gregg Swanson
password as one of my properties, etc... Thanks Gregg -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Friday, May 20, 2011 6:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Debugging Custom Actions In my

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Castro, Edwin G. (Hillsboro)
rad Lemings [mailto:b...@rebit.com] > Sent: Friday, May 20, 2011 1:16 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Debugging Custom Actions > > > After a lot more investigation, I've came to the same conclusion: the service

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Brad Lemings
Wix or the underlying Windows Installler but developing an installer with this technology is a real PITA! -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Friday, May 20, 2011 12:21 PM To: General discussion for Windows Installer XML toolset. Subj

Re: [WiX-users] Debugging Custom Actions

2011-05-20 Thread Castro, Edwin G. (Hillsboro)
3 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -Original Message- > From: Brad Lemings [mailto:b...@rebit.com] > Sent: Friday, May 20, 2011 10:32 AM > To: General discussion for Windows Installer XML toolset. > Subject: [Wi

[WiX-users] Debugging Custom Actions

2011-05-20 Thread Brad Lemings
Hi all, So I've added custom actions and conditions to run my service with /install and /uninstall options before the service is started and before it is deleted respectively. Here's the XML: NOT Installed Installed AND REMOVE~="ALL"