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.