October 19, 200322 yr Can I make a silent install for programs that needs a serial number or product key?is there any method to accomplish that?examples for some applications:ACDSee PowerPack 6Adobe Acrobat writer Pro 6also how can i silent install winamp 2.81 - Internet Explorer 6 SP1 - Kazaa lite- K-lite codec pack - realone player v2- quicktime 6.1- Download Accelerator plus 5.3.I know that's too much for a single topic, but your solutions says that you have an answer for everything..thanks.
October 19, 200322 yr often if you export from HKLM\software\****application***** using regedit and then import this using main_batch.cmd before silently installing the program it often will retain the product registration details.here is some switches as you requested again for your main_batch.cmd;ECHO.ECHO Installing Kazza Lite K-plus-plus 2.43ECHO Please wait...start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-ECHO.ECHO Installing QuickTime Alternative 1.16ECHO Please wait...start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-ECHO.ECHO Installing CodecsECHO Please wait...start /wait %systemdrive%\install\klcodec210f.exe /VERYSILENT /SP- /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,wmaaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdshow"
October 19, 200322 yr or use InstallRite (google for link) which is freeware you can install your applications totally automated with the serial number and also the files are compressed to a high level to save lots of room for your final CD.
October 19, 200322 yr Author does anyone knows how to silent install these programs and attach it in my unattended XP CD?winamp 2.81 - Internet Explorer 6 SP1 - realone player v2- quicktime player 6.1- Download Accelerator plus 5.3.
October 20, 200322 yr if you're making a WinXP CD, you don't need IE6SP1 to slipstream....not sure with Win2k though
October 20, 200322 yr often if you export from HKLM\software\****application***** using regedit and then import this using main_batch.cmd before silently installing the program it often will retain the product registration details.here is some switches as you requested again for your main_batch.cmd;ECHO.ECHO Installing Kazza Lite K-plus-plus 2.43ECHO Please wait...start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-ECHO.ECHO Installing QuickTime Alternative 1.16ECHO Please wait...start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-ECHO.ECHO Installing CodecsECHO Please wait...start /wait %systemdrive%\install\klcodec210f.exe /VERYSILENT /SP- /COMPONENTS="bsplayer,divx,divxdec,xvid,xviddec,3ivx,wmv,dvd,mpeg2ligos,indeo,indeo4,indeo32,i263,mp3audio,wmaaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdshow"what does the /sp- switch do?
October 20, 200322 yr what does the /sp- switch do?Stops the "Do you want to install ISObuster 1.4 Yes | No" dialog box from appearing.
October 24, 200322 yr pmcx9 instead of using the components switch u could use the /SAVEINF to make a inf file while installing what u want and then use /LOADINF to use the setting in that file thats what i do. Just a suggestion.
Create an account or sign in to comment