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 ...
keleka11
Nov 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, 2022
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
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?
- Nov 18, 2022Not that I know, personally I use this to test an application and the command-line and so that's ok for me... You can check https://github.com/damienvanrobaeys/Run-in-Sandbox to see the documentation or perhaps even submit a feature request for it 🙂