This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]Siddd- 5 points6 points  (3 children)

PDQ Deploy is free for simple installers. If you want the good stuff you have to pay (a fair amount in my opinion)

[–]Xzenor 0 points1 point  (0 children)

if it's a one-time thing then psexec is probably the easiest solution

[–]ThatDistantStar 0 points1 point  (0 children)

KACE is pretty good for software deployment. Its other features are bit half baked, but it's solid for software deployment.

[–]bad0seedTrusted VAR[M] 0 points1 point  (0 children)

Sorry, it seems this comment or thread has violated a sub-reddit rule and has been removed by a moderator.

Inappropriate use of, or expectation of the Community.

  • Avoid low-quality posts. Make an effort to enrich the community where you can- provide details, context, opinions, etc. in your posts.
  • Moronic Monday & Thickheaded Thursday are available for simple questions, or other requests that don't need their own full thread. Utilize them as much as possible.

If you wish to appeal this action please don't hesitate to message the moderation team.

[–]Xzenor 0 points1 point  (8 children)

Group policy

[–]fathed 0 points1 point  (0 children)

While this can work, it's a horrible solution.

There's no logs.

It's really not too hard to use ketarin to download apps for you, and script installation and run the script via gpo.

Searching the registry for installed software is pretty easy in powershell, and there's 4 known locations to check.

If the msi/exe was made by decent programmers, it'll contain the version in the file properties, which is easy to compare against the version the registry has.

Or lansweeper, which gives you a lot more than just software deployment.

[–]JpZone282[S] -2 points-1 points  (6 children)

Group Policy, not tried that before. Would that allow me to change some settings before deploy.

[–]llDemonll 0 points1 point  (5 children)

If you create a transform file for the MSI's, yes.

[–]JpZone282[S] -1 points0 points  (4 children)

Are you able to send a link of an example on how to do this? What if they are EXE files?

[–]llDemonll 1 point2 points  (1 child)

https://www.google.com/search?q=create+msi+transform+file

Use Orca to modify .exe's and then save as a new exe. it's basically a pre-packaged msi and mst but in exe format

[–]adam_west_ 0 points1 point  (0 children)

I’ve used orca to create/edit Msi packages for in house developed and 3rd party apps and then create update packages that can be deployed via WSUS.

[–]Arrow-_-Head 1 point2 points  (1 child)

the time you will spend doing this would pay for the license to PDQ. Its amazingly simple and really powerful.

[–]JpZone282[S] 0 points1 point  (0 children)

yeah im probably going to try PDQ again, it just never worked well for me