Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying a Software Package in Quiet Mode - Altiris 6.9

Status
Not open for further replies.

kurio71

Technical User
Oct 1, 2009
172
MX
I'm new to the Deployment Console. I need to deploy software in Quiet Mode. Can someone point me to useful material or training resources?

; -------------------------- How to use this file ---------------------------------
;
; To run this installer in quiet mode:
; 1. Edit the information below to match your company information and install location.
; 2. Run : setup.exe <path to this file> /q /AcceptLicenses yes. Passing the value "yes"
; to the /AcceptLicenses parameter indicates that you agree with the license agreements.
; Alternatively, instead of /q, /qb can be used to run the installer in basic UI mode.
; 3. The installer will automatically restart your system after the installation is done.
; To prevent the restart use the command line : setup.exe <path to this file> /r:n /q /AcceptLicenses yes
;
; For more information on installation automation visit and enter the infocode exdir3.


; -------------------------- Set feature states ---------------------------------
; The valid feature states are: Local, Absent, NoChange, Default
; Local - Install it (on the local hard drive). If already installed leave it installed.
; Absent - Do not install it. If already installed uninstall it.
; NoChange - Do not install it. If already installed, leave it installed.
; Default is equivalent to not listing the feature in this file. The feature follows its default behaviour.

[Features]
LEGO_EV3_EDU_Feature.EV3.EDU.100=


; -------------------------- Set install directories ---------------------------------
; *** To use the default paths, remove the following section***

[Directories]
LEGO_EV3_EDU_Feature.EV3.EDU.100=


; -------------------------- Set general installation settings ---------------------------------
[InstallationType]
;uncomment one of the following lines for student vs teacher install
;DefaultRadioButton=TeacherInstall
;DefaultRadioButton=StudentInstall


Level 1 Support Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top