Author Topic: AEA not creating install packages  (Read 2517 times)

0 Members and 1 Guest are viewing this topic.

fisherej

  • Guest
AEA not creating install packages
« on: February 06, 2013, 08:56:28 PM »
When creating the installation package in the AEA, I am under the understanding that this should create a package in the INSTPKGS folder inside my installation.  This should allow me to then create a deployment task assign this newly created installation package to this task and then send it out to the client for remote installation.  I am so far unable to figure out how to create this and therefore cannot remote deploy a package to any of my clients.

The history to my setup is as follows:

windows 2008r2 server, SQL Server 2008 R2, Clients xp,7,8 (test machines).  We were experiencing issues with logging into the remote machines but have since resolved that by removing UAC and adding log on as a service to the install account.  This now tries to copy the file to the TEST win7 or winxp box and it is not there.  Here is the error in the remote log.

02/06/13 14:26:34:   rinstInstall begin
02/06/13 14:26:34:   Init 50 60 C:\Windows\TEMP\asw40A2.tmp C:\Program Files\AVAST Software\Enterprise Administration\InstPkgs NULL  0
02/06/13 14:26:34:   Store
02/06/13 14:26:34:   Domains: TEST,
02/06/13 14:26:34:   Init TEST\CO-TEST-WIN7
02/06/13 14:26:34:   CO-TEST-WIN7: GetAccount
02/06/13 14:26:34:   CO-TEST-WIN7: Queueing
02/06/13 14:26:34:   StartThread
02/06/13 14:26:34:   Loop
02/06/13 14:26:34:   SpawnThreads
02/06/13 14:26:34:   CO-TEST-WIN7: StartSetup
02/06/13 14:26:34:   CO-TEST-WIN7: Connecting
02/06/13 14:26:34:   CO-TEST-WIN7: Copying files
02/06/13 14:26:34:   CO-TEST-WIN7: Copying aswISvc.exe
02/06/13 14:26:34:   CO-TEST-WIN7: Copying Admin.ini
02/06/13 14:26:34:   CO-TEST-WIN7: aswResp.dat not present
02/06/13 14:26:34:   CO-TEST-WIN7: Copying setup.exe
02/06/13 14:26:34:   CO-TEST-WIN7: CopyFile C:\Program Files\AVAST Software\Enterprise Administration\InstPkgs\setup.exe \\CO-TEST-WIN7\C$\~AVINSTL\setup.exe error 2 (The system cannot find the file specified)
02/06/13 14:26:34:   CO-TEST-WIN7: RemoveOnError
02/06/13 14:26:34:   CO-TEST-WIN7: RemoveFolder \\CO-TEST-WIN7\C$\~AVINSTL
02/06/13 14:26:34:   CO-TEST-WIN7: CloseConnection
02/06/13 14:26:34:   CO-TEST-WIN7: Finished with error
02/06/13 14:26:34:   TerminateAll
02/06/13 14:26:34:   rinstInstall end 0

Any thoughts to what needs to be updated/changed would be greatly appreciated as I have been struggling to understand why this is not happening for over a week now.