Jump to content

mlr

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by mlr

  1. i have the latest nero at the moment , (version 6.6.0.16)is it not possible to burn an iso image bigger than 2gb,if so what do i need
  2. hi all ive just made my first unattended xpcd with all my progams on, ive created the iso image using cdimage but when i try to burn with nero it tells me i cant use iso files larger than 2gb how can i get around this, thanks in advance mlr
  3. 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
  4. thanks a lot gunsmokongman it worked perfectly
  5. 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
  6. try this http://unattended.msfn.org/advanced/cosmetics/theme.htm
  7. 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
  8. so would it be somthing like ths REG ADD %KEY%\005 /VE /D "firefox" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\firefox\Firefox 1.0.7 /-ms /f
  9. hi all just wondering if any one has managed an unattended install of firefox with all there personal info incorperated, ive searched google and forums but cant find what im looking for and the ones i have found dont seem to work
  10. 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
  11. 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
  12. 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
  13. 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
  14. yes i created a cmdlines.txt and put it the same directory as my batch file i followed the this guide and did everything it said http://unattended.msfn.org/intermediate/ap...03_advanced.htm i tested numerus times in virtual pc so and i cant figure out what the problem is
  15. 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
  16. 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
  17. 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
  18. ok i finaly got my cd up and running with all bts drivers installed,after loading windows i see theres too files that have to be run bts finish and bts cleanup should i have to automaticly run these my self or do i need to add some sort of command line so they run themselfs, i went through the guide but got a little stuck when i got to this point Setting 1a choose order of execution of RunOnceEx (That means this setting is only available when you’ve chosen RunOnceEx as setting 1.) Now you have to enter a 3-digit number that will be given to the registry key that will execute the BTS_DPs_finish.cmd file, that will set the order of execution. For more details, check the RunOnceEx article. Setting 2 choose to keep the drivers or not Here you can choose if you want to delete the DriverPacks after the installation has completed (typical), or if you want them to be kept. Keeping them might be useful on a system that gets hardware upgrades rather often. In the future it will be made possible to choose DriverPacks that you’d like to keep, which especially useful in case of DriverPack LAN and DriverPack WLAN. any help much apreciated
  19. 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
  20. 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 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
  21. ok thanks for the reply but can you give me a clue as to which folder i have to put them in im a complete noob at this but hope to learn as much as possible any info you can give is much apreciated
  22. hi all im trying to follow the tutorial to install driver packs usind winnt.sif method but my folders arnet named the same as above exactly were do i put my files please help his folders are c:\xpcd\$oem$\$1\drivers i dont have these heres a pic of my cd http://img70.imageshack.us/my.php?image=xp1dj.jpg
  23. mlr

    hi all

    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...