Jump to content


bryeschen

Package deployment for noob

Recommended Posts

Hello,

I am entirely new to Package deployment using SCCM.

 

I am trying to deploy Secunia for Windows.

The program has to be run from the local machine.

I have made a script to create my directories and copy the .exe to the local machine and then run it with the proper switches.

 

echo

cd..
cd..
md C:\Secunia
copy \\fs\IT\Shared\Software\Security\Secunia\Windows\csia.exe C:\Secunia
cd Secunia
csia.exe -i -L
When I navigate to the script, saved on \\fs and run it as admin it works and installs my program. When I put the script into a package and deploy it software center and then try and install it, installation fails with error Error: 0x80070002(-2147024894)
I have a small understanding of creating packages but I have been following tutorials and i just cant seem to get it to work.

Share this post


Link to post
Share on other sites

0x80070002(-2147024894)

 

Cannot find the file specified.

 

Would it be possible to create a package with the batch file in it and the exe, instead of pointing it to a share to copy locally. Then in deployment specify download locally before running. This way the files get downloaded to the ccmcache folder and can be executed from here which is local.

The batch file could be simply:

%~dp0csia.exe -i -L

 

EDIT: the program command line would also be the name of the batch file for e:g installsecunia.bat

Share this post


Link to post
Share on other sites

I am using Secunia as well... We are using 6.0. Secunia 6.0 has SCCM Database integration so you don't have to put the Secunia Client on every machine when SCCM already has all the information it needs.

 

What version of Secunia are you running?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.