Forum Discussion
Rob_Lam
May 17, 2024Brass Contributor
Deploying Win32 APPS with intune - Install Pending
Hi Guys I'm new in deploying apps through intune for windows device but I've followed this guide here https://www.recastsoftware.com/create-win32-application-and-deploy-with-microsoft-intune/...
NicklasOlsen
May 20, 2024Iron Contributor
Hi Rob,
That sounds great.
Here is the complete install parameter:
iview460_x64_setup.exe /silent /desktop=1 /group=1 /allusers=1
You can try to test to see if /desktop=1 is enough to create a desktop shortcut.
That sounds great.
Here is the complete install parameter:
iview460_x64_setup.exe /silent /desktop=1 /group=1 /allusers=1
You can try to test to see if /desktop=1 is enough to create a desktop shortcut.
Rob_Lam
May 21, 2024Brass Contributor
Thanks, This works
What does /group=1 and allusers=1 do?
I tried searching installation parameters but unable to find anything regarding it.
I logged a ticket to microsoft before posting this thread and they too were unable to assist.
Thanks
What does /group=1 and allusers=1 do?
I tried searching installation parameters but unable to find anything regarding it.
I logged a ticket to microsoft before posting this thread and they too were unable to assist.
Thanks
- Jordi_KoenderinkMay 22, 2024Brass ContributorThe /group=1 parameter creates a group in the Start Menu.
- NicklasOlsenMay 21, 2024Iron ContributorI am unaware of what /group=1 does.
However /allusers=1 installs it for all users on the device.
It was fairly simple to find the install parameters, I search for "Irfanview install parameters".
Glad it worked out for you.