Jump to content

Recommended Posts

Posted

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 6

Adobe Acrobat writer Pro 6

also 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.


Posted

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.43
ECHO Please wait...
start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-
ECHO.
ECHO Installing QuickTime Alternative 1.16
ECHO Please wait...
start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-
ECHO.
ECHO Installing Codecs
ECHO 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,wm
aaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdsh
ow"

Posted

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.

Posted

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.

Posted
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.43
ECHO Please wait...
start /wait %systemdrive%\install\klitekpp243e.exe /VERYSILENT /SP-
ECHO.
ECHO Installing QuickTime Alternative 1.16
ECHO Please wait...
start /wait %systemdrive%\install\quicktimealt116.exe /VERYSILENT /SP-
ECHO.
ECHO Installing Codecs
ECHO 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,wm
aaudio,ac3audio,oggvorbis,musepack,vsfilter,oggvorbissplitter,matroska,fourcc,gspot,disg400,disffdsh
ow"

what does the /sp- switch do?

Posted
what does the /sp- switch do?

Stops the "Do you want to install ISObuster 1.4 Yes | No" dialog box from appearing.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...