Jump to content

solohelp

Member
  • Posts

    45
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by solohelp

  1. install k-lite codec pack 2.25 on your computer
    using the command line switch /SAVEINF="%SYSTEMDRIVE%\install.inf"

    copy the inf file to the install directory for your XP cd.

    and

    then when you want to silent install use /SILENT /SP- /LOADINF="install.inf"


    works great!!!

    I recommed downloading from here because most of the links above require a sign up or something
    [url="http://www.codecguide.com/"]http://www.codecguide.com/[/url]
  2. Hey no problem, Glad to help.

    Thanks a lot for the installer it works great.

    However I use this on clients computers so I only need a few basics in the installer.

    flash plugin

    ie view extension

    all in one gestures extension

    tab browser prefs extension

    My homepage.

    Is there a way to remove all your extensions and plugins?

    flash plugin is integrated on the installer.

    for ieview, all in one gestores and tab browser prefs, just download the XPIs and place them on Setup\XPI.

    finally for your homepage you just need to place your custom bookmarks.html from your profile. about this you can take a look at defaults\profile method.

    with the installer is not provided any extension, only plugin, most of them basic but if you still want to remove them (including flash plugin) you'll need to open the XPIs with winrar and delete the plugin\ dir contents.

    Sounds good..

    How about:

    removing ADT (Advanced Developer Tools) Component.

    Removed certain searchplugins: Amazon, eBay and Creative

    * Added certain searchplugins: MSFN, Filemirrors, Google (images), IMDB, Microsoft

    - Removed certain searchplugins: Babelfish Translation (SP/EN, EN/SP)

    So can I just add back the plugins for ebay and amazon and remove the ones for MSFN etc from the xpi.

    Also you didn't say which xpi.

    Is it browser.xpi?

  3. Its good to see you guys worked it out...

    Mekrel, I personally hate waiting 30 seconds to download something from rapidshare. Not to knock the service. You get what you pay for...

    But if you want a mirror I'll put it on my server. As soon as I test it of course ;-) Its only 5.5 megs and it doesn't look like the download count is going crazy.

  4. because if you have to install program c between program A and Program B you are SOL. You have to renumber your whole list. Where this applies I have no idea because you already have 3 commands you can run from one check box. So if you later on want to add a reg file you can use those.

    But I think its just generally good coding to leave spaces. At least thats what I remember from my BASIC class in highschool.

    Any way it says so in the instructions, RTFM (always wanted to use that acronym) you must do as the instructions command. :P

  5. When I run just the installer you made on a clean computer I get the 101 error. If I then run the embed it works fine from then on.

    The issue with the WPI is probably not an issue.

    I didnt know that runonce would continue after a reboot. I just ended the task which seemed to be waitng for something and rebooted and it continued the silent installs.

    When It finishes I'll see if MSanti works.

    So If it does work I could just add a reboot command to the WPI script

    prog[pn]=['Microsoft Antispyware']

    desc[pn]=['Anti Spyware']

    cmd1[pn]=['%CDROM%\\install\\MSA.exe']

    cmd2[pn]=['"%systemdrive%\\Program Files\\Microsoft AntiSpyware\\gcasDtServ.exe" -Embedding']

    cmd3[pn]=['"REBOOT HERE"

    cat[pn]=['Security']

    pn++

  6. @mekrel

    Your exe works if you run the emmbed afterwards. However it halts my WPI during an unattended.

    By Works I mean if I just run the exe from a fresh computer and the Strat->run->.....-embed

    prog[pn]=['Microsoft Antispyware']
    desc[pn]=['Anti Spyware']
    cmd1[pn]=['%CDROM%\\install\\MSA.exe']
    cmd2[pn]=['"%systemdrive%\\Program Files\\Microsoft AntiSpyware\\gcasDtServ.exe" -Embedding']
    cat[pn]=['Security']
    pn++

    It doesnt crash the install. Just sits there not doing anything after it pops up saying virus defs have been updated.

  7. I've been using WPI for a while and I like it. The thing I dont like now is I'm using a DVD that has a ton of programs to install from. The installations work perfectly.

    Heres my problem. I put in my UA cd and boot the computer using whichever winnt.sif I need on floppy. Then I leave and come back later and I choose which programs to install and then I come back later and it works.

    OK I KNOW Its Windows POST Install. But the GUI on it is sweet and It would be awesome if I could use that gui at some much earlier point to choose which programs, up to 2.5 gigs worth, I want to install. I know I'm lazy. But then I wouldn't have to be home an hour after the windows install to choose which programs to install.

    I know I could use a cmd or runonce to install the programs but then I'd have to have tons of differently configured start.cmds.....you see my problem.

    Am I dreaming. Can I forget putting in the disk, choosing the programs and coming back 3.5 hours later with my desktop ready for work?

    Again, this is probably not what WPI is for, but the gui man, the gui. Its hard to enough to get my partner to remember which winnt.sif file to use.

  8. Just to clarify. CMD is called from GuiRunOnce or cmdlines.txt? Or does it matter?

    CMD is called:

    ...|-- calls a .REG file: puts ffffffff (which fixes the problem' date=' as per Astalavista)

    ...|-- calls WPI.hta

    ...........|-- Looks in registry:

    .......................|-- IF value is already there (from above .reg file, for example), NOTHING is done.

    .......................|-- IF no value is there (because no reg file was called), WPI adds 7fffffff (not as large as ffffffff ; but largest possible value when working with javascript.)

    ...........|-- Installs selected programs

    ...........|-- Deletes value from .reg (no matter if it is the ffffffff put there manually from reg file, or if it is the 7fffffff put there by WPI - in either case, it is deleted)[/quote']

    is this correct?

  9. If I set cdrom to r: it at least gives me a path in the error. now it says R:\Applications\.... could not be found.

    Since I know that the cdrom is drive d

    I SET CDROM=d:

    And everything works perfectly. However when use this on a computer with 2 HDD etc it may not be the d drive.

    help....

    if I run a cmd that just sets cdrom to r: from cmdlines.txt and then run the installations from my batch at start.cmd will that work?

    When does the cdrom have to be set for my batch to work?

    SET CDROM=r:

    ECHO Installing Norton

    start /wait %CDROM%\Applications\NAV2003\NAV\NAV.msi /QB

  10. %CDROM%\$OEM$\$1\install\Applications\netframe\netfxsp11.exe

    Why install from a CD what you have on your HDD.?

    Probably a typo.

    Great thread, but I still haven't figured out how to install from CD. Yeah I'm dense.

    I don't use use runonce.cmd I use start.cmd.:

    CLS
    @echo off
    TITLE Windows XP SP2 Unattended Installation

    ECHO Installing Norton
    start /wait %CDROM%\Applications\NAV2003\NAV\NAV.msi /QB

    Echo Installing acrobat reader 7
    start /wait %CDROM%\Applications\acroread7.exe
     
    ECHO Installing Java
    start /wait %CDROM%\Applications\j2re.exe /s /v"/qn REBOOT=Suppress ADDLOCAL=ALL IEXPLORER=1 NETSCAPE6=1 MOZILLA=1 JAVAUPDATE=1 WEBSTARTICON=1"


    EXIT

    The problem is I always get an error saying windows can't find \Applications\.....

    So I guess it does't know where %CDROM% is.

    any quick advice?

  11. i prefer to install from the dvd

    it doesn't take that long.

    good luck

    and welcome to msfn

    Stupid question but where do you put the installation files on the dvd before you create the bootable image? If they are in the $OEM$ folder they get copyied to the harddrive during installation. aaaaaaaaaaaaashould they just be in a folder inline with $OEM$?

    Alright I guess I could have tested it in the tim eit tooklto post....

×
×
  • Create New...