Jump to content

Glowy

Member
  • Posts

    308
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Glowy

  1. Can you lookup the crypt32.dll file in your system32 dir, and check the file version? Mine is 5.131.2600.1123 (xpsp2.020921-0842) (Windows XP Pro SP1 + Hotfixes) Maybe this is a sort order problem.
  2. What's going on here??????
  3. WHAHAHAHAHA GreenMachine is right... why translate a program that just displays info.. and does ALL the work for u.... lazy bums!!! And hey... it's just a batch file... why not translate it yourself!
  4. As long as we understand what you are trying to say, your english is fine!
  5. What are the reg keys you add?
  6. Dutch! xpcreate wurx fine with the dutch version.. no real need to translate the prog... most of the ppl can read english right? ---------------------------- Let's discuss right and left: you're right, I left
  7. The message means that the bootsector was unable to find the file \I386\SETUPLDR.BIN on the CD. This can have two reasons: The file is not present or the reason explained below... Depending on the CD writing program, the file SETUPLDR.BIN (and every other file on the CD) is stored in the file table either as SETUPLDR.BIN;1 or else as SETUPLDR.BIN the first variant is standard (';1' is "file version" as described in ISO9660 and an obligatory part of the file name), the second variant is used by Microsoft on it's CDs. The bootsectors NT5BOOT.BIN and NT4BOOT.BIN will only findthe file \I386\SETUPLDR.BIN if the ';1' is not present. What program did you use to burn the ISO? in nero you can disable the ADD ISO file version option to fix this. I believe that in version prior to 5.8 you need to do this in the registry HKCU\Software\ahead\Nero - Burning ROM\General Find the value "ADD ISO file version" and set the value from 1 to 0
  8. I can only see apps in your screenshot of runonceex. Did you slipstream the hotfixes, or are there no hotfixes at all?
  9. I think that you want this one \Software\MovieMak\mm20.msi /qn to look like this one E:\Software\MovieMak\mm20.msi /qn Am I right? The reason why this doesn't work in your test is probably because you ran the cmd file in a working environment without a cd.txt file in any driveletter, or on the C:, the batch skips that drive. By do you mean there are no values under the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\01 Key other than Nero Burning Rom?try to change line REG ADD %KEY%\01 /V 1 /D "%CDROM%\Software\Nero\nero63110.exe /no_ui /silent /noreboot" /f into REG ADD %KEY%\01 /V 1 /D "\"%CDROM%\Software\Nero\nero63110.exe\" /no_ui /silent /noreboot" /f
  10. sounds like a few syntax errs in your cmd file.. plz post it in the thread so we can take a look at it
  11. searched the iNet and found the problem may come from the MS04-011 update. don't know how to fix it though.... did you manually add hotfixes or did you use xpcreate?
  12. I think this must be: The Procedure Entry Point I_CertUpdateStore Could not be Located in the Dynamic Link Library crypt32.dll I'll look into this...
  13. Hi, read this thread.
  14. Why not use a vmware machine. test it a gazillion time without the chance of coasters
  15. It may help if you can translate it to english.
  16. You can also add this to the registry [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"EnableQuickReboot"="1"And use Shift+Ctrl+Alt+Del to Quick reboot
  17. Uhm sorry, been busy switching jobs... maybe this helps: http://www.mlin.net/StartupCPL.shtml
  18. These setting should work fine.. Make sure the adapternumber is correct [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=192.168.0.1 SubnetMask=255.255.255.0 DefaultGateway=192.168.0.253 DNSServerSearchOrder=192.168.0.253
  19. Glowy

    XPdeploy 0.1b

    Hey looks kewl... using Xplode an Cselect now... this looks veeeeeeeeerrry nice... gonna test it for sure
  20. Here's the code I use to disable the MS-Messenger: [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32]@="""old-def"="C:\\Program Files\\Messenger\\msgsc.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express]"Hide Messenger"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]"PreventAutoUpdate"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\10.0\Outlook\InstantMessaging]"ForceDisableIM"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]"PreventAutoRun"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Messenger\Client]"PreventAutoRun"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]"Disabled"=dword:00000001"PreventBackgroundDownload"=dword:00000001"PreventRun"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Messenger\Client]"PreventRun"=dword:00000001Also add to your winnt.sif: [Components] WMAccess=OffWhat visual effects aren't working? as far as I can see your ShowSuperhidden will not work. I had this problem and used the following code to make it work: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]"DefaultValue"=dword:00000001
  21. Eike's Experimental client http://ei.kefro.st/projects/
  22. just search on download.com.. most of them are freeware. I use flashget myself..
  23. Why not get a download manager? there are lots around...
  24. Old and skweaky laptop won't run anything newer that 95
  25. @cyberdiamond http://unattended.msfn.org/xp/drivers.htm states that subfolders are not allowed unless u point to them in the winnt.sif... I'm confused or did u forget to mention that the path must be in the winnt.sif? or maybe it works.. dunno.. hope u can tell me.. I think I'll go with the MSFN guide
×
×
  • Create New...