Oct 28 2021 10:58 PM
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 this package. we need to install this cert on both Windows 10 and Hololens devices and MS suggested these are the only two options.
Install.cmd
CERTUTIL -f -p P@ssword -importpfx "%~dp0CompanyPFX.pfx" > C:\Windows\importedpfx.txt
Oct 29 2021 09:19 AM
Oct 29 2021 09:28 AM
- 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.