Re: [WiX-users] problem starting service dependent on GAC on Vista

2007-05-17 Thread Wilson, Phil
Custom actions can't run deferred after InstallFinalize, period. It's probably a rights issue to do with the immediate custom action being impersonated with an admin running limited. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [WiX-users] problem starting service dependent on GAC on Vista

2007-05-17 Thread Rob Mensching
1. It doesn't actually work fine on XP, unless you are logged in as an administrator. 2. CustomActions are never deferred after InstallFinalize. 3. It depends who can start the service. If anyone can start the service, then your first plan should have worked. If only administrators can sta