ahmedramzi Posted October 19, 2003 Posted October 19, 2003 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.
pmcx9 Posted October 19, 2003 Posted October 19, 2003 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"
Jono Posted October 19, 2003 Posted October 19, 2003 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.
ahmedramzi Posted October 19, 2003 Author Posted October 19, 2003 thx guys, you've been very helpfulI'll tell you i anything went wrong
Jono Posted October 19, 2003 Posted October 19, 2003 much appreciated thanks glad you found the information usefull.
ahmedramzi Posted October 19, 2003 Author Posted October 19, 2003 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.
Alanoll Posted October 20, 2003 Posted October 20, 2003 if you're making a WinXP CD, you don't need IE6SP1 to slipstream....not sure with Win2k though
celzius Posted October 20, 2003 Posted October 20, 2003 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?
Aaron Posted October 20, 2003 Posted October 20, 2003 what does the /sp- switch do?Stops the "Do you want to install ISObuster 1.4 Yes | No" dialog box from appearing.
1chaoticadult Posted October 24, 2003 Posted October 24, 2003 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.
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