myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


silent install of a MSI with no reboot

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> silent install of a MSI with no reboot Page: [1]
Login
Message << Older Topic   Newer Topic >>
silent install of a MSI with no reboot - 8/28/2008 8:16:08 AM   
Scottf

 

Posts: 14
Score: 0
Joined: 1/17/2008
Status: offline
Hi,

I have been provided with a MSI that installs a active X control. I would like to deploy this via sms silently without any user intervention and also suppress the reboot.

I have put the MSI in the "package source files" folder. i entered the accompanying command line in the command line section of the program properties:  MSIEXEC /I ClarityActiveX_6.2.0.378.msi /QUIET /NORESTART

I have filled out the rest of the package areas correctly ( i have done this a couple of times without any issues)

I advertised it to a small test group. the test group recieves the advertisement, but nothing gets installed. "program success is "0"? I hear this should be a easy one to install. Any ideas where I am going wrong?

thanks,

Scott
Post #: 1
RE: silent install of a MSI with no reboot - 8/28/2008 9:38:47 AM   
skissinger


Posts: 2117
Score: 134
Joined: 9/13/2001
From: Sherry Kissinger
Status: offline
Try...

MSIEXEC.exe /I ClarityActiveX_6.2.0.378.msi ALLUSERS=2 REBOOT=ReallySuppress /qn

or

MSIEXEC.exe /I ClarityActiveX_6.2.0.378.msi ALLUSERS=1 REBOOT=ReallySuppress /qn

Additionally, if you want to see more details, ask for a log file, like...

MSIEXEC.exe /I ClarityActiveX_6.2.0.378.msi ALLUSERS=2 REBOOT=ReallySuppress /l*v c:\Clarity.log /qn

_____________________________

mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com
My Blog
Microsoft MVP - ConfigMgr

(in reply to Scottf)
Post #: 2
RE: silent install of a MSI with no reboot - 8/29/2008 2:33:11 PM   
Scottf

 

Posts: 14
Score: 0
Joined: 1/17/2008
Status: offline
thanks,

I have tried all 3 of your suggestions. The only thing i get is that the client has recieved the advertisement and that it passes  the platform requirements.

Scott


(in reply to skissinger)
Post #: 3
RE: silent install of a MSI with no reboot - 8/29/2008 10:14:05 PM   
skissinger


Posts: 2117
Score: 134
Joined: 9/13/2001
From: Sherry Kissinger
Status: offline
Nothing more descriptive in the log?

_____________________________

mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com
My Blog
Microsoft MVP - ConfigMgr

(in reply to Scottf)
Post #: 4
RE: silent install of a MSI with no reboot - 8/29/2008 11:13:50 PM   
wgrixti


Posts: 128
Score: 13
Joined: 10/11/2004
From: Brisbane, Australia
Status: offline
Is there anything in the Application Event log on the machines relating to MsiInstaller?

Wayne

(in reply to skissinger)
Post #: 5
RE: silent install of a MSI with no reboot - 8/30/2008 10:29:31 AM   
sivaatluri

 

Posts: 1
Score: 0
Joined: 8/30/2008
Status: offline
hi


< Message edited by sivaatluri -- 8/30/2008 10:31:01 AM >


_____________________________

Siva

(in reply to wgrixti)
Post #: 6
RE: silent install of a MSI with no reboot - 8/30/2008 12:44:03 PM   
lbriggs


Posts: 94
Score: 2
Joined: 7/10/2003
From: Hartford, CT
Status: offline
When executing MSI's via SMS, it is not necessary to reference MSIEXEC.exe (the SMS client figures it out, same with VB scripts), so your command line for the program should just be "ClarityActiveX.msi /qn Reboot=ReallySuppress AllUsers=1"

(in reply to Scottf)
Post #: 7
RE: silent install of a MSI with no reboot - 9/2/2008 1:55:15 PM   
Scottf

 

Posts: 14
Score: 0
Joined: 1/17/2008
Status: offline
Which logs should i  be checking, the logs on the sms server or the logs on the client?S hould i be using sms trace?

(in reply to wgrixti)
Post #: 8
RE: silent install of a MSI with no reboot - 9/2/2008 2:27:33 PM   
skissinger


Posts: 2117
Score: 134
Joined: 9/13/2001
From: Sherry Kissinger
Status: offline
For testing, on your command line, specify you want a verbose log saved to the root of the client's C:\ drive, like:
ClarityActiveX.msi /qn Reboot=ReallySuppress AllUsers=1 /l*v c:\clarity.log

Once the client runs this new command line, you will have a verbose log called clarity.log on the Client.  That will generally have a few (albeit vague) clues about what the issue is.

If the client *never* re-runs the advertisement, I'm guessing you are changing the same ad & program over & over again?  If the client has run the advertisement successfully in the past, until you tell it to re-run, it will not run again.  There are a few right-click tools to rerun an advert, or you add another mandatory start time to the ad, or you could use Roger Zanders SMS client Center to right-click on an advert & choose rerun, or if it's visible in Run Advertised, re-run it from there,  Or... I'm probably missing a couple ways.

_____________________________

mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com
My Blog
Microsoft MVP - ConfigMgr

(in reply to Scottf)
Post #: 9
RE: silent install of a MSI with no reboot - 9/5/2008 10:03:15 PM   
aresmaxim

 

Posts: 2
Score: 0
Joined: 3/26/2008
Status: offline
Have you run this locally with any success? Perhaps this could be a conflict with your base client configuration and the msi itself. Also, have you tried by just executing the msi itself with no switches? 

(in reply to skissinger)
Post #: 10
RE: silent install of a MSI with no reboot - 9/9/2008 1:32:36 PM   
Scottf

 

Posts: 14
Score: 0
Joined: 1/17/2008
Status: offline
For whatever reason the program finally executed on its own. I was changing the command line's susggested by Skissinger (thank you!) and the final one i  tried "MSIEXEC.exe /I ClarityActiveX_6.2.0.378.msi ALLUSERS=2 REBOOT=ReallySuppress /l*v c:\Clarity.log /qn " worked!

It has been suggested that my problem may have been that i was running the advertisment and program over and over to my same test machines. I am looking into finding a way to alter my testing methods.

Thanks to all for your input!

Scott

(in reply to lbriggs)
Post #: 11
Page:   [1]
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> silent install of a MSI with no reboot Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.281