Forum Discussion
How to deploy a Win-32 app with Microsoft Intune!
Hi, TomWechsler Thank you for your post, the instruction is very clear and helpful. Can I check with you, regarding the install command and the uninstall command? Here's my post yesterday https://techcommunity.microsoft.com/t5/microsoft-intune/intunewin-file-install-command-and-uninstall-command/m-p/3254752#M9666 And today I found your post.
Trying to find out and create a standardise INTUNEWIN file installation guide, for all the diff .exe software.
Install command.
Appreciate if you can guide me what's the difference between the below 1 & 2.
1) msiexec /i "Softwarename.exe" /q
2) Softwarename.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES
I do have tried both install commands, but for command no 1 it seems like doesn't work, laptop run overnight I didn't see the below message popup.
For command no 2, I have tried twice and got it successfully.
It took me a long time can only get the software deployed. If without restarting the computer, I will not get the software deployed as you can see the below attached. You may see the timing, after receiving the 1st notification, I wait until 11 something, then I tried to restart the laptop, then the software only come in.
Below is my install command:
AcroRdrDC2200120085_en_US.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES
Uninstall command:
msiexec /x {AC76BA86-7AD7-1033-7B44-AC0F074E4100} /q
Below is my detection rules:
- TomWechslerMar 12, 2022MVPSince I have never tested this software installation for myself, I can not tell you if it is correct. Regards, Tom