script help

texasittexasit Member Posts: 147
I'm looking for a script that can install a set of software packages when a user logins.Does anybody know any scripts that can do this? I have a few exe's I'm trying to push out to a group of users.

Comments

  • JBrownJBrown Member Posts: 308
    ehh, Deploy .msi via Group Policy ?
  • texasittexasit Member Posts: 147
    JBrown wrote: »
    ehh, Deploy .msi via Group Policy ?

    I would but the software I'm trying to deploy is an .exe not an .msi file.
  • dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    Create a .zap file. Scroll a little over halfway down: Packaging Software for Deployment: Group Policy
  • MonkerzMonkerz Member Posts: 842
    Can you not just add something like these to their logon script? This is assuming you are using logon scripts...
    setup.exe /q
    setup.exe /qn
    setup.exe /silent
    setup.exe /s
    setup.exe /NoUserInput
    setup.exe /unattended
    setup.exe /CreateAnswerFile
    setup.exe /quiet
  • texasittexasit Member Posts: 147
    I'll try your suggestions thanks
  • tierstentiersten Member Posts: 4,505
    Do all the users have the necessary rights to install software on their workstations?
    Are the setup programs intelligent enough not to do weird things if the software is already installed? Possibly by another user that uses that workstation?
Sign In or Register to comment.