Jump to content

Recommended Posts

Posted

Hey,

 

How should we go about deploying apps across the network? We are going over the network formatting all the PCs and want to do things a bit more logically. I was thinking of just deploying MSIs through group policy, but many of the programs that need deploying are in .exe formats so how would I go about deploying these? I saw people were just using RIS to deploy images with the software already installed, but these is a bit "clunky" when you want to go and deploy more apps during the year!

 

Thanks

Posted

There is a doofer called the MSI silent install wrapper which quite a few people round here use.

 

Another option would be to make a GPO that runs a script which checks to see if some software is installed and if not installs it.

 

You could also use PSEXEC and some scripting install stuff.

 

Just bare in mind all the above are dependent on having a 'Silent' install option. These can sometimes be tricky.

Posted
We use some software called PRISM it takes a snap shot of a machine you then install the software or make what ever changes to the machine you want finish the snapshot so creating a package that incorporates all your changes. This can then be distributed to all your machines in the network very quickly.I have been using this for about five years now and this has saved me loads of time. Also when you rebuild a machine as long as you keep the same name it re-deploys any software associated with that machine.We purchased this through a company called CSE although you can get this directly.
Posted
You could create snapshots using Wininstall LE and create an MSI to deploy the exe that way with before and after snapshots.

 

If you're doing this download VirtualBox, it's the easiest way of having a 'clean' machine for building packages on. It's also good for testing.

 

I would prefer to use a silent install if I can, the above method simply duplicates what the installer program did in one given situation. If you take this approach test every package you create on a machine you can reimage easily and never deploy software to a different OS from the one the package was created with.

 

Some software can also be ran from a share so you only need to deploy a shortcut. Other packages (I find open source/freeware is best for this) will only require the files they place in program files and maybe some registry entries to associate file types and preconfigure some settings. I tend to build MSIs for these using advanced installer. The free version is fine, it doesn't let you use the file association function, so you need to work out which registry keys to add, but that's not hard.

Posted

 

Seems like the most sensible option. At the moment, I have an "install" user that runs a script on login that does MSI, silent or AutoIT-scripted installs of everything we want installed around the school. I'm still halfway through updating a bunch of these at the moment, but when I'm done I'll post the details somewhere so others can see all the silent install options for assorted applications.

 

--

David Hicks

  • Thanks 1
Posted

I've used Prism before which I found to be quite good for the price.

These days I use Altiris Deployment solution (apps + os deployment) which isn't quite as cheap, but has some extra features which we make full use of.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...