Question : SCCM MSI deployment Post-Installation tasks

Hi,

Scenario:

I am facing the following problem. We are pushing SEP client in order to upgrade the current SAV client. When the old client is being removed prior to the installation of the new client IF a in house developed applications is opened by the user then MFC71u.dll is also removed and the application does not work.

For the upgrade we are using SCCM and we have created the MSI via the client exporter built in SEP so we know the MSI works fine.

Question:

Is there anyway to create a post-installation task with SCCM we would like to install the MSI and once the install is completed copy the DLL that is being removed.

If not does anyone has any other suggestions?

Thank you  

Answer : SCCM MSI deployment Post-Installation tasks

Create a Task Sequence that has two commands.

Install Software - installs the MSI
Run Command Line - create a command line that copies the dll to the workstation

Make sure the "Program" within your package has a check at the bottom of the Advanced tab "Allow this program to be installed from the Install Software task sequence without being advertised". Also after doing this remember to Update the package's distribution point
Random Solutions  
 
programming4us programming4us