"vs_ultimate.exe" /AdminFile "AdminDeployment.xml" /Quiet /NoRestart /Log "%windir%\VS_Ultimate.log"
Read the log and see what is wrong. 1603 can be nearly anything On Tue, Nov 25, 2014 at 11:40 AM, Murray, Mike <mmur...@csuchico.edu> wrote: > When I try to silently deploy VS Premium 2013, I get “unmatched exit > code 1603” in AppEnforce.log. The program partially installs, but will not > run. I have .NET 4.5.1 as a dependency, it installs fine. Below is my > script that executes the install: > > > > @echo off > > > > :set location > > set loc=%~dp0 > > > > :install > > "%loc%vs_premium.exe" /adminfile "%loc%AdminDeployment.xml" /quiet > /norestart > > > > > > If I run vs_premium.exe /adminfile AdminDeployment.xml /quiet /norestart > locally from an admin command prompt (inside the source folder, natch), it > installs fine. My Googling has found many possibilities, but they don’t > seem to match what I’m experiencing. Any ideas? > > > > > > Best Regards, > > > > Mike Murray > > Desktop Management Coordinator - IT Support Services > > California State University, Chico > > 530.898.4357 > mmur...@csuchico.edu > > > >