automate software installation

  • Thread starter Thread starter inenewbl
  • Start date Start date
I

inenewbl

Guest
Hi all. Can anyone give me a sample script on how to automate software
installation upon login to domain. I would like to place this login script to
the profile tab of a particular user in my domain environment. The
installation file would exist on the shared folder of my file server. Thks in
advance.
 
Re: automate software installation

Hello inenewbl,

If you have .msi as a software package you can use softwaredistribution with
GPO, which also allows you to remove it easy for users or computers. Or you
can create your own packages for this.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hi all. Can anyone give me a sample script on how to automate software
> installation upon login to domain. I would like to place this login
> script to the profile tab of a particular user in my domain
> environment. The installation file would exist on the shared folder of
> my file server. Thks in advance.
>
 
Re: automate software installation

Hi Weber,

Thk you for the prompt response. But i would like to install the application
for only 1 user and think that creating a batch file and specifying it in the
profile tab is better. If i have a software with extension .exe, can it be
converted into msi package?

"Meinolf Weber" wrote:

> Hello inenewbl,
>
> If you have .msi as a software package you can use softwaredistribution with
> GPO, which also allows you to remove it easy for users or computers. Or you
> can create your own packages for this.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
> > Hi all. Can anyone give me a sample script on how to automate software
> > installation upon login to domain. I would like to place this login
> > script to the profile tab of a particular user in my domain
> > environment. The installation file would exist on the shared folder of
> > my file server. Thks in advance.
> >

>
>
>
 
Re: automate software installation

Hello inenewbl,

See here about using WinInstall LE:
http://technet.microsoft.com/en-us/library/bb742609.aspx

Download link, ofcourse check for Virus:
http://fileforum.betanews.com/detail/WinINSTALL_LE_2003/1050354724/1

How to install via GPO:
http://support.microsoft.com/kb/816102

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hi Weber,
>
> Thk you for the prompt response. But i would like to install the
> application for only 1 user and think that creating a batch file and
> specifying it in the profile tab is better. If i have a software with
> extension .exe, can it be converted into msi package?
>
> "Meinolf Weber" wrote:
>
>> Hello inenewbl,
>>
>> If you have .msi as a software package you can use
>> softwaredistribution with GPO, which also allows you to remove it
>> easy for users or computers. Or you can create your own packages for
>> this.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers
>> no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> Hi all. Can anyone give me a sample script on how to automate
>>> software installation upon login to domain. I would like to place
>>> this login script to the profile tab of a particular user in my
>>> domain environment. The installation file would exist on the shared
>>> folder of my file server. Thks in advance.
>>>
 
Back
Top