Jump to content

mlr

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by mlr

  1. hi all im nearly finished installing the programs i want installed the only two not instaling silently are dvd shrink and limewire can someone please check my code and see what ive done wrong,oh and i dont think media player 10 is installing either

    thank in advance mlr

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\010 /VE /D "Office 2003" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

    REG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /f

    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /f

    REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /f

    REG ADD %KEY%\035 /VE /D "jre505"

    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe " /f

    REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /f

    REG ADD %KEY%\055 /VE /D "Nero-6.6.0.16 " /f

    REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\ahead\Nero_Custom_Setup.exe" /f

    REG ADD %KEY%\065 /VE /D "DVD Shrink 3.2" /f

    REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\dvd\dvdshrink32setup.exe /silent" /f

    REG ADD %KEY%\075 /VE /D "NSWSETUP" /f

    REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\norton\NSWSETUP.EXE /O REBOOT=ReallySuppress /qb-

    REG ADD %KEY%\085 /VE /D "Windows Media Player v10.3802" /f

    REG ADD %KEY%\090 /V 1 /D "%systemdrive%\Install\MediaPlayer\MP10Setup.exe /Q:A /R:N /C:\"setup_wm.exe

    /DisallowSystemRestore /Q:A /R:N\"" /f

  2. hi all im having trouble installing java can someone please check my runonce code and tell me what i done wrong ,im using the switchlessjava from ryansvm site

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\010 /VE /D "Office 2003" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

    REG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /f

    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /f

    REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /f

    REG ADD %KEY%\035 /VE /D "jre505" /f

    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"

    REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /f

  3. ok guys thanks for all the info firefox installed fine after using sof i only have one app now that dont install and thats java could one of you possibly check my runonce code to see what the problem may be.im using the switchless jre from ryan vms website

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\010 /VE /D "Office 2003" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

    REG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /f

    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /f

    REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /f

    REG ADD %KEY%\035 /VE /D "jre505" /f

    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe /"

    REG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /f

    any info much apreiciated

  4. can someone please check my code for these apps office installs no problem but im having trouble with the other 3

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\010 /VE /D "Office 2003" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

    REG ADD %KEY%\035 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f

    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\firefoxsilent.exe" /

    REG ADD %KEY%\045 /VE /D "MSN Messenger 7.5" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\MSN_Messenger_7.5.0306.msi /qn" /f

    REG ADD %KEY%\055 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-354.exe /SilentInstallNoSponsor" /f

    REG ADD %KEY%\060 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f

    EXIT

  5. ok can someone please check my runonce code it runs on logon but cant find them

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\010 /VE /D "Office 2003" /f

    REG ADD %KEY%\015 /V 1 /D "%Installs%\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

    REG ADD %KEY%\020 /VE /D "LimeWire" /f

    REG ADD %KEY%\025 /V 1 /D "%Installs%\LimeWire\LimeWireWin.exe /s" /f

    REG ADD %KEY%\030 /VE /D "MSN Messenger 7.5" /f

    REG ADD %KEY%\035 /V 1 /D "%Installs%\MSN_Messenger_7.5.0306.msi /qn" /f

    REG ADD %KEY%\040 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\045 /V 1 /D "%Installs%\install\cleanup.cmd" /f

    EXIT

    my apps are in $oem$/$1/installs

    i cant figure out were ive gone wrong cheers mlr

  6. cheers zxian after reading this i now realize were i gone wrong lol i been reading so much all at once that my heads all mixed up

    so basicly i need to use this

    [COMMANDS]

    "RunOnceEx.cmd"

    with somthing like this

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

    REG ADD %KEY%\010 /VE /D "Alcohol 120" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f

    REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

    now all i have to do is figure out the script i need for office 2003

    ok it says here to save cmdlines inside my windows setup folder which one would this be

    Save this as cmdlines.txt inside the $OEM$ folder within your Windows Setup Source folder

    and if i use the runonce cmd creator will i have to add any lines to it or just use it as is

    i dont mean to be a hassle but i realy want to get office installed

  7. ok i tried doing the install of office with an attended install still no luck

    for reference this is what i have in my batch file

    ECHO.

    ECHO Installing Office 2003 Professional

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

    and my cmdlines.txt file could someone take a look at these and make sure there corect

    [COMMANDS]

    "RunOnceEx.cmd"

    and could someone please verify the folder i need to have my batch file and cmdlines.text in i curently have them in C:\XPCD\$OEM$\ folder

    and office 2003 in

    C:\XPCD\$OEM$\$1\install\Applications\Office2003\

    if i cant get this to work ill have to try a different method i supose

  8. im having real problems here could realy do with some help,im trying to slipstream office 2003 into my xpcd,

    ive done everything in this guide

    http://unattended.msfn.org/intermediate/ap...03_advanced.htm

    ok this how i write my batchfile,open notepad add these lines

    ECHO.

    ECHO Installing Office 2003 Professional

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

    and save it as RunOnceEx.cmd,i then put this in my $oem$ folder

    ive tried it in virtual pc 4 times and nothing

    please help im about to explode ive read the guide a 100 times and just cant get it work

    just for reference this is how i have my folders

    i have the

    $oem$ folder inside that i have the $1 and $$, inside the $1 folder i have install then inside that applications and finaly in that i have office2003 with the office files in

    i put the batch file in the $oem$ folder is this corect

  9. is there any chance someone could give a bit more info on how to install msn messanger using the patch and other files please im a complete noob and dont realy have a clue what to do i realy want to learn how to do this so i can install some more apps but i cant find no realy informative guides

  10. hi all is there any good guides that explain how to add software to your unatended xpcd, ive had a read through the forums and seen you need to use things called switches etc,id realy like to add programs such as nero paintshop pro limwire etc,thanks in advance mlr

  11. well i used your drivers and had them inside folders called 000_chipset 001_graphics etc then put those in the driver folder im thinking now this is were i went wrong and i should of just put your drivers directly in the drivers folder so its not actualy installed the drivers but the folders instead

    ok i figured it out i wrote the winnt file wrong i set them all att 000 how stupid

  12. ok i tried to copy my drivers to my xp disc but instead of installing drivers it copied the actuel folder to my hardrive with the drivers in,this is my folder set up i created a folder called $oem$ then inside that i put the folders $1,$$,$progs,$docs,inside the $1 folder i have a folder called install and one for drivers,and inside the$$ folder i have a folder called system 32,now what it actuly did is install the folders( install and drivers) to my c drive.

    i setup the folders as it says here ref or at least i thought i had were have i gone wrong :huh:

    ok and just for reference here is a copy of my winnt.sif file

    http://putfile.com/pic.php?pic=10/27904335588.jpg&s=x10

  13. hi all just thought i drop in say hi to everyone,the site is cool lots of info but ill probs have lots of questions as im not the fastest at taking things in so please be patient

×
×
  • Create New...