Jump to content

Unattended Applications


Recommended Posts

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.

Link to comment
Share on other sites


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"

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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