Jump to content

Alanoll

Patron
  • Posts

    5,494
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Alanoll

  1. it's not like it'd be all that hard. Copy paste from here.. just before the first letter of each section put <a name="(LETTER"> and at the top where you index is.... <a href="#(LETTER)">(Letter)</a> there's your links, then just use <H2> and <H3> for your font sizes (I'm not original, but it's simple). <STRONG> for bolding things. </ (whatevert tag)> to close them, and you're done.
  2. yes. Just think of your uptodate XPCD created bu XPCREATE as your new source, and use that as the bases for your Unattended needs. It may be helpful to look at the top of that page, Unattended and select Getting Started.....
  3. Good thing there isn't a limit to the number of pictures one has, just the size they take up.....
  4. Alanoll

    XPCREATE

    nice isn't it? takes all the manual labor out of it..... I shall test this today or tomorrow along with that pesky DX patch....
  5. i got time tomorrow i believe..... perhaps tonight, maybe not.... I shall do some testing.....
  6. well.... flyakite's old method was have one update on the front page, but since I'm doing them almost everyday, I didn't see the point. His way was to include only one update on the front page, and all others on the Updates page. I'll get to that.
  7. I was planning on adding your name saying I stripped it from you. But in reality, the only part that I actually copied, was the top part, and the image. The rest was a copy of ERD Commander. They were almost identical, considering they should be. BartPE page editied to remove your little notes.
  8. Alanoll

    XPCREATE

    that list is the CRITICAL updates, where as XPCREATE has the download of ALL updates that are listed by WU and MSBA (minus the Networking Update of course)
  9. perhaps you should post that in the XPCREATE forum. This is just listting it for people to download. As a note, I believe there are current issues with it and XPC, it installs, but WU still says it's not....
  10. Added BartPE section..... Win98 tomorrow hopefully.... I'll added links to those plugins page later... As for UBCD I really don't have a copy of that....dunno where to get one. If you give me a translation in HTML like it is on your site, only english, I'll edit it to Flyakite's style and add it....
  11. just out of curiousity Cubie.... Why create a rar file? Why not just a batch file with a downloader that gets the patches from microsoft directly? aves you bandwidth.....and no large updates.....
  12. huh..... well, then back to the drawing board.... did you use the 1.6 setup? or the 1.7?
  13. all their sizes are 1025?
  14. I wish i knew how to use WinPE Looks like it's reading time when I get time First stop, THE STICKY. (I've never even looked at WinPE before, just started messing with BartPE....)
  15. can't you edit the script? if the script is simple, perhaps just adding another line? or if it's just a line that calls the reg file, change the entry to a batch file that then calls teh two reg files.....
  16. due date: When I finish it? lol. I built a test yesterday. Just experimenting, so I know what I'm writing about.... If I don't do something with my girlfriend tonight, I'll work on it, but I'm sure you guys honestly don't think you take precedence of her do you? Stupid question, which would you rather do? Do something outside of the house with your girlfriend, or sit in front of the computer?
  17. just use XPC first, and then use CDROOT as your XPCD folder from the guide.
  18. doesn't XPC have a folder to put a hotfix without slipstreaming? eh eh? has anyone tried to just add it to SVCPACK.INF after a normal XPC routine? not putting it in one of the folder, leaving it out, and the manually adding the entry?
  19. perhaps (thinking outload at the moment in reality) if we used SETX or REG to return the binary to a variable, we then echo it out to a temp file, and when we get the the right byte (perhaps usign for loop, and echoing 2 characters at a time) we replace ti with the "on" byte, and continue through the loops. We then return that to a variable, and reenter it into the registry. Any DOS people out there? (I never quite understood for loops. I learned them from C, and never really understand the DOS ones....dunny why)
  20. I never understood why people just didn't create a SFX archive from the ZIP download..... I'll look into the installer.... well now.....wasn't too hard... Replace the setup.exe included with Firefox and replace it with the one frmo Mozilla. Then it should work.... (as a note, your screen may go alittle crazy, but maybe it's because I tested it on Win98 )
  21. that key saves any settings you ahve. Detail view, Arrange Icon....all those... as for loading the QuickLaunch..... it works from cmdlines.txt. The settings HAVE to be loaded before the desktop loads. for it to work on your current intall, just trying to reg file, you have to log in as a different user, load up that other user's hive into Regedit, and then add the entry, or you could use the SID HKEY_USER for the test, but it won't work during an actual install. or you could load up a RunOnceEX entry, that then calls teh Registry file to import the Quicklaunch settings. But it has to be done BEFORE the desktop loads. As for accurately getting the binary numbers, just set whatever settings you want, and export the key. It will retain the correct settings. Though some settings you think are in it, may not be, so don't blame the key.
  22. I have you know, I'm following that rule..... But yeah, Cubie's is alittle exsessive....
  23. If you look at the commands.... All the XPCD entries have a %XPCD%:\ entry, so it was expecting a letter, not a path. Try removing the : after the %XPCD% entries.
×
×
  • Create New...