I have an application I need to sequence. I have an issue with the sequence because the application requires the service to run as a domain
account. Unfortunately the sequencer does not recognize the service if the account is changed from local system. Does anyone know if there way round this issue.
You can only virtualize services if they run under local system. To work around the issue, you could extract the service and register it locally... the visrtualized application should pick it up.