Pjshiva Posted March 8, 2012 Posted March 8, 2012 Hey guys please help me with creating unattended cd of xp-32 such that when i put the cd in cdrom i will need not to click on anything also after the xp has been installed and first user screen executed runonce here i get the problem i need to click every software install on next,next tab and specify finish in each software installation in runonce.plz help me to get rid of these extra clicks plzzzzzzz.here is my runonceex.cmdcmdow @ /HID@Echo OffFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:SET PP=%cdrom%\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "RunOnceEx.cmd" /fREG ADD %KEY%\00 /VE /D "winint" /fREG ADD %KEY%\00 /V 1 /D "%PP%\Apps\winint.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\03 /VE /D "dotnetfx35" /fREG ADD %KEY%\03 /V 1 /D "%PP%\Apps\dotnetfx35.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\06 /VE /D "KUNDLI" /fREG ADD %KEY%\06 /V 1 /D "%PP%\Apps\KUNDLI\KUNDLI.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\09 /VE /D "Chrome" /fREG ADD %KEY%\09 /V 1 /D "%PP%\Apps\Chrome.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\12 /VE /D "Firefox" /fREG ADD %KEY%\12 /V 1 /D "%PP%\Apps\Firefox.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\15 /VE /D "FP" /fREG ADD %KEY%\15 /V 1 /D "%PP%\Apps\FP.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\18 /VE /D "idm" /fREG ADD %KEY%\18 /V 1 /D "%PP%\Apps\idm\idm.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\21 /VE /D "utorrent" /fREG ADD %KEY%\21 /V 1 /D "%PP%\Apps\utorrent.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\24 /VE /D "aimp" /fREG ADD %KEY%\24 /V 1 /D "%PP%\Apps\aimp.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\27 /VE /D "acro" /fREG ADD %KEY%\27 /V 1 /D "%PP%\Apps\acro.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\30 /VE /D "pod" /fREG ADD %KEY%\30 /V 1 /D "%PP%\Apps\pod.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\33 /VE /D "wrar" /fREG ADD %KEY%\33 /V 1 /D "%PP%\Apps\wrar.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\36 /VE /D "winamp" /fREG ADD %KEY%\36 /V 1 /D "%PP%\Apps\winamp.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\39 /VE /D "typetest" /fREG ADD %KEY%\39 /V 1 /D "%PP%\Apps\typetest.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\42 /VE /D "teracopy" /fREG ADD %KEY%\42 /V 1 /D "%PP%\Apps\teracopy.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\45 /VE /D "picasa2" /fREG ADD %KEY%\45 /V 1 /D "%PP%\Apps\picasa2.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\48 /VE /D "mpcstar" /fREG ADD %KEY%\48 /V 1 /D "%PP%\Apps\mpcstar.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\51 /VE /D "klm" /fREG ADD %KEY%\51 /V 1 /D "%PP%\Apps\klm.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\54 /VE /D "JAD" /fREG ADD %KEY%\54 /V 1 /D "%PP%\Apps\JAD.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\57 /VE /D "vlc" /fREG ADD %KEY%\57 /V 1 /D "%PP%\Apps\vlc.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\60 /VE /D "Photo6" /fREG ADD %KEY%\60 /V 1 /D "%PP%\Apps\Photo6\Photo6.exe /silent /noreboot /NO_UI /sn=<snip>/write_sn" /fREG ADD %KEY%\63 /VE /D "photo7" /fREG ADD %KEY%\63 /V 1 /D "%PP%\Apps\Photo7\Photo7.exe /silent /noreboot /NO_UI /sn=1045-0009-2130-3302-1733-9518 /write_sn" /fREG ADD %KEY%\66 /VE /D "nero" /fREG ADD %KEY%\66 /V 1 /D "%PP%\Apps\nero\nero.exe /silent /noreboot /NO_UI" /fREG ADD %KEY%\69 /VE /D "office07" /fREG ADD %KEY%\69 /V 1 /D "%PP%\Apps\office07\office07.exe /silent /noreboot /NO_UI/sn=<snip>/write_sn" /fEXITplz help me guys i need to complete this project...
urie Posted March 8, 2012 Posted March 8, 2012 Probably due to the fact every program you have listed you are using inno setup switches you need to use correct switches for different types of installers.
bphlpt Posted March 9, 2012 Posted March 9, 2012 You also should not post sn/keys for ANY app here on this forum.Cheers and Regards
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