Jump to content

THERMALTAKE

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by THERMALTAKE

  1. The switch for System Mechanic 8 "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" of course if you are using current version of this program, if not program will start downloading new version
  2. While testing the silent installation of daemon tools the problem of the choice of the language appeared me, that is why I add responsible for this the file: --------------------------- [Global] Automount=1 Autostart=0 [Options] PanelVisble=0 PanelIncluded=0 PanelTopmost=0 [View] Language=1045 // 1033 - English Language Write down it as daemontools.ini in %systemdrive%\Documents and Settings\Administrator\Application Data\DAEMON Tools ------------------------- Next I suggest to download http://www.esnips.com/nsdoc/09da6895-83aa-...c7-f702394f4a56 (this is an addon of daemon without SPTD) and unpack. ---------------------------------- Run('dt4123.exe') Sleep(6000) If ProcessExists ("firefox.exe") Then ProcessClose ("firefox.exe") If ProcessExists ("iexplore.exe") Then ProcessClose ("iexplore.exe") -------------------------- Save this scirpt and everything should work fine.
  3. Try this. I wrote an AutoIt Scirpt for newest Daemon and everthing installs silently. I think so. Daemon_Tools.rar
  4. I suggest you to write a AutoIt script and everything should work fine. What kind of installer is this?? Maybe you should download not a multilanguage installer..
  5. If you occured this kind of problem using nlite you propably had removed basic internet explorer from the source. You should first apply IE7 to your compilation and after that remove files using nlite (I suggest you not to remove basic IE because it have important libraries which are being used by IE7)
  6. create a file called "cmdlines.txt" directly in the $OEM$ folder. (note: no spaces in filename). That cmdlines.txt file gets parsed as if it was a batch file, at T-13, automatically by windows setup. Have the paths written correctly. Here's my cmdlines.txt, for a sample: CODE [Commands] "regedit /S mytweaks.reg" (where the file "mytweaks.reg" is also placed in the same directory - $OEM$)
  7. I think you should create a winnt.sif inside i386 folder of course if you haven't done this yet and create section [GuiRunOnce]. Then add "regedit /s %SystemRoot%\System32\tweaks.reg"
  8. Just remove this option from winnt.sif, it should solve your problem.
  9. Propably, this problem is caused by nlite because service pack 3 include new patches for .dll files. Nlite doesn't contain full support for new sp3 for windows. So you should try to apply another theme or use Ryanvm pack to update your system, because in my opinion new microsoft update slow down efficiency of effective using win xp Try this: http://www.msfn.org/board/SP3-UX-theme-pat...11-t116237.html
  10. Yes you're right. You can create new key but I've seen serveral threads where people experienced problems with some HKLM tweaks imported at T-12. However, I've never heard of problems with importing at the first logon. In my own tests, the HKLM tweaks applied at T-12 seem OK but some HKCU tweaks don't stick.
  11. Yes, they are overwriten. As I said, create a bat or cmd file to apply them on first logon. Regedit /s Regkeyfile.reg where regkeyfile.reg would be Regkeyfile.reg in your case so for the runonce in the registry: [HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce] "BLABLA"="regedit /s regkey.reg" You also can run executables or batch script from the run or runonce key. So if you for example would like to run Henk.exe the next time the computer is started you could add this to the registry: [HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce] "Henk"="C:\pathto\henk.exe"
  12. I suggest you to write a .bat file which is run on first start of windows. What about your problem, windows is applying customalization after installation, after first logon.
  13. Thanks ilko_t for your help . I made a new source and everything works fine.
  14. My source is nlite-ed. I'm trying to install new system, not to upgrade.
  15. During installation when drivers have uploaded and screen is switching to next phase of installation (choosing where windows must be installed) I occured a problem - blue screen. please help. When I install windows from cd everything is ok. I used multiboot 8 to integrate files to my usb
  16. I've got one small problem. I cannot finish silent install of Zone Alarm. Everything during install is good but at the end I have message that I must restart Windows and there is no option to do it later. I was thinking that I can close this process after install this program in taskmgr. But there is problem. Everything is good when this process is first at the list of all process but I don't know how finish this process when it will be for example the last. Any ideas??
×
×
  • Create New...