Forum Discussion
KVS
Oct 29, 2021Copper Contributor
Creating an APPX or MSIX for a Batch file
Can anyone suggest if an Appx or MSIX can be created to run a batch file. I am able to create a MSIX using MSIX packaging tool with code signing cert but when run on other machine it does not install...
Without bothering to google the command myself, I'd guess that when you do you'll see command line options to let you place it in the correct store. The correct store is the System store and within there under Trusted Root Certificates. And I'd guess there is a missing \ after dp0 (assuming SCCM/Mem).
KVS
Oct 29, 2021Copper Contributor
- Thanks for the response. I have verified with the batch file that in included in my post. The batch file works fine but the when packages through MSIX packing tool the MSIX generated is not installing PFX certificate.