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 ...
Sep 20, 2022
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
- keleka11Nov 17, 2022Copper 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?
- Nov 17, 2022It 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- keleka11Nov 17, 2022Copper ContributorAhh i see. Is there a way to get the apps to install with default selections? I have tried /quiet, /q, /silent, etc but an option box always pops up during installation. How do i have it install in the background with default selection?