Client PC - Windows 7 Enterprise SP1 in domain.
SMA 7.5
Quick delivery job with run option "Run as" set to "Symantec Management Agent credential".
User logged in as local Administrator (for testing purposes).
Command line for package clientsetup.exe;
clientsetup.exe /L1033 /S /v"/qn /norestart ADDLOCAL=ImageNowClient,Pixtran,Accusoft,NextGenLibrary,AdminHelp,KeyView,ImageNowPrinter,BIIntegration IN_PROFILENAME=ImageNowTEST IN_SERVER_NAME=inowapptest IN_PORT_NO=6200 STARTMENUICON=Yes DESKTOPICON=Yes QUICKLAUNCHICON=yes
Installs fine. However, after install it tries to start a service that (among other things) places an icon in the system tray. When attempting to do this I get;
"Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files (x86)\ImageNow\bin\ImageTray.exe
This application has requested the Runtime to terminate it in an unusual way..."
Upon reboot and logged in as either local admin or domain user, everything appears to work.
Installed on the base image prior to app deployment are the following VC++ redists;
MS V C++ 2008 Redist x64 9.0.30729.6161
MS V C++ 2008 Redist x86 9.0.30729.4148
MS V C++ 2010 x64 Redist 10.0.40219
MS V C++ 2010 x86 Redist 10.0.40219
clientsetup.exe installs the following V C++ redist;
MS V C++ 2008 Redist x64 9.0.30729.4148
If I do a quick delivery task using "Current logged-on user" icon displays fine with no error. Now, while that may be a solution I am just trying to figure out what exactly is happening behind the scenes here?
Thank you!