Jump to content

Nanaki

Member
  • Posts

    507
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Nanaki

  1. Dude, I have a perfectly decent system. I just want to get my old system up and running again. ;)

    I was wondering because it runs soooooooo slow at the moment with Windows 98. But after I worked on some old laptops on the NT core I though I'd give it a try. :)

    And no, I don't plan running Half-Life 2 or something like that. :P

    Maybe creatures or the sims... it's only to get my sister away from my good computer. :D

  2. Pretty obvious title. :)

    I want to blow some new life into my old bugger since I'm in desperate need of two PC's. It has these specs:

    - 1300MhZ Celeron

    - 128MB SDRAM (upgrading to 256 prob)

    - TNT2 32MB

    - 20GB HDD.

    It's currently running Windows 98SE on it, so I'm asking, would it run good on the described machine, or at least waaaay more stable than W98.

    Tnx in advance. :)

  3. cmdow @ /HID

    MOVE "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK"
    MD "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins"
    COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\EWH32.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."
    COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\reflow.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."
    COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\Search.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."

    :)

  4. Thanks! :)

    I decided to stick with the RyanVM installer for now and make my own pack later, when the Dutch version is released. So now I can go complain about some other problems I have. :D

    Edit: EXACTLY the same problem with RyanVM's. "Error 1706: no vallid source could be found for the product." after the first boot of ar7. Then it shuts down. :(

    Edit2: looks like it was the moving of the plugins which caused the problem. Strange, as it worked fine a couple of days ago.

  5. /QB is a progress bar :)

    But that's not the problem, let me try to explain it

    - Windows installs

    - at T-12 all applications installs

    - First boot

    - I open Acrobat Reader 7

    - Launches a MSI windows syaing it's configuring acrobat reader.

    - Pops up a "insert disk" error

    I want Acrobat Reader to boot normally after a first install, without having to insert my disk just once. :)

  6. Allright, I got a problem with the latest ar7 and I can't seem to solve it (yes, I've searched ;)).

    After the installation of my uA CD, I try to open Acrobat Reader 7. It gives a "configuring"-MSI progress bar and then says it can't find the CD. How do you get rid of this bar? It would be great help if you could help me. I'm all new at this Unattended stuff. :)

    If it matters, here's my installation code:

     <item display="Adobe Acrobat Reader 7.0">
     <execute display='Programma'>
       <program>#SOURCEDRIVE#\Install\Apps\ar\Adobe Reader 7.0.msi</program>
       <arguments>/QN</arguments>
     </execute>
     <execute display='Snelheidsaanpassingen'>
       <program>#SOURCEDRIVE#\Install\Apps\ar\ar.cmd</program>
       <hide>true</hide>
     </execute>
     <execute display='Registeraanpassingen'>
       <program>REGEDIT</program>
       <arguments>/S #SOURCEDRIVE#\Install\Apps\ar\reader70.reg</arguments>
       <hide>true</hide>
     </execute>
     </item>

  7. Well, two weeks I go I gave it a go with the current build, and I did something wrong. I didn't really care so I decided on working with RunOnceEx (which was also a whole new concept to me :D).

    Now, with way more experience, I tried this XPlode4 and it rocks! It looks so much more professional than any other solution. Thanks Wraith, u rule. ;)

    Two questions tho:

    - This one's probably answered yet, But I'm gonna ask it anyway. Is every program able to install in the T-12 stage? It sound totally not logical to install stuff when Windows isn't even loaded yet. :)

    - Second, these usergroups, do they only work on XP Pro or with a network? Is it basically using "net group"? Not that I need them, but I'm curious.

    And tnx again for this great tool, keep up the good work. :)

  8. Alright, I'm working on an Unattended Install and coming around quite nicely. :)

    The biggest problem I have for now it's not funny unattended, it keeps asking for the partition if Windows is already installed. I don't want this. From what I've read on these forums, it isn't possible on correcting this issue with winnt.sif.

    My solution is a bit more complicated. Let me draw a lil' timeline to explain it.

    1. PC boots

    2. "Press any key to boot from disk..."

    3. FDisk starts formatting and creating partitions

    4. normal windows setup starts, sees first empty system partition, installs windows without asking.

    Is this possible? I would GREATLY aprreciate your help! :lol:

    EDIT= n/m, I've found a bit of a work around :)

×
×
  • Create New...