How to distribute folder containing .exe

I need to distribute some software (called BMDS). In order for the software to work on a users machine, the following criteria needs to be met:

  • c:\USEPA folder created on users C drive
  • Entire contents of BMDS folder held on my SCCM server to be copied to users c:\USEPA folder
  • The BMDS.exe file in that folder to be ran

Is it possible to distribute this software in this way using SCCM?  If so, what would I put into the command line when creating the program?

Any help gratefully received.

BTW this is the info from the US EPA website where this software is located:

"BMDS 2.4 is being distributed as a compressed ZIP file and does not employ any automated install programs or wizards"

July 3rd, 2013 6:30am

Well , you can solve this situation as below :

Create a program which will create  a folder in C drive by the name USEPA . You may use Vb script for the same .

Then create one more program in which you will define that this program should run after the first program .  

Be noted this way of solving problem is called multi program solution, where one program is dependent on another.

Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2013 7:31am

Try this: http://blog.configmgrftw.com/?p=332

You'll need to modify it a bit per your requirements above, but that will be easy.

July 3rd, 2013 10:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics