Hi All, I'm trying to install Microsoft Visual Studio 2013 (premium) as an application during an OSD task sequence. Whatever I try it fails! I have seen people struggling with the same issue but no one seems to have a solution.
The error in the log file is: ExecuteError: Package (vs_professionalcore) failed: Error Message Id: 26403 ErrorMessage: Error 26403.Failed to add user to group. (-2147463168 SYSTEM Performance Log Users ) The application installation is fired off during the install applications step in my TS and is using the SYSTEM account to install. The VS 2013 installer eventually wants to add the installation user account (=system) to the group Performance Log Users and fails. This problem even occurs with the newest installation media which includes VS 2013 update 3. I tried tricking it to install via a command line using the run as account but it doesn't work. (Even with UAC off). Installing the application as an admin user gives no problem at all. Trying to add the system account to the Performance Log Users group before installing VS 2013 also makes no difference. The only option I have is to install it after the OSD TS has finished and deploy it as a regular application. (Of course run the installation as user). Anyone else having the same problems and perhaps have a nice workaround? Thanks! Best regards, Sander

