PC Review


Reply
Thread Tools Rate Thread

Deploying MSI file using SMS Server

 
 
jack
Guest
Posts: n/a
 
      27th Oct 2007
Hi All,

I have a product to install say "xyz.msi" - This is msi installer
file.
I need to do a silent installation on MS Window Vista Enterprise
machine.
I am asked to use the command
{
msiexec /qn /i "xyz.msi"
}

This installation need to be done by logging in to the machine as
elevated administrator (User with a member of Admin group membership)
as well as a Standard user (non admin user).

UAC is enabled and all its corresponding settings are at its default
level.

Product is not getting installed at all ( i think it need admin rights
to overcome the UAC dialog)..

Now, I elevate my command prompt to an administrator using run as
administrator option (Manually) and try to install the product - It
gets installed successfully.

----This is way to do silent installation on MS Vista platform (Is
this the functionality?).

---From Dev point of view is it possible to instanciate a command
prompt with admin previlage automatically......


How my requirement is to do a silent installation using an SMS server
through out an enterprise?

I need to deploy this package automtically to all vista machies
available on my enterprise.

How to do the installation? what should I do to do this task?
My question is "Is this task a valid scenario?".


Thanks,

 
Reply With Quote
 
 
 
 
Adrian Accinelli
Guest
Posts: n/a
 
      7th Dec 2007

"jack" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I have a product to install say "xyz.msi" - This is msi installer
> file.
> I need to do a silent installation on MS Window Vista Enterprise
> machine.
> I am asked to use the command
> {
> msiexec /qn /i "xyz.msi"
> }
>
> This installation need to be done by logging in to the machine as
> elevated administrator (User with a member of Admin group membership)
> as well as a Standard user (non admin user).
>
> UAC is enabled and all its corresponding settings are at its default
> level.
>
> Product is not getting installed at all ( i think it need admin rights
> to overcome the UAC dialog)..
>
> Now, I elevate my command prompt to an administrator using run as
> administrator option (Manually) and try to install the product - It
> gets installed successfully.
>
> ----This is way to do silent installation on MS Vista platform (Is
> this the functionality?).
>
> ---From Dev point of view is it possible to instanciate a command
> prompt with admin previlage automatically......
>
>
> How my requirement is to do a silent installation using an SMS server
> through out an enterprise?
>
> I need to deploy this package automtically to all vista machies
> available on my enterprise.
>
> How to do the installation? what should I do to do this task?
> My question is "Is this task a valid scenario?".
>
>
> Thanks,
>


Seems like this is becoming a common question. Maybe the MSDN docs need an
update? Anyone want to volunteer for community a blurb?

Anyways silent installations do not bring up the UAC prompt. As a result
you need to use another method to permit a non-admin user (as all users are
considered until elevated) to install
[http://msdn2.microsoft.com/en-us/library/aa372468.aspx explains a bit and
has link on how to allow non-admin to install with privileges].

Now SMS should have a Vista patch that will allow installation to work as I
recall prior to the patch there was problems with the SMS client on Vista.
We certainly have it working now in my environment for testing purposes.
From your perspective it is up to SMS to give your package adequate
privilege.

I think there's a significant amount of people using SMS worldwide so it's a
valuable test for sure.

Sincerely,
Adrian Accinelli


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying sql server app John Microsoft ADO .NET 3 30th Mar 2010 08:38 PM
Deploying web app on server bigjmt@hotmail.com Microsoft ASP .NET 8 6th Jul 2005 06:07 PM
Deploying a SQL Server App =?Utf-8?B?U2t1bGx5?= Microsoft ASP .NET 6 22nd Jan 2005 12:20 PM
Deploying SQL Server CE Mohammad Microsoft Dot NET Compact Framework 1 13th Jul 2004 12:21 PM
deploying .net app on server =?Utf-8?B?YXBwZGV2?= Microsoft Dot NET 1 14th Feb 2004 11:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 AM.