Jump to content

mlr

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About mlr

mlr's Achievements

0

Reputation

  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
×
×
  • Create New...