Jump to content

big_gie

Member
  • Posts

    618
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by big_gie

  1. v0.7.1 is up Bug corrected with environment variables longer than 20 characters couldn't be resolved (%userprofile%, %appdata%, etc.) If you use those variables, update the program!!!
  2. This evening, I'm at work right now
  3. Make a search on the forum for WINNTBBU.DLL Youll need to edit this dll http://www.msfn.org/board/index.php?showtopic=8385
  4. Dunno, but I think I've already saw it... There is someone who made a .js script to install winamp silently, a bit like autoit does it. There is surely an equivalent in vbs, as both can do the same thing. I highly suggest you download the WSH documentation. You will find ANYTHING you are looking for in WSH.
  5. The line: var oExec = WshShell.Exec("systemdrive\Install\Codecs\DivX\DivXPro502Bundle.exe"); should be more like var oExec = WshShell.Exec(systemdrive + "\\Install\\Codecs\\DivX\\DivXPro502Bundle.exe");
  6. I got an "drmclien.dll: file not found" error on winamp launch... Downloaded from somewhere else but why is it doing this?
  7. Anyone succeeded in setting it up unattended? By default all downloads for eveybody goes to C:\My Shared Folder How can I change this? It seems that its user based so maybe before logon it could be set... Or else I'll create an AutoIT script that launch the wizard... But different download path for different user? I did not find where it stored its settings... registry? app data? ini?? If anyone has any clue please post them! thank you very much.
  8. I think he meant the "current directory". Can't you give full paths? You can use environment variables inside JScript: Shell = WScript.CreateObject("WScript.Shell"); Environnement_system = Shell.Environment("SYSTEM"); Environnement_process = Shell.Environment("PROCESS"); Network = WScript.CreateObject("WScript.Network"); windir = Environnement_process("SYSTEMROOT") systemdrive = Environnement_process("SYSTEMDRIVE"); ProgramFiles = Shell.RegRead("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ProgramFilesDir"); SourcePath = Shell.RegRead("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup\\SourcePath"); Nothing really complicated. I use this @ t-12 (cmdlines.txt) and they work fine
  9. Well maybe. I never used diskpart. I do know though that it can only be run in Windows. mt39 can only be run in windows too. Why would you want to format your drive when Windows is installing/finished installing?? Or maybe you'd want to use it sometime else...
  10. FileZilla too!!
  11. Antartica? Nobody's living there. Its not a country, and its the only place on earth that doesn't belong to a country! Here Montreal, Canada
  12. No problem m8 Hope you'll find this usefull!!!
  13. Their is a tool I think somewhere that can achieve this... can't remember though. Seach
  14. Wow this is really nice!! I've always wanted to do a custom menu to add the program installation or installing hotfixes on a computer with windows already installed!! Thanx m8
  15. Thanx alanoll
  16. I don't think its possible. But why do you bother? Its just there for about 20 seconds... Or did you meant the GUI like this?
  17. WinGuides is your friend for those kinds of things. Don't bother with tweakui or others.
  18. Here's mine. It "looks" transparent because its the same background but its just some kind of gray. OEMLOGO.BMP
  19. The only command line formating tool that could be called from a dos boot disk that I fould was PowerQuest's PQdisk. It's the only command line tool that could format a NTFS drive from dos that I've found... PQdisk is part of Powerquest Deploy Toolkit's wich is part of DeployCenter Library WHICH IS NOT FREE. There may be some open source alternative. Look for the Linux-NTFS Project
  20. There is a official world language??? whats its called? worldish?? Since french is the second official, where's english??
  21. big_gie

    boot.ini

    default=c:\$win_nt$.~bt\bootsect.dat [op sys] c:\="microsoft windows" ??? $win_nt$.~bt?????????? whats that??? heres mine: multi(0) = ? disk(0) = first disk (?) rdisk(0) = ? partition(1) = first partition
  22. I'd like to know this too
  23. There is a rundll32.exe command line switch to hide certain icons... not sure though
×
×
  • Create New...