Re: [WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-09 Thread Lian Jiang
ServiceConfigFailureActions I have used util:ServiceConfig instead. Thanks. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, July 09, 2009 6:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] msi failure when using

Re: [WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-09 Thread Lian Jiang
I have used util:ServiceConfig instead. Thanks. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, July 09, 2009 6:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] msi failure when using ServiceConfigFailureActions

Re: [WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-09 Thread Bob Arnson
Lian Jiang wrote: > Yes, I am using win2k8 server R2. Sorry to forget mentioning this. > What does a verbose log say? -- sig://boB http://joyofsetup.com/ -- Enter the BlackBerry Developer Challenge This is your c

Re: [WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-09 Thread Lian Jiang
Yes, I am using win2k8 server R2. Sorry to forget mentioning this. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, July 08, 2009 4:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] msi failure when using

Re: [WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-08 Thread Bob Arnson
Lian Jiang wrote: > But installing msi failed with the message "no enough priviledge". Check a verbose log for the exact error message. > If I remove the ServiceConfigFailureActions node, the msi works fine. > > Did I miss anything when using ServiceConfigFailureActions? > Are you expecting

[WiX-users] msi failure when using ServiceConfigFailureActions

2009-07-07 Thread Lian Jiang
Hi, I am using wix3.5 and using ServiceConfigFailureActions in this way: But installing msi failed with the message "no enough priviledge". If I remove the ServiceConfigFailureActions node, the msi works fine. Did I miss anything when using