Re: Script to install AdminUI Silently.
From: OM (OM_at_discussions.microsoft.com)
Date: 10/28/04
- Next message: Dave Halperin: "Re: HTTP 404 - File Not Found - A Different Issue?"
- Previous message: Bill: "RE: HTTP 404 - File Not Found - A Different Issue?"
- In reply to: Jeff Harbaugh [MSFT]: "Re: Script to install AdminUI Silently."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 10:35:05 -0700
Here what I'm going to do:
1] Create a launcher that will initiate Setup.exe with command line.
2] Launcher will wait to let setup.exe finish its process.
3] I have old tool in my goodies bag that can be run with /kill "Window
Name". This will close that Start Menu window.
Thanks for your help.
"Jeff Harbaugh [MSFT]" wrote:
> Unfortunately no there is not. Atleast as far as I know.
>
> --
> Thanks,
> Jeff Harbaugh [MSFT]
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "OM" <OM@discussions.microsoft.com> wrote in message
> news:628B6904-9623-4F3F-9AB2-A403A8532267@microsoft.com...
> > Thanks. I created one script file and it works.
> > One more question. Is it also possible to close start Menu window
> > automatically at the end of the installation? I'm using /nouserinput
> > /hidden
> > switch and it works great but at the end user still see that open start
> > menu
> > window.
> >
> >
> > "Jeff Harbaugh [MSFT]" wrote:
> >
> >> Here is an example. You can call the file whatever you want. You can find
> >> this in the COncepts, Planning and Installation Guide
> >> Example of an SMS Initialization File
> >>
> >> The following is an example of an SMS initialization file.
> >>
> >> [Identification]
> >>
> >> Action=InstallPrimarySite
> >>
> >> [Options]
> >>
> >> FullName=Sam Woodman
> >>
> >> OrgName=Microsoft
> >>
> >> ProductID=123-4567890
> >>
> >> SiteCode=FIN
> >>
> >> SiteName=Finance
> >>
> >> SiteDomain=Seattle
> >>
> >> SecurityMode=Standard
> >>
> >> ServiceAccount=smsadmin
> >>
> >> ServiceAccountDomain=Seattle
> >>
> >> ServiceAccountPassword=Animal$Cracker27
> >>
> >> NumOfClients=100
> >>
> >> OptionalUnits=Remote Control
> >>
> >> SMSInstallDir=D:\SMS
> >>
> >> InstallSQLServer=0
> >>
> >> NumberOfAdminUI=5
> >>
> >> SDKServer=Rainy
> >>
> >> [SQLConfigOptions]
> >>
> >> SQLServerName=Rainy
> >>
> >> SQLServerVersion=7.0
> >>
> >> UseSQLIntegratedSecurity=0
> >>
> >> SQLLoginID=sa
> >>
> >> SQLLoginPassword=Harpo&Chico
> >>
> >> CreateSQLDevice=1
> >>
> >> DatabaseName=SMS_FIN
> >>
> >> DatabaseDevice=SMSdata_FIN
> >>
> >> LogDevice=SMSlog_FIN
> >>
> >> SQLDevicePath=F:\MSSQL\SMSDATA
> >>
> >> NumberOfSqlConnections=75
> >>
> >> AutoConfigSqlConnections=1
> >>
> >>
> >>
> >>
> >> --
> >> Thanks,
> >> Jeff Harbaugh [MSFT]
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >> "OM" <OM@discussions.microsoft.com> wrote in message
> >> news:67FA83D4-F9B5-4036-8F6B-389EBC8C9125@microsoft.com...
> >> > I'm thinking to use this command "setup.exe /script [script file]" to
> >> > install
> >> > AdminUI silently, but I can't find any info on how to create this
> >> > script
> >> > file. What should be the script file extension? Any info or direction
> >> > to
> >> > find
> >> > this info will be helpful.
> >> > Thanks
> >> >
> >>
> >>
> >>
>
>
>
- Next message: Dave Halperin: "Re: HTTP 404 - File Not Found - A Different Issue?"
- Previous message: Bill: "RE: HTTP 404 - File Not Found - A Different Issue?"
- In reply to: Jeff Harbaugh [MSFT]: "Re: Script to install AdminUI Silently."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|