Link to home
Start Free TrialLog in
Avatar of flo_the_lil_minx
flo_the_lil_minxFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Command line installer help

Hi, this is going to be a bit vague but I was hoping that someone could help me.  I need a command line to be able to perform a silent installation of a particular product I support.  During the installation the user needs to specify the type of install (standalone, client or server) which will be client and then there are several options which can be left blank or the defaults accepted by just clicking next.  I know this is a bit vague but I can answer any questions etc towards getting the right solution

TIA Flo
ASKER CERTIFIED SOLUTION
Avatar of IanTh
IanTh
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of matrixnz
matrixnz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of flo_the_lil_minx

ASKER

Thanks, it's installed with InstallShield and I have tried creating a response file but I understand the process is a bit hit and miss and after 3 days fo playing with it I've come to the conlusion it's a miss.  I will check out the resources you have suggested, thanks for your help anyway
Avatar of matrixnz
matrixnz

If you can find the properties of the installer you should be able to add these to a commandline for example

setup.exe /s /v" /QN /NORESTART AddLocal=CLIENT"

Or something to that effect, this is ususally a lot better than response files as it's directed at the installation.

Cheers