Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Silent Install issue for SEP & MS Office 2007

Featured Replies

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 Installation
CD /D %APPLICATIONS%\"Multi-plateforme\Microsoft Office Entreprise 2007"
Start /wait setup.exe /adminfile Config_Ordinateur_STANDARD_x64.MSP


Echo Symantec Endpoint Protection Installation
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
echo Installation de Symantec EndPoint Protection - Small Business Edition v12 64 bit Vista-7
CD /D %APPLICATIONS%\x64\"Symantec EndPoint Protection - Small Business Edition v12 64 bit"
echo.
echo * LiveUpdate
Start /wait LUSETUP.EXE /s /q
if errorlevel 0 (
echo * Symantec EndPoint Protection
Start /wait setup.exe /s /v"/l*v %LOG%\NAV.log /qn REBOOT=ReallySuppress RUNLIVEUPDATE=0 ENABLEAUTOPROTECT=1 SYMPROTECTDISABLED=0 DISABLEDEFENDER=1 ADDSTARTMENUICON=1
if errorlevel 0 (
echo * Mise … jour avec la derniŠre pattern antivirus
CD /D "Pattern Antivirus"
Start /wait 20111210-007-v5i64.exe /q
if 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: Verbose

MSI(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/926804

It 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/?9aaozdgc83e4gcj

SEP => http://www.mediafire.com/?138bnqk9h689bgs

Many thks for your help.

Edited by ElrickLandon


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.