need silent install instructions

Asked by Gerard Phillips

Hello
I need a way to install Stellarium without needing user input.

If anyone knows a way to do this please let me know.

This will be a Windows 7 environment with Active Directory.

cheers

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Edit question
Assignee:
Bogdan Marinov Edit question
Solved by:
Gerard Phillips
Solved:
Last query:
Last reply:
Revision history for this message
Bogdan Marinov (daggerstab) said :
#1

Stellarium's Windows installer is created with Inno Setup and accepts the standard Inno Setup command line parameters.

Inno Setup online help documentation:
http://www.jrsoftware.org/ishelp/

Setup command line parameters:
http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
(You probably need /SILENT or /VERYSILENT)

Setup exit codes:
http://www.jrsoftware.org/ishelp/index.php?topic=setupexitcodes

Revision history for this message
Gerard Phillips (gjphillips) said :
#2

/verysilent seems to work.

thanks a lot for the help!