Forum Discussion
keleka11
Sep 20, 2022Copper Contributor
Using PSEXEC to test intunewin
I am having trouble getting new win32 apps on Intune to install. I remember that in the past, I would test the intunewin package using PSEXEC before uploading. When I go to the page that had the old PSEXEC documentation, it seems like it got updated with a different page. Does anyone know how to test if the intunewin package will run properly using PSEXEC?
- Personally, I use the Run-in-Sandbox to test my Win32Apps. It's from Damien Van Robaeys (https://github.com/damienvanrobaeys/Run-in-Sandbox) but it needs updating and has a fixed fork from me that you can use if you want https://github.com/HarmVeenstra/Run-in-Sandbox
- keleka11Copper Contributor
Harm_Veenstra I got the sandbox environment working but how do you test .intunewin files in it? When i run the .intunewin file with sandbox, it opens a folder with the intunewin file as well as the original installer. How do I test the intunewin file?
- It shows two folders on the desktop in the sandbox, before starting it asked you for the install command (should be entered like .\install.cmd for example) and then it should start installing your package if all is well.
It shows a folder with the contents of your package folder and a folder with the sandbox script files
- Did this answer your question?