Jump to content

ElrickLandon

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About ElrickLandon

Profile Information

  • OS
    none specified

ElrickLandon's Achievements

0

Reputation

  1. Hi, I have a batch who execute a lot of driver installation. I put the "Intel Chipset Drivers" in first position but i dunno if Windows 7 take change dynamically or if i need to reboot for install the other drivers after ? Many thks for you help.
  2. 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.
  3. Hi, The link is http://us.download.nvidia.com/Windows/280.26/280.26-desktop-win7-winvista-64bit-international-whql.exe Many thks in advance.
  4. Hi, But this is just the online package, i'm looking for offline package. I didn't understand what the fastOEM switch do exactly... someone can explain me please ? Regards.
  5. Hi, Very interesting post, someone know where or how to download the wlsetup-all.exe (with French language) please ? Best Regards.
  6. This fix tools do more things that what they said, reboot is mandatory before retry to install office 2007. This fix seems to fix another application issue in command line > Windows Live Messenger !!! It can be very interesting to know this f***ing patch do exactly. Many thks
  7. Many Thanks !!! The fix tools here http://support.microsoft.com/default.aspx?scid=kb;en-us;946414 works properly... Do you know if it's works if i delete subkey with a dos script without reboot ? Because i install all applicaton/drivers.... automatically with scripts. Find and then click the following registry subkey: HKEY_LOCAL_MACHINE\COMPONENTS In the details pane, right-click PendingXmlIdentifier, and then click Delete. If this value does not exist, go to the next step. In the details pane, right-click NextQueueEntryIndex, and then click Delete. If this value does not exist, go to the next step. In the details pane, right-click AdvancedInstallersNeedResolving, and then click Delete. If this value does not exist, go to the next step. Any idea ?
  8. Hi, I try to install (silent installation) of Office 2007 Enterprise Edition SP2 on Windows 7 x64 with the command line => setup.exe /adminfile Config_Ordinateur_X_x64.MSP The application is not installed and i notice an error message in event viewer : Nom du journal :Application Source : MsiInstaller Date : 06/08/2011 19:05:23 ID de l’événement :11935 Catégorie de la tâche :Aucun Niveau : Erreur Mots clés : Classique Utilisateur : X\XX Ordinateur : X Description : Produit : Microsoft Office Office 64-bit Components 2007 -- Erreur 1935.Une erreur s'est produite lors de l'installation du composant d'assembly {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}. HRESULT : 0x80070002. interface d'assembly : IAssemblyCacheItem, fonction : Commit, nom d'assembly : Microsoft.VC80.ATL,version="8.0.50727.42",type="win32",processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b" My Office log => http://www.filefactory.com/file/cddc83d/n/SetupExe(201108061954284D8).log I have read a lot of things about .NET Framework here : http://support.microsoft.com/kb/926804 http://blogs.msdn.com/b/astebner/archive/2004/11/10/255346.aspx But it doesn't help me. Thks you for your help.
  9. Hi, I try to make an answer file for my NVIDIA drivers, i launch the package with the following argument : setup -r -f1c:\setup.iss /noreboot But during the setup process, he ask me to reboot the computer and doesn't provide any iss file... what is the good command please ? Thanks.
  10. Hi, I'm using Asus GT520 Graphic card and i don't find any answer for me . I need to setup display configuration in a silent installation of my video card drivers. I would like to setup the display for display desktop on screen 2 by default instead of screen 1 which is my hdmi output, i don't want to have to power-on my barco for change display properties after driver installation. A workaround can be to setup the screen labeled 1 as monitor and the 2 as videoprojector (but i don't know if it is possible). I installed this driver package for information : 275.33-desktop-win7-winvista-64bit-international-whql.exe 173 Mb I tried Nvidia command line like rundll32.exe nvcpl.dll, dtcfg detach 1 .... but it doesn't do anything with no error message when i enter it, any suggestion ? Others commands doesn't work too : rundll32.exe nvcpl.dll, dtcfg setmode 1 800 600 32 60 rundll32.exe nvcpl.dll, dtcfg setview 1 standard DA ... Someone can advise me how to force display configuration in a silent installation ? and how to make a proper silent install with these drivers ? Thanks in advance.
  11. Hi, I'm using Asus GT520 Graphic card and i don't find any answer for me . I need to setup display configuration in a silent installation of my video card drivers. I would like to setup the display for display desktop on screen 2 by default instead of screen 1 which is hdmi output, i don't want to have to power-on my barco for change display properties after driver installation. I don't find nwiz.exe after my driver installation like suggested in this topic, i figure that this application is no more provided on the new package maybe ? I installed this driver package for information : 275.33-desktop-win7-winvista-64bit-international-whql.exe 173 Mb I also tried Nvidia command line like rundll32.exe nvcpl.dll, dtcfg setmode 1 1280 1024 32 60 bla bla.... but it doesn't do anything when i enter it, any suggestion ? Someone can advise me how to force display configuration in a silent installation ? and how to make a proper silent install with these drivers ? Thanks in advance.
  12. Thanks to all for your answer, if i use this code is it more correct ? setlocal enabledelayedexpansion for /F "tokens=1 delims=:\" %%A IN ('MOUNTVOL^|FINDSTR [A-Z]:\\') do ( set var=%%A set var=!var: =! net share !var!=!var!: /GRANT:"Tout le monde",FULL >NUL endlocal
  13. Hi, I just read this interesting topic, i would like to know if it's possible to remove space from %%A variable ? I try to execute the following code : Result is that the space in %%A will block the NET SHARE command. ....... = space I need to obtain the drive letter from MountVol without space behind. Many Thks for your help. Regards.
  14. Script to modify Local Area Connection

×
×
  • Create New...