Jump to content

Bilou_Gateux

Member
  • Posts

    766
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by Bilou_Gateux

  1. Features included in the commercial version are additional plugins. Here the description of all plugins: 1/ Download "GreenMachine HotFix list" used to download all Hotfixes from MSFT Web sites (commercial only) 2/ Repackage "DirectX9c" in an IEXPRESS package, with extraction and silent installation commands (free/commercial) 3/ Repackage "GDITool" in an IEXPRESS package, with extraction and silent installation commands (free/commercial) 4/ Repackage "Internet Explorer 6 SP1" in an IEXPRESS package, with extraction and silent installation commands (free/commercial) 5/ Repackage ".NET Framework" in an IEXPRESS package, with extraction and silent installation commands (commercial only) 6/ "Registry import" package with extraction and silent installation commands (commercial only) 7/ Repackage "Macromedia Flash" in an IEXPRESS package, with extraction and silent installation commands (commercial only) 8/ Repackage "Windows Media Connect" in an IEXPRESS package, with extraction and silent installation commands (free/commercial) 9/ Integrating "Windows Update Components" (commercial only)
  2. If you don't own a copy of WinRAR, download UnRAR for Windows Command line freeware Windows UnRAR. The default installation path is %ProgramFiles%\Unrar @vcBlackBox May be can you add some lines of code in your exe to check both "%ProgramFiles%\WinRAR" and "%ProgramFiles%\Unrar"
  3. old del "%AllUsersProfile%\Desktop\Nero StartSmart.lnk" del "%AllUsersProfile%\Start Menu\Programs\Nero\Nero StartSmart.lnk" del "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" You can use this code to take care of localization in Nero_Installer.cmd new SET SECTION="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" SET KEY="Common Desktop" ::Read value in registry call readreg %SECTION% %KEY% SET FILENAME="Nero StartSmart.lnk" pushd "%RegVal%" :: Delete file if it exists IF EXIST %FILENAME% DEL /F /Q %FILENAME% popd SET KEY="Common Programs" ::Read value in registry call readreg %SECTION% %KEY% SET FILENAME="Nero StartSmart.lnk" pushd "%RegVal%\Nero" :: Delete file if it exists IF EXIST %FILENAME% DEL /F /Q %FILENAME% popd DEL "%AppData%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" get readreg.bat from the excellent Rob van der Woude's Scripting Pages
  4. [url="http://support.microsoft.com/kb/891861/en-us"][b]Update Rollup 1 for Windows 2000 SP4[/b][/url] was released [b][color="red"]June 28, 2005[/color][/b]. This update rollup contains a list of security-related updates produced for Windows 2000 between the release of Windows 2000 SP4 and April 30, 2005. +-------------------------------------------------------------------------------------------+ [b]Windows 2000:[/b] Microsoft Security Bulletin MS05-019 Vulnerabilities in TCP/IP Could Allow Remote Code Execution and Denial of Service ([b]893066[/b]) Microsoft Security Bulletin MS05-027 Vulnerability in Server Message Block Could Allow Remote Code Execution ([b]896422[/b]) Microsoft Security Bulletin MS05-032 Vulnerability in Microsoft Agent Could Allow Spoofing ([b]890046[/b]) Microsoft Security Bulletin MS05-026 Vulnerability in HTML Help Could Allow Remote Code Execution ([b]896358[/b]) [b]Windows 2000 Components:[/b] Microsoft Security Bulletin MS05-025 Cumulative Security Update for [b]Internet Explorer[/b] ([b]883939[/b]) Microsoft Security Bulletin MS05-030 Cumulative Security Update in [b]Outlook Express[/b] ([b]897715[/b])
  5. Can someone with a retail box try my previous syntax and add serialnumber switch and reports if it works ? msiexec TRANSFORMS=D:\1036.mst /i " D:\Roxio Easy Media Creator 7 Basic Edition.msi" SERIALNUMBER="xx-xxxxx-xxxxx-xxxxx" /qn REBOOT=ReallySuppress D: is CD-ROM Drive letter 1036.MST is the transform to apply french language. replace xx-xxxxx-xxxxx-xxxxx with your serial number @coucou http://helpnet.installshield.com/robo/proj...sformsApply.htm I'm not sure we can apply two different transforms to get 2 different languages. GUI don't offer a menu to switch from one language to another.
  6. :: "Roxio Easy Media Creator 7 Basic Edition" silent install :: Build 7.1.0.183 Fra bundled with HP Evo Desktop Computers. Serial key not needed :: Replace <LETTER> with your CD-ROM Drive or Source Drive letter ie D: :: change <LANGUAGE> with your language ie 1036 for French msiexec TRANSFORMS=<LETTER>\<LANGUAGE>.mst /i "<LETTER>\Roxio Easy Media Creator 7 Basic Edition.msi" /qn REBOOT=ReallySuppress
  7. Use this fine freeware: Poweroff 3.0: A free shutdown utility All actions can be done locally or on a remote pc (if they are running poweroff). I hope your administrator will not blame you to install a less than 200 Kb exe on each box. Install the program (in fact, you just have to copy the exe in %SystemRoot%\System32), create the service, save settings on each computer and uncheck "Visible in tray"
  8. @hp38guser Thanks for your answer. A google search with "expand.exe -r" put me at this URL MSFN's unattended XP CD - Compressed Files and ModifyPE and another similar answer here: Expand multiple files .cmd? I will check my code and edit my previous post with the correct syntax.
  9. As stated by Nazgul in this post #567, WindowsInstaller-KB893803-x86.exe has been removed by Microsoft. Shouldn't says that: due to bugs?
  10. Update Rollup 1 for Windows 2000 SP4 was released June 28, 2005. This update rollup contains a list of security-related updates produced for Windows 2000 between the release of Windows 2000 SP4 and April 30, 2005. +-------------------------------------------------------------------------------------------+ Windows Security Updates Summary for May 2005 Published May 10, 2005 Microsoft Security Bulletin MS05-024 Vulnerability in Web View Could Allow Remote Code Execution (894320) Security Update for Windows 2000 (KB894320) Mise à jour de sécurité pour Windows 2000 (KB894320)
  11. RogueSpear I'm currently writing a small batch to pre-install HP DeskJet 3740 or 3840 Series driver and help file (from a network share to local drive) without using bloated (>70Mb) CD install from HP. The CD install cannot be run unattended because you must first start the install, and then plug the USB cable during install... :: Pre-install HP DeskJet %SERIES% Series Driver and help file @ECHO OFF SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION SET SERIES=3740 md "%ProgramFiles%\HP\hpz" cabarc -r -p X %SERIES%hpz.cab *.* C:\Progra~1\HP\hpz\ copy "%ProgramFiles%\HP\hpz\glue\fra\drivers\com_lang\hpf2vw10.dat" "%SystemRoot%\system32\spool\drivers\w32x86\3" /Y expand hpztsb10.ex_ %SystemRoot%\system32\spool\drivers\w32x86\3\hpztsb10.exe ::missing switch -r to expand command added May 13, 2005 FOR /F "USEBACKQ DELIMS==" %%J IN (`DIR /A-D /OGN /B "%ProgramFiles%\HP\hpz\glue\fra\drivers\com_lang\*.??_" 2^>NUL`) DO expand -r "%ProgramFiles%\HP\hpz\glue\common\drivers\win2k_xp\%%J" "%SystemRoot%\system32\spool\drivers\w32x86\3" > NUL FOR /F "USEBACKQ DELIMS==" %%J IN (`DIR /A-D /OGN /B "%ProgramFiles%\HP\hpz\glue\common\drivers\win2k_xp\*.??_" 2^>NUL`) DO expand -r "%ProgramFiles%\HP\hpz\glue\common\drivers\win2k_xp\%%J" "%SystemRoot%\system32\spool\drivers\w32x86\3" > NUL FOR /F "USEBACKQ DELIMS==" %%J IN (`DIR /A-D /OGN /B "%ProgramFiles%\HP\hpz\glue\common\drivers\com_os\*.??_ 2^>NUL`) DO expand -r "%ProgramFiles%\HP\hpz\glue\common\drivers\win2k_xp\%%J" "%SystemRoot%\system32\spool\drivers\w32x86\3" > NUL md "%ProgramFiles%\HP\Digital Imaging\help" cabarc -r -p X %SERIES%hlp.cab *.* C:\Progra~1\HP\Digita~1\help\ md "%ALLUSERSPROFILE%\Menu Démarrer\Programmes\HP\HP Deskjet %Series% Series" shortcut /f:"%ALLUSERSPROFILE%\Menu Démarrer\Programmes\HP\HP Deskjet %Series% Series\Restaurer l'icône de la barre des tâches.lnk" /a:c /t:"%SystemRoot%\system32\spool\drivers\w32x86\3\hpztbu10.exe -n """HP Deskjet %SERIES% Series""" -force" /d:"Restaure l'icône de la barre des tâches pour un accès aisé à la boîte à outils et aux propriétés de l'imprimante" /r:1 shortcut /f:"%ALLUSERSPROFILE%\Menu Démarrer\Programmes\HP\HP Deskjet %Series% Series\Guide de l'utilisateur.lnk" /a:c /t:"%ProgramFiles%\HP\Digital Imaging\help\dj%SERIES%.chm" /d:"Parcourez le Guide de l'utilisateur pour obtenir des informations et des conseils de dépannage" /r:1 setupcopyoeminf "%ProgramFiles%\HP\hpz\glue" I just need to change the 3 lines starting with a FOR command to make it run fine and make some improvments. Can someone check the correct syntax of the FOR command to expand a series of compressed files (*.??_) from the source "%ProgramFiles%\HP\hpz\glue\<whatever_subdir>" to the destination "%SystemRoot%\system32\spool\drivers\w32x86\3" EDIT: missing switch -r to expand command added May 13, 2005
  12. About the size of the drivers binaries, i recommend to use Driver Compressor Tool by hp38guser. It really saves a lot of space and as inf and cat files are both left uncompressed, you can use schalti method and Pyron tool to scan PnP drivers folders.
  13. Update Rollup 1 for Windows 2000 SP4 was released June 28, 2005. This update rollup contains a list of security-related updates produced for Windows 2000 between the release of Windows 2000 SP4 and April 30, 2005. +-------------------------------------------------------------------------------------------+ Windows Security Updates Summary for April 2005 Published April 12, 2005 ----------------------------------------------------------------------------------------------- Microsoft Security Bulletin MS05-016 Vulnerability in Windows Shell that Could Allow Remote Code Execution (893086) Security Update for Windows 2000 (KB893086) Mise à jour de sécurité pour Windows 2000 (KB893086) Microsoft Security Bulletin MS05-017 Vulnerability in Message Queuing Could Allow Code Execution (892944) Security Update for Windows 2000 (KB892944) Mise à jour de sécurité pour Windows 2000 (KB892944) Microsoft Security Bulletin MS05-018 Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege and Denial of Service (890859) Security Update for Windows 2000 (KB890859) Mise à jour de sécurité pour Windows 2000 (KB890859) Microsoft Security Bulletin MS05-019 Vulnerabilities in TCP/IP Could Allow Remote Code Execution and Denial of Service (893066) Security Update for Windows 2000 (KB893066) Mise à jour de sécurité pour Windows 2000 (KB893066) ---------------------------------------------------------------------------------------------- Microsoft Security Bulletin MS05-020 Cumulative Security Update for Internet Explorer (890923) Post #17 on Internet Explorer 6 Service Pack 1 (SP1) thread Updated component: Post #7 on Background Intelligent Transfer Service (BITS) thread
  14. Alternative for installing MSXML3 SP5 MS04-030: Vulnerability in WebDAV XML message handler could lead to a denial of service
  15. An update package that includes BITS 2.0 and WinHTTP 5.1 is available for Windows Server 2003, for Windows XP, and for Windows 2000 This software updates the Background Intelligent Transfer Service (BITS) to v2.0 and updates WinHTTP. Download ENU package: Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 Windows 2000 (KB842773) Télécharger la mise à jour FRA : Mise à jour pour le Service de transfert intelligent en arrière-plan (BITS) 2.0 et WinHTTP 5.1 Windows 2000 (KB842773)
  16. As you can see in my signature, i'm still using 2K. Thanks for sharing your eXPerience Searching with google, i have found this thread on neowin.net forums that could be of some interest for 2K Users: Change The Icons And Text On 2000 Desktop
  17. This method is awesome. "One small step for man, one giant leap for drivers UA." @schalti for discovering and explaining the way to achieve this @pyron for writing the magic exe Many, many, many thanks. No i understand how some manufacturers like Creative installs their WebCam drivers first on my running box and then let me plug the USB cable and let install the Cam without asking for the install media.
  18. @schalti just have a try with yours scripts on a Windows 2000 based installation. don't works as expected for me and just start to debug the process. My directory structure for PnPDrvrs: C:\PnpDrvrs C:\PnpDrvrs\Chipset C:\PnpDrvrs\Chipset\815.INF C:\PnpDrvrs\Chipset\815.CAT .../... here a sample of the first I_N_F.inf file created by your script: [Version] Signature = "$CHICAGO$" Provider = "schalti" DriverVer = 01/02/2004, 5.10.2600.0000 [DefaultInstall] CopyINF=815.INF [DefaultInstall.CoInstallers] AddReg=CoInstallers.AddReg CopyFiles=CoInstallers.CoInstallersCopy [CoInstallers.AddReg] HKR,,CoInstallers32,0x10008,"cocpyinf.dll,CoCopyINF" [CoInstallers.CoInstallersCopy] cocpyinf.dll,,,0x10 When i try to run at hand the command (debugging stage): rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 C:\PnPDrvrs\CHIPSET\I_N_F.inf nothing happens? no new OEM0.INF file in %windir%\inf no new OEM0.CAT file in %windir%\system32\CatRoot\{xxxxx} And i have edited drvcp.cmd to solve an copy error: rem W2K only copy /Y "%~dp0cocpyinf.dll" "%INFPATH%cocpyinf.dll" before editing the original line rem copy /Y "%~dp0cocpyinf.dll" "%INFPATH%I_N_F.inf" the <subdir>\I_N_F.inf file was overwrited with cocpyinf.dll As i understand, for WIN 2000, the dll should be copied in each subdir where is the I_N_F.inf file before running the command. I'm right? EDIT: After reading MSDN Device Installation: Windows DDK INF CopyINF Directive: I have tried to run this command first: regsvr32 c:\pnpdrvrs\cocpyinf.dll but don't works. Have you the answer to this problem specific to WIN2K? Or can you attach the full content of DDK tools directory in a zip file i can check by myself.
  19. Thanks BaTLeZone for your reports. Not enough time to check by myself. I have temporary added a link to your post on my first post. Have you tried to remove these HF reported by Incroyable HULK as unecessary HOTFIXES: Win2000 SP4 – WinXP SP1 – WinXP SP2 #post 484
  20. I have already post the answer to this question here: Copy File With Setup Under Windows Details about my specific Z310 server which use an onboard LSI MegaIDE RAID controller
  21. Can you post your cmd script to achieve these commands. Want to do the same thing: creating an auto-recovery CD booting PE and loading GHO image from the network.
  22. Just finish my registration at beta.microsoft.com Hope they will not take ages to answer my request in order to download this beta pack... Have somebody extract only this beta pack. I just want to know if there is a single cat file and single update.inf file and update.ver file inside?
  23. just two different methods but they don't share any binary files. Netmeeting: standards: H.323, T.120, LDAP (mostly) Administration via Remote Control (NetMeeting) Network Ports used by NetMeeting Terminal Services RDP: protocol based on an existing ITU T.120 family of protocols. Remote Desktop Protocol (RDP) Features and Performance TCP port 3389 is used by the Remote Desktop Protocol (RDP)
  24. SHLWAPI.DLL from 841356 details: \shlwapi.dll version 5.0.3900.6969 for users still using IE5.01SPx from original 2K source with SPx FileCondition=IE501RTM.Files.Conditional FileCondition=IE501SP1.Files.Conditional FileCondition=IE501SP2.Files.Conditional FileCondition=IE501SP3.Files.Conditional FileCondition=IE501SP4.Files.Conditional Install these files if IE501 RTM, SP1, SP2, SP3 or SP4 is still on the system xpclnt_qfe_binarydrop\shlwapi.dll version 6.0.2750.167 for users who have upgraded to no longer available IE6 a long time ago FileCondition=IE6.Files.Conditional Install these files if IE6 RTM is on the system "Version" "6.0.2600.0000" xpsp2_binarydrop\shlwapi.dll version 6.0.2800.1584 for users who have upgraded to latest available IE6SP1 FileCondition=IE6SP1.Files.Conditional Install these files if IE6 SP1 is on the system "Version" "6.0.2800.1106" To integrate IE6SP1 binary files into 2K source, we have to use xpsp2_binarydrop\shlwapi.dll This HotFix was released in mid' 2004. This specific DLL has been superceeded by the February 2005 cumulative security update 867282 which include a more recent shlwapi.dll You don't have to bother about these 841356 different shlwapi.dll, just skip it and only use the more recent which comes with each new cumulative security update for IE6SP1.
  25. You can probably use the 2K Server Terminal Services component in Administration Mode to have RDP. The hardest part is to study 2K Server inf file [Components] TerminalServices=TsOc.dll, HydraOc, TsOc.inf,,2 and find what to integrate (binary files and registry settings) in 2K Pro to make it works... a smart compare with the XP component may help to find what to keep or not... [Components] TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
×
×
  • Create New...