I created a .exe package (using winrar SFX) with a .bat file and certificate inside of it which will import the certificate into the Trusted Root Certs of the windows computer in MMC automatically. This package works when run on a physical computer, however I was trying to push this out using the “Windows Software Distribution Wizard” in Bigfix. I created a fixlet using this wizard and when ran it would get hung up “Pending Downloads.” I get the feeling that I am missing something simple such as just telling the downloaded package to run. The following is the fixlet contents:
Yes, so it says the command was correct and the server has downloaded it correctly. So this is now an issue of the endpoint getting the download so somewhere this download is not making it to the endpoint successfully. I’d check the endpoint’s logs to find out what is going on.
Yeah, that command is part of the .bat file that I have in the auto install package I made. I just wanted to be able to use the functionality of Bigfix’s wizard. It seemed like a very capable and efficient way of getting this and other things pushed out since I create a lot of packages for the company I work for; I would love to just be able to push out my silent auto install packages through bigfix. I have already pushed the cert out using a normal bigfix action script and just pulled the cert from our website, however I would still like to get some clarification on how the Windows Software Distribution Wizard works and if it’s even functioning properly for future possible deployments I might need to send out. If anyone has used this wizard please let me know how your experience with it was and how you got it work, thanks!