How to deploy exe files

  • Thread starter Thread starter Srinivas Acharya
  • Start date Start date
S

Srinivas Acharya

Hi All,
I want to deploy exe files using group policy. How to do that?.

Regards,
Srinivas Acharya
 
Srinivas,

You can do two things:

Write a startup script which copies the files from a network share
Create an MSI package and assign it as a software installation.

Option A is probably easier though it requires some basic scripting
Option B is a bit more work but it's much more reliable in the long run.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 
Hello,
Thanks for replying. But how create msi package. I tried
with software that comes with win2k server CD. I don't know
I am not able to create the package.

Please help.
Regards,
Srinivas Acharya
 
Back
Top