/build/static/layout/Breadcrumb_cap_w.png

Command line used after creating setup.iss

After you create the setup.iss file, what is the command line you should use to facilitate a silent installation with SCCM?


0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Setup.exe -s -f1"" -f2""
Posted by: Sweede 11 years ago
Second Degree Green Belt
0

Just like normal commandline

setup.exe -s 

will take setup.iss if exits in setup folder 

Setup.iss = default name taken by default

 


Comments:
  • on General tab below Commandline: select Run: hidden - Sweede 11 years ago
Posted by: Visalakshi 11 years ago
Orange Senior Belt
0

Setup.exe -s -f1"Path for the issfile" -f2"Path for the logfile"

Posted by: Sweede 11 years ago
Second Degree Green Belt
0

-f1  will take full path only in this case not given
unless usíng command fil copying install files to given temp folder on box and then run setup from there

Posted by: newbie123 5 years ago
White Belt
0
As per some of the other gracious respondents:

InstallShield Installer will generate a setup.iss file with the -r switch
You must go through the setup wizard and make your choices regarding the install folder, desktop shortcuts, etc.

MyInstaller.exe -r 
The 'setup.iss' file will show up in 'C:\Windows' 


To run the installer silently after creating the setup.iss file: 
try:

MyInstaller.exe /S /v"/qn" /f1"c:\windows\setup.iss" /f2"c:\windows\mylogfile.log"


Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ