mlr Posted October 25, 2005 Posted October 25, 2005 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 eitherthank in advance mlr@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /fREG ADD %KEY%\020 /VE /D "MSN Messenger 7.5" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\MSN_Messenger\MsnMsgs.msi /qn" /fREG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-361.exe /SilentInstallNoSponsor" /fREG ADD %KEY%\035 /VE /D "jre505"REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\jre\jre505.exe " /fREG ADD %KEY%\045 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\firefox\firefoxsilent.exe" /fREG ADD %KEY%\055 /VE /D "Nero-6.6.0.16 " /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\ahead\Nero_Custom_Setup.exe" /fREG ADD %KEY%\065 /VE /D "DVD Shrink 3.2" /fREG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\dvd\dvdshrink32setup.exe /silent" /fREG ADD %KEY%\075 /VE /D "NSWSETUP" /fREG 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" /fREG 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
markajm Posted October 28, 2005 Posted October 28, 2005 for DVD Shrink you can use:/verysilent /NOCANCEL /NORESTART /SP-this will work for pretty much all inno setups
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now