Jump to content

Rancor

Member
  • Posts

    45
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Posts posted by Rancor

  1. You might get an error as setup tries registering files.  Look in syssetup.inf under the [olecontrols], the movie maker file is in that list (i don't remember the file name off hand, it's something like mmer...dll), so when syssetup.inf registers files it'll say "hey, i can't find this file".  Also in the list is srstr.dll, the system restore file (i believe, i'm not in front of an xp box so i could be wrong).  If you are using FullUnattended, any errors will be silently logged to setuperr.log, you won't see them during the install.  If you're not using an unattended install, you *might* see the errors.

    -gosh

    Alrighty then, as long as no dialog boxes pop up, interrupting everything, I'm cool with it... thanks again, gotta try this out :)

  2. Nice post and a great way to get rid of some of that "important" "core" stuff :)

    Just one quick question: Nologics post of an old gosh post states that

    "4 - Now run setup from the flat you made on the hard drive, and movie maker won't be installed. You'll get an error during setup, but you can continue. After installation, in the program files folder you'll still have a movie maker folder, but it'll be empty.

    Does this mean that modifying the .infs - not necessarily deleting files - will cause errormessages to appear ?? which would be kinda crap during an unattended install :rolleyes:

  3. I think miso1391's way is way cool: point me towards some documentation for writing the SED files, would you please? The problem I have run into is how to package directory structures for the install files. IExpress from the GUI will not do it, but I would think it could from here.

    Couldn't agree more, what an extremely cool and neat (pardon the word) way of installing that blasted MDAC-thing!!

    Nice work miso1391, thanks :)

  4. Rancor - Are you perhaps removing the directory that the .cmd file is launched from?

    I had the same thing and finally figured it out.  I was trying to clean up the install by removing my install directory.

    LOL, you're absolutely right... I have (I mean, I HAD) my "RD /S /Q %systemdrive%\install" line before I (tried to) run shutdown.exe...

    Do I feel like an id*** now or what ?? :rolleyes:

    Thanks a lot for the input, at least I got my problem sorted and some of you guys can laugh at me :)

  5. What exactly didn't work, Rancor?

    Did the PC not reboot?

    Did it login before rebooting?

    Did it login and restarted after the countdown finished?

    This is a copy of  my Reboot.cmd which worked perfectly:

    cls
    @echo off
    echo.
    shutdown.exe -r -t 60 -f -c "Whew! I thought it would never end."
    pause
    echo.
    exit

    Notice the all important "pause" which makes the command window hang if you don't push any button.

    It will keep hanging until the time runs out, then TA DA!

    The command windows shows and runs a couple of "rmdir" commands and such and then closes, but seems to skip the shutdown.exe-line completely ...

    I haven't read anywhere that it needs a "pause" command... is that really necessary ?? or is it just the psshutdown.exe utility that's able to run without pausing maybe ??

  6. Try adding the '.exe' to shutdown, so it appears as 'shutdown.exe'.

    I've often had problems where my batch script would loop when shutdown didn't have an .exe suffixed to it.

    I already had "shutdown.exe -r -f -t 60 etc. etc." in my .cmd file and it didn't work... and it's not just a problem with VPC, that's been tested :)

    I could of course just revert to using psshutdown.exe again, but this sorta bugs me...

  7. I realize that you can add different wallpapers to show up on the desktop tab by placing them in the $$\Web\Wallpaper dir, but how do you set one to be default, instead of Microsoft's bliss.bmp (the one with the grassy hills) ?

    I just add my fav. wallpaper(s) to \$oem$\$$\Web\Wallpaper\ in .bmp format, then use a couple of reg. hacks to make it the default, i.e.:

    [HKEY_CURRENT_USER\Control Panel\Desktop]

    "ConvertedWallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Windows XP.jpg"

    "Wallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Windows XP.bmp"

    Works like a charm :)

  8. ok if I get time latter today I'll post a topic on how to use inf files for your install. It's not so hard but I did have to mess with it quite a while to get some parts of it figured out.

    That would be most appreciated, webmedic :rolleyes:

    Seen some of the screenshots of your .inf thing in action and it looks pretty good... much nicer than the .cmd way :)

  9. if you can wait a few days i'm going to release a new versio nthat will do a little more than the current one. I will release a .9 for the current one and call it .9 beta I guess. I will include al lthe files needed to make it work so you should not have a hard time wiht it. It will auto create the directories it needs that aren't there and a few other things. IF it is stable then I will release it as 1.0 with any big fixes that may be needed.

    After that there will be some changes and additions. The next code release will do sp1 for you as well as hopefully slipstream dx9 and .net. I'm going to finish this up as soon as posible and then after that I will start working on the part that will create iso's and make bootable cd's from it all. IT should more or less be all automatic and not give any problems. You will be able to add your own files into place to customize the cd how you want.

    Sounds great, I'll be looking forward to that... along with many others I suspect :rolleyes:

    The current version seems to work quite well here though, apart from the dirs and files I'm missing and/or haven't copied to right locations :)

  10. This slipstreaming looks very fascinating, but as I'm pretty new to all this unattended stuff... is there some Slipstreaming Hotfixes for Dummies guide somewhere ??

    I mean, what dirs to create, what files to put where before I start and so forth...

    If it's already been posted, I apologize... must have lost it in all the other posts :)

×
×
  • Create New...