Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. you can't integrate msn7 ... just post installation ...
  2. @Wesmosis: You should run in RunOnceEx because cmdlines runs @ T-12 ... no user logged yet ... you must login with the user (and with the good My Documents). note: Each user has each My Documents ...
  3. In your $OEM$ make directory called $1 , and make another MyDocs for example. Just copy the content in the MyDocs. Creates a batch file contains : xcopy "%SystemDrive%\MyDocs" "%UserProfile\My Documents\" /s rd /s /q "%SystemDrive%\MyDocs" Runs this batch in your RunOnceEx .... It's a solution ... other exist too ... edit: okay supertoast
  4. it's doesn't work ... in fact, I have already test this but when my batch creates users, it creates a folder MyUserName.xxxx ... finally I use $1 folder and a batch to copy files to other folders ....
  5. You can use AutoIt script if no exist switchs .... More search on the forum man
  6. You must place your cmd in the RunOnceEx registry key ... in each file you set the next cmd to execute ... for reboot use "shutdown -r -t xx" (where xx are the seconds) Goodbye.
  7. Create Admin.ini like this : [Admin] SilentInstallation=1 VerySilentInstallation=0 Reboot=no Serial=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx You can create more customized ini with avast "Create UnAttended" function ... Goodbye.
  8. Google says it's problem to install Catalog .... have you disable any services ?
  9. Hum ... okay for the easy solution from one cd ... Just pick up the batch to install control panels ... (i'm not banned, but I think this question is posted sometimes so lot of people want to ban me ... same as n00b questions ... hum it's hard for me to explain me plenty in english lol ) Goodbye.
  10. Re-enable/start service called "DHCP Client" (even if you specify manually the ip ...)
  11. This is caused by .NET FrameWork, it creates a new user ASPNET , disable or remove this user and it's okay, or use .NET FrameWork repackaged by RyanVM. The "AutoLogon" is a solution too ... Goodbye.
  12. hum thx Nilfred ... I think I just understand the way ... we can download files on microsoft.com without validation (for me I make tests on a Home version not activated ...) but we must have the direct link, true ?
  13. Your 1) is for Firewall ? (tu veut que la case soit cochée ? )
  14. KB900930 French (international ?) mirror ... http://sonic9.free.fr/files/Updates/kb900930_fr.exe
  15. Hi ! I have just create topic for the same thing , I'm banned lol If nobody have a solution, I will start to make a solution but during the hollydays ... (in one month ... ) Goodbye.
  16. oups okay ! Internet Explorer cumulative ... 4198kb French version ... Microsoft says 4194kb for US version ...
  17. What's the link on microsoft ? I havn't this hotfixe ... edit : see next post ...
  18. Hi all ! This is my report for all post sp2 hotfixes for anyone discover the world on unattended install It's the list of all from fresh install (on VmWare). Source -> Windows XP SP2 (Home) with WMP10 RyanVM .NET FrameWork 1.1 SP1 June Release pack Imho we can find 3 sections : Base (4) : ---------- Windows Update v6 - Client Windows Installer 3.1 v2 - 893803v2 Windows Installer Update - 898461 Windows Genuine Advantage Patchs 1 (24) : --------------- 873333 873339 885250 885835 885836 886185 887742 888113 888302 890046 890859 891781 893066 893086 893756 894391 896358 896422 896423 896428 899587 899588 899591 901214 Patchs 2 (7) : -------------- Cumulative IE6 - 896727 Cumulative OE6 - 887797 OE6 Fix - 900930 Malicious Removal Tool 1.7 - 890830 Windows Messenger - 887472 HighMAT Support Windows Media Connect I will confirm this list tomorrow ... Goodbye!
  19. no, on fresh install Windows Update list each hofixes (894391 & 873333).
  20. Hi all, Just one fast question, Is it possible to store DP folder on one folder, and start the search drivers after windows installation ? I think it's possible with make lot of change manually, but anyone has already a solution ? Thanks ! Eventually, if I have the time to make this, I will post my solution ... Continue to your great job bash ! Sorry again if this question is redundancy
  21. @mzar720: taskkill is integrated to windows ... pskill is an external command (and I think it has more options ...) @all: to install MSN i use "/qb" switch .. and this is my post-reg file. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "FirstTimeUser"=dword:00000000 "AppSettings"=hex:42,02,00,00 it run msn but just in systray .. For don't run anylong , try to configure your msn in the options and exprt AppSettings key ... Goodbye.
  22. Why you have decompresses Langpack for .NET ? HighMAT ? WMC ? I use the original file and this is my code WindowsMedia\\WindowsMediaConnect.exe /Q Divers\\Extension_HighMAT.exe /qb FrameWork\\FrameWork_FR.exe /q:a /c:"inst /q" It's unattended 100%
  23. Link for Windows Genuine Advantage http://www.msfn.org/board/index.php?showto...ndpost&p=360886 note: Remove the space after the backslah ... and add http ...
  24. after @echo off insert cd /d "%~dp0" The batch search all external program in the folder of the batch ... Goodbye.
×
×
  • Create New...