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/...
Rob_Lam
May 19, 2024Brass Contributor
NicklasOlsen
May 19, 2024Iron Contributor
Did you wrap the .exe file as a .intunewin file?
Also, are you 100% sure, that you are using the correct file name?
I just quickly found this install command for installing Irfanview silent.
iview460_x64_setup.exe /silent
Make sure to change it so it's correct file name.
Also, are you 100% sure, that you are using the correct file name?
I just quickly found this install command for installing Irfanview silent.
iview460_x64_setup.exe /silent
Make sure to change it so it's correct file name.
- 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. - Rob_LamMay 21, 2024Brass ContributorThanks, 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 - NicklasOlsenMay 20, 2024Iron ContributorHi 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. - Rob_LamMay 20, 2024Brass ContributorIt works now but how do I get it to create a desktop shortcut?
At the moment I need to navigate to the folder directory and double click on the .exe file to open the software - NicklasOlsenMay 19, 2024Iron ContributorIf I was you, I would try to use the 'standard' naming of the file, to see if there is any issues.
- Rob_LamMay 19, 2024Brass Contributor
Yes I used the wrapper and it auto closes the window when done.
I actually renamed the file to something shorter before I used the wrapper to output the file but does the name have any cause on the problem?
I will try again tomorrow