Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Well see Win7 and Vista customization is VERY different! They are not adding those via a file they are put DIRECTLY into the mounted wims regisry. It is possible, but not trivial. You would need to mount the image, use REGEDIT to load the registry hives (e.g. c:\mount\windows\system32\config\software), make your changes, unload the registry hives, and then commit the changes to the WIM.
  2. I think your "Source" is to blame here... NEVERMIND!!! I got fooled by the resurected old thread.
  3. He resurects a 6 year olf thread just to flame someone???
  4. See that little open space in your start menu? It says "Search for programs and files" put this is it: $RMQLTWG.iso And it should find it for you! Once found follow cluberti's advice in the previous post. An iso is an image of the disk's contents. Kinda like a box that holds everything. IF it is hidden (Probably is) do this and then search again please: 1. Click Start. 2. Type "search" in start search box. 3. click "Change search options for files and folders". 4. Now, Click on View tab . 5. Under View, a)Select the radio button labeled Show hidden files, folders, and drives b)Remove the checkmark from the checkbox labeled Hide extensions for known file types. c)Remove the checkmark from the checkbox labeled Hide protected operating system files. 6. Click on Apply and Ok.
  5. XP x64 was released at the sp1 level m8.
  6. Try *.iso If that fails sort by size and look for a file that is @3gigs in size.
  7. Compared to what? Derek Compared to slamming a glass plate on the floor? Seriously though if it sucked so much why are we still using it? (He is prolly a mac or fat32 fanboy)
  8. Oh yeah that too.
  9. #1 please change your title. (It's a very non-suggested title) #2 Ask a mod to move this to the nLite section, where it belongs. #3 You have to add the SATA, txtmode, drivers to the disk. Edit: Presario c500** C500 what? there are a handfull of these models please provide the service tag.
  10. @ cdob: I think I am running into the error you speak of with one user. Would the current config possibly cause this? http://img198.imageshack.us/img198/3138/errorgr.png Also is there a way to get it to use the boot sector but not leave a copy of it in the Windows source folder?
  11. I would think that they are unicode on a good number of users.
  12. Yeah an end user of this is very likely to use massstorage drivers.
  13. I agree UPPERCASE is ugly. Especially on a WPI-style disk where you have dozens of installers and hundreds of files. I have yet to run into an issue with booting from a disk with the current config.
  14. 11? LOL Hey I am testing it on a win2k installation right now with the iso level 4 and so far it is running GOOD! Thank you guys so much! Edit: Install went fine! The tool is now pretty much complete. Thank you guys!
  15. I does run a genuine check during install afaik.
  16. Yes the updates are language dependant.
  17. That explains ALOT. Now to translate it to the relevant code.
  18. LIke I SAID in my earlier post...:
  19. OK! One LAST request! I made SEVERAL ISO's with it. and tried a vm of windows 2k and xp both went well. I also compiled everthing into a neat, tiny little .exe. Special thanks to CoffeFiend included! Attached is the resulting project. You run it and select the folder for ISO creation OR drag 'n drop a folder on it and it will do its thing. I have VERY little knowledge of mkisofs commands so if anyone seees any improvements please let me know so I can call this final! Commands called: If bootable Then wsh.Run chr(34) & locpath & "\mkisofs.exe" & chr(34) & " -b " & chr(34) & bootsect & chr(34) & _ " -no-emul-boot -boot-load-seg 0x7C0 -boot-load-size 4 -hide " & _ chr(34) & bootsect & chr(34) & " -hide-joliet " & chr(34) & bootsect & chr(34) & _ " -hide boot.catalog -hide-joliet boot.catalog -relaxed-filenames -duplicates-once -iso-level 4 -J -l -joliet-long -allow-multidot " & _ "-sysid ""Win32"" -V ""Windows"" -m thumbs.db -o " & chr(34) & src & ".iso" & chr(34) & " " & chr(34) & src & chr(34) Else wsh.Run chr(34) & locpath & "\mkisofs.exe" & chr(34) & " -relaxed-filenames -duplicates-once -iso-level 4 -J -l -joliet-long -allow-multidot " & _ "-sysid ""Win32"" -V ""Data"" -m thumbs.db -o " & chr(34) & src & ".iso" & chr(34) & " " & chr(34) & src & chr(34) End If
  20. Found an error. When you are going to make a data disk and select no instead of gracefully exiting it opens the browse for folder dialog.
  21. Of course. THANK YOU SO MUCH! I will test the crap out of it tonight.
  22. This is awesome. No do I have your permission to change any part of it (Like the Message areas) and redistribute?
  23. Yes in its parent folder please. (Not what I said what I meant)
×
×
  • Create New...