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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unattended Installation

Status
Not open for further replies.

hsergios

Programmer
Joined
Nov 12, 2003
Messages
1
Location
BR
i generate one installshield.iss file with this switch:

(k=Dk) install mode desktop (k=Rc) invoke an unattended installation

\x86\setup\setupsql k=Kd k=Rc

Great create setup.iss in c:\windows

the problem if i use lines below to automated installations, setup try install Server - Enterprise Edition, but i need desktop.
\x86\setup\setupsql -f1 setup.iss -SMS
if i try like below, setup install desktop mode but don't execute
setup.iss.
\x86\setup\setupsql k=Dk -f1 setup.iss -SMS

what can i do now ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top