Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. Yes it delete all partitions present and create one partition with fast format. Please, for more informations read the guide. Don't forget to post your results.
  2. but warning, because dlls are dependant of other dlls sometimes. For example, to use Windoctor from my usb key, I have use "Dependance Walker" (acts as PE file analyser I think) and I have just copied the required dlls but doesn't work. I have done the work by the manual way (aka copy and try to run the exe)
  3. Do you use an Unattended setup or/with WinNT.sif with drivers integrated ? if yes, you can't use F6, because paths are hardcoded into winnt.sif and windows ignore path indicate by floppy. 1) You must re-create your cd with integrated sata drivers. or 2) You must use a cd without Winnt.sif/Unattended.txt informations. Goodbye.
  4. usbechci.sys is for USB controller, what version of windows xp have you got ?
  5. Uninstall your catalyst drivers. Office use MSI engine to install and Catalyst too (and many other programs), I think the install of your catalyst has had a problem.
  6. djnando is right. You must "start" command from your bat to launch an apps with priority.
  7. Try to rescan your system in Safe mode, if can't disable all non-microsoft services & startup apps using msconfig and reboot to rescn your system. Try to rescan your system in Safe mode, if can't, disable all non-microsoft services & startup apps using msconfig and reboot to rescan your system.
  8. okay. I did not know.
  9. yes Start_MinMFU allow to define the number of most used program pinned to start menu.
  10. My method: * Decompress the original exe to new DirectX folder * Make a batch (Go.cmd) like this : @echo off echo Microsoft DirectX 9.0C (December 2005) ... start /w DXSETUP.EXE /silent cls exit & put it in DirectX9 folder. * SFX the DirectX9 with executing Go.cmd at the end of temp extraction. I use winrar and this is my settings (in the last tab of dialog) : Setup=Go.cmd TempMode Silent=2 Overwrite=1 edit: just put the new .exe in SVCPACK and add it in your .inf file without any switchs.
  11. All new users get settings from Default User settings, settings are stored in HKEY_USERS\.DEFAULT. You can export your current settings and edit the output regfile to .DEFAULT user to keep your settings to all new users. Warning many informations will be in new users created. You can stripp the regfile to just keep what you want. (sorry for my english ^^ )
  12. How works progress bar ? For example I have many apps into SFX, so there is a first progress bar to decompress and second there is batch file to execute some commands and real isntall begin. kTool works with that case ?
  13. Personnaly I have a batch which it's reinstall all post sp2 updates. It's not bad to replace fresh dll. But if you want check if KB is already present, check in Windows directory there are KBxxxxxx.log file for each update.
  14. There is two levels of the sare. First level is the share tab which is allow Access & Read/Write features and Name of share. Second level (only for NTFS volume) allow to tune the share. *If you have enable Guest account/Simple sharing, anyone login on your share with Guesst accunt, so you can limit or edit ntfs permissions for Guest account, for example: C:\ is shared. All can read it, but if C:\Windows\Help has ntfs permissions with Guest account can't read the folder, during browsing by network Guest can't read Help folder. But all others are okay. *If you have disable Simple sharing, windows ask anyone to enter login & pass, the users entered are validate with local accounts of your computer and if it's okay access granted. NTFS permissions works same as above, but each user can be tuned. I hope you have understand the way, goodbye. Edit: The first level is priority of second level. If you have just Read mode, users can't write even ntfs rights allow to write.
  15. Welcome pcclinic1. FR : Interdit d'utiliser des versions illégales de Windows. C'est un forum d'aide à la création de SON propre CD, pour les installations silencieuses, il faut plutôt aller dans la section UnAttended Windows.
  16. Try to install original driver from cd , or go to offical website of manufacturer. Sometimes Windows Update be wrong with ac97 drivers (like Cmedia & SoundMax, from my experiences)
  17. You can rename user 'local' but Profile directory will be always 'Local' (in D&S folder)
  18. I think the actual partition of your drive isn't bootable, try to delete partition and recreate/reformat drive within first installation part. Don't keep actual partition, setup will rewrite boot sector & mbr.
  19. Try regsvr32 this. regsvr32 /u wzcdlg.dll regsvr32 wzcdlg.dll
  20. woups I would like say : "Make sure the file is present in SVCPACK folder" (more than a typo ^^) sorry.
  21. Lmhosts (for win9x) allow to specify hardcoded ip-dns. In windows xp there is in %windir%\system32\drivers\etc\hosts (yes, it's a file without extension). Normally this file contain just 127.0.0.1 localhost
  22. Okay let's go, this is mine (cmd) : @echo off title Copy CD to hard disk ... for /f "skip=4 tokens=3" %%p in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v SourcePath') do set source=%%p xcopy /s /y "%source%" "%systemdrive%\i386\" set source=%systemdrive%\ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "SourcePath" /d "%source%i386" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "Installation Sources" /t REG_MULTI_SZ /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "SourcePath" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "ServicePackSourcePath" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Transaction Server\Setup(OCM)" /v "Source Path" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\MSDTC\Setup" /v "Source Path" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\COM3\Setup" /v "Source Path" /d "%source%\" /f >NUL exit It can be run from cmdlines.txt for example.
  23. What is "but they are all Unspecified" ?
  24. If keys are recreated, it's because a program is re-executed at startup. Check all program at startup with this tools : AutoRuns from sysinternals.
  25. I have read too fast your problem, I thought the second screenshot is from you. It strange problem because IE & Firefox doesn't use same engine to render page. What about your lmhosts ? Do you use any popup bloker ? or software to avoid pubs ?
×
×
  • Create New...