ElrickLandon Posted February 18, 2012 Posted February 18, 2012 (edited) Hi to all,I have an issue with two application during silent installation, i'm using a fresh installed Windows 7 64 bit system.I write a batch that i launch (with administrator right) after a standard Windows 7 installation All the others silent applications installation is working properly, excepedt "Symantec EndPoint Protection v12 and Microsoft Office Entreprise 2007.My batch code :echo Microsoft Office 2007 Enterprise SP3 InstallationCD /D %APPLICATIONS%\"Multi-plateforme\Microsoft Office Entreprise 2007"Start /wait setup.exe /adminfile Config_Ordinateur_STANDARD_x64.MSPEcho Symantec Endpoint Protection InstallationIF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (echo Installation de Symantec EndPoint Protection - Small Business Edition v12 64 bit Vista-7CD /D %APPLICATIONS%\x64\"Symantec EndPoint Protection - Small Business Edition v12 64 bit"echo.echo * LiveUpdateStart /wait LUSETUP.EXE /s /qif errorlevel 0 (echo * Symantec EndPoint ProtectionStart /wait setup.exe /s /v"/l*v %LOG%\NAV.log /qn REBOOT=ReallySuppress RUNLIVEUPDATE=0 ENABLEAUTOPROTECT=1 SYMPROTECTDISABLED=0 DISABLEDEFENDER=1 ADDSTARTMENUICON=1if errorlevel 0 (echo * Mise … jour avec la derniŠre pattern antivirusCD /D "Pattern Antivirus"Start /wait 20111210-007-v5i64.exe /qif errorlevel 0 (echo.Echo Installation termin‚e))))But it doesn't work... :- The MS office is aborted with the following obscur reason :MSI(ERROR): 'Erreur 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'Log level changed from: Standard to: VerboseMSI(INFO): 'Fin de l'action 15:39:00 : InstallExecute. Valeur renvoyée 3.'MSI(ACTIONSTART): 'Action 15:39:00 : Rollback. Annulation de l’action :'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {BDF6E439-056A-10D7-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {543B9DD3-E71B-0D13-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {4F6D20F0-CCE5-1492-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {51B6FD4C-6551-1104-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {608113E0-F3B6-C6EE-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {8731EA9C-B0D8-8F16-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {844EFBA7-1C24-93B2-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'MSI(INFO): 'Info 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. 'Error: Failed to install product: C:\MSOCache\All Users\{90120000-0030-0000-0000-0000000FF1CE}-C\Office64WW.msi ErrorCode: 1603(0x643) I find a related MS article => "Error 1935. An error occurred during the installation of assembly component", here http://support.microsoft.com/kb/926804It tells that it can be a loose with .NET Framework, but these compoments is already installed properly on Win7 fresh install.- The SEP Installation is aborted too (expect for LiveUpdate part)I joint to you the LOG files, maybe someone can help me to understand why.Office 2007 => http://www.mediafire.com/?9aaozdgc83e4gcjSEP => http://www.mediafire.com/?138bnqk9h689bgsMany thks for your help. Edited February 18, 2012 by ElrickLandon
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now