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 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
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question