Jump to content

remyblade

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by remyblade

  1. You're missing this: ;SetupMgrTag Should be above [data] Sincerly RemyBlade
  2. THX. IRP. really thx. Thx to you i now will probaly never be able to use xplode which i was looking forward to. @Xplode Pls don't let people like IRP discourage you. There are enough people who appreciate youre work.
  3. Could you please send it to me. Greetings, RemyBlade
  4. ;Increase the USB Polling Interval [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000] "IdleEnable"=dword:00000001 ;Usb Error Checking [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Usb] "ErrorCheckingEnabled"=dword:00000000 Is this what you're looking for ? RemyBlade
  5. Whatever you prefer, but i suggest you copy it's faster (and no typo's). I did it like this and it works. RemyBlade
  6. Hi, I can, hopefully, help you with problem 1 : I expect you extracted deamon.msi using winrar or alike from the file you got from daemontools. If so try to use /QB. (capital letters!!) It made it work for me. RemyBlade
  7. You can delete that file, because you don't need it. RemyBlade
  8. Extually bladewraith is right, put winnt.sif in youre \i368 directory. You don't need the .bat file so you can delete it. RemyBlade
  9. These you can safely remove, but as far as i know you need the rest. RemyBlade
  10. Yes, just copy and paste and it will work. Remyblade
  11. Hi, Next time try searching the forum. It's been mentioned several times, but since youre new here we'll let it slide. start /wait %systemdrive%\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q /C:"dahotfix /Q /N" RemyBlade
  12. But of course it's possible. Try this. ECHO Installing Norton Systemworks 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\Systemworks2003\nsw.msi /QB Reboot=Suppress RemyBlade
  13. No you don't need it installed. It's selfextracting. p.s. you can use /S to install silently. RemyBlade
  14. You want feedback, i'll give you feedback. But first of thanks for sending it. I've only been fooling around with it for about an hour now and i works fine. There are only a few cosmetic changes i would like : 1. When typing the Productkey it would be nice if you can type the whole key, not 5 times 5. 2. i've noticed that you inclueded languagegroup.htm, but when i push the button it doesn't show up. I know which one i need so i don't need it but i would be nice. 3. You added some "default" values. I would suggest not installing the windows games (freecell, pinball, solitaire, etc.) as a default. Thats it for now. RemyBlade
  15. To be honest i would love it that way, easyer to explain to some people and makes it a lot easier for a lot of people i know who would love to do this but don't know how. And i am not going to do it for them (to busy doing my own). Remyblade
  16. Yes there is : NET USER aspnet /DELETE where aspnet is the username Remyblade
  17. Use this : OemSkipWelcome=1 under [GuiUnattended] Works for me. RemyBlade
  18. Bye the way. You need to copy youre winzip directory from a computer where it's already installed. But i'm sure you understood that. RemyBlade
  19. First of all i don't use winzip 8.1 but 9.0 beta, but you get the idea. I can't remember exactly on which thread i found this but i works for me. So credit goes to whom ever wrote this code. ECHO Installing Winzip 9.0 beta MD "%systemdrive%\Program Files\Winzip" XCOPY "%systemdrive%\install\Winzip" "%systemdrive%\Program Files\Winzip" /Q /Y ECHO Please wait... pushd "%systemdrive%\Program Files\Winzip" start /wait winzip32.exe /noqp /autoinstall popd RemyBlade
×
×
  • Create New...