I hope you enjoy this video. Let me know in the comments what other topics you want to see. Bookmarks: 0:00 Intro 0:51 Prepare Application for Win32 Application in Microsoft Intune 6:42 Create and Deploy Win32 Application in Microsoft Intune 17:37 End-User Experience 20:14 Reporting 20:40 Outro
@klraghava80472 жыл бұрын
Great demo..Can you please help sharing demo or instructions on how to deploy both msi and mst[transforms file] together from intune?
@ashleehines Жыл бұрын
You should make a video on how to create a shortcut for users using Intune instead of group policy.
@timskimore Жыл бұрын
Excellent video and thank you very much. May I ask how you prepared the "Install" txt file. In the command prompt, when importing the output folder, how did you specify the output folder ("IntuneAppOutput")? The "IntuneAppOutput" is not in the extracted files. Could you put the link to access the .txt files?
@xkorbekx2 ай бұрын
auto update with app supersedence
@xkorbekx2 ай бұрын
how to analyze appworkload log with cmtrace
@ZhivkoLefterov1014 жыл бұрын
Hello! Cool video but do you compile the Install/uninstall commands? (from the 10:00 of the video) it will be really useful help for me if you let me know how to do it
@HarryLowtonIT4 жыл бұрын
Hi Zhivko - Good question. So the workflow I used was testing the install strings on a local VM first before I went to the Intune section. When you package your files to a .intunewin file, you call any part of your source folder. That is why I was able to reach the setup.exe instead of the MSI file at this stage. If it helps, I used the following command lines Install: Setup.exe -s /msi /L*v "%programdata%\Intune-Adobe-Adcrobat-Reader-install.log" Uninstall: MsiExec.exe /X {AC76BA86-7AD7-1033-7B44-AC0F074E4100} /qn /norestart /L*v "%programdata%\Intune-Adobe-Adcrobat-Reader-Uninstall.log" I am glad you like the video. Let me know if you have any more questions.
@ZhivkoLefterov1014 жыл бұрын
You do a really good job man! Keep it up!
@HarryLowtonIT3 жыл бұрын
@@ZhivkoLefterov101, I hope all is well. I finally made a video walking through preparing Adobe Reader for silent install kzbin.info/www/bejne/ioekcneiZ69pa7s
@timskimore Жыл бұрын
Nice video @HarryLowtonIT . May I ask how you prepared the "Install" txt file. In the command prompt, when importing the output folder, how did you specify the output folder ("IntuneAppOutput")? The "IntuneAppOutput" is not in the extracted files. Could you put the link to access the .txt files?
@palla05043 жыл бұрын
Loved the video! Could you maybe make a video where you show how you did all the prep work before creating the winintune file? Would really appreciate do's/don'ts and tips and tricks when preparing a win32 app.
@HarryLowtonIT3 жыл бұрын
Glad you enjoyed the video!! Great idea!! I have put it on the list and will hopefully get to that video soon.
@Kaosmagic3 жыл бұрын
@@HarryLowtonIT Any news on a video with the pre work? Like how to do the uninstall command, find the APP GUID, etc.. Thanks alot for your videos.
@HarryLowtonIT3 жыл бұрын
@@Kaosmagic here is the video on how to prep :) kzbin.info/www/bejne/ioekcneiZ69pa7s
@mihailsnikitins4433 жыл бұрын
Video for Cisco Any Connect with prefilled profile setup would be great. Also Remote desktop setup with shortcut. Is it possible to make Company portal install with shortcut on the Desktop?
@rafalstachecki3 жыл бұрын
Really nice informative video, no BS, straight to the point, very precise. Exactly what I was after. Well done.
@HarryLowtonIT3 жыл бұрын
Thanks, Rafal. Glad you found the video helpful.
@CloudSecurity3603 жыл бұрын
I removed shortcut like a 1k times and it keep showing up! Everything else is working fine - Thanks Mate! Great work
@athirap65412 жыл бұрын
Harry, you are doing a great job by publishing these videos. I am learning Intune with a deadline of 10days, so I'm kind of looking for faster learning. Your videos are really helpful. Requesting you to do more videos on Intune like enrollments , PKCS, SCEP, GPO... Thank you.
@chrismason68863 жыл бұрын
Where did you get the info that you had in the TXT file?
@HarryLowtonIT3 жыл бұрын
Hey Chris, Most of this information was gathered from the registry after installing the application manually. I like to install apps manually to see experience and collect all the information I need to pack for Intune. Here is the registry location you will want to look at: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
@marcpichel9962 жыл бұрын
Good pace, all the information needed and no padding. A good base to start working yourself. Nicely done, thank you.
@HarryLowtonIT2 жыл бұрын
Thanks Marc! Glad you enjoyed the video 🙏
@pforpov3 жыл бұрын
Hi it was informative . But i have question hope you can help on this . We have environment in which application is already their but we want to update the adobe application through intune is this possible to do ? If yes how as after pushing it always says installed success but dont update the version .
@HarryLowtonIT3 жыл бұрын
Hey - Great question, If you do not want to use auto update then I would like at app supersedence. Here is a video I have made on it kzbin.info/www/bejne/aZaThGiCnbSAjrs
@nielsmeulemans15083 жыл бұрын
great video. Is it possible to make one how to preconfig the adobe and how to retrieve the msi files etc ? struggling with that part
@HarryLowtonIT3 жыл бұрын
Hey Niels - this should help www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/basics.html#expanding-exe-packages
@ScozzieMan3 жыл бұрын
@@HarryLowtonIT A video would be better than just text!
@HarryLowtonIT3 жыл бұрын
@@ScozzieMan Here you go, Gordon I have made the video :) kzbin.info/www/bejne/ioekcneiZ69pa7s
@redadz91053 жыл бұрын
I think you specified the quiet installation and the logging twice, once in the setup.ini file and the second one in the Intune Portal. You should have done one or another. Please correct if I am wrong. Thanks for the video
@tariqz118Ай бұрын
Thanks works for me in 2024, didnt install the latest version for some reason just the 2015 release
@ericgustafsson91454 жыл бұрын
I really enjoy watching you talk about Intune. Really informative and pedagogic. Keep on doing what you do!
@HarryLowtonIT4 жыл бұрын
Thank you Eric! - I am glad you enjoyed the video. Let me know if there are other topics you would like me to cover.
@shabbar752 жыл бұрын
hi harry , can we install intune applicaiton manually on a test machine before publishing it in intune ?
@HarryLowtonIT2 жыл бұрын
I always test my install commands on a clean VM and ensure they work as expected before bringing it into Intune. I do the same when packaging for other management tools such as MEMCM
@cyrillotho0952 жыл бұрын
Hi Sir Harry. I have 2 questions: 1. Why is it that there's no company portal on my test intune device? 2. It's been more than an hour since I installed the Acrobat Reader app on my intune server, but still, it doesn't show or reflect on the end-user's device? The version I downloaded from the link you gave is version 22.1.20117
@danielgomez9662 жыл бұрын
THANK YOU, I needed to deploy an app and this has helped me tremendously.
@HarryLowtonIT2 жыл бұрын
Glad the video was helpful :)
@idatoo3 жыл бұрын
@Harry Lowton, I have a little more complicated scenario. I use the adobe admin console to create an adobe creative cloud managed package. The problem is that outlook needs to be closed else the installation will fail. So I essentially need to detect if outlook is open and prompt the user to close and retry the installation file. How could I implement a solution for this with Intune?
@monikamoni41765 ай бұрын
Hello @HarryLowtonIT Do we need to use user group only or else can we use device group for packing to win32 application ?
@andersonmota43923 жыл бұрын
Congratulations Harry, your videos are great. Thank you very much!
@HarryLowtonIT3 жыл бұрын
My pleasure!! Glad you enjoyed the video!
@sachitmoudgil6 ай бұрын
How did it install the 2015 version, the version which msi file had?? Can you please help?
@modernwasnas98632 жыл бұрын
Hi there, i dont know how to get the install/uninstall command, can i use the msi file so as the setup file so everything will be filled in automaticly for me? or will it be making a difference?
@astonish11092 жыл бұрын
If I want to deploy a newer version of Adobe Acrobat reader, what steps should I skip and and leave as is from your tutorial?
@yashkummar Жыл бұрын
Thanks for sharing. The problem I have is that the company portal does not show the app available for the user to install. What is the possible error or what should I look for to rectify this? Any pointers?
@jstump19722 жыл бұрын
Is there some command that can be ran on client side to force a update from intune for a app change or new app outside the 24hr period for msft windows devices managed by intune?
@dannyonnet862 жыл бұрын
in your previous video, you show how to package it silently then why you are using -s /msi here? can use setup.exe without any extra? please explain thanks a ton.
@fbifido23 жыл бұрын
if we deployed 32bit apps, will we have to keep creating new app for each updates?
@sunilpal79332 жыл бұрын
While running win32app utility given .msi but in uploading app install command given as setup.exe.any issue in installation
@beikselect3 жыл бұрын
I can call my self lucky to have this video in my list. Thanks a million Harry and keep the good videos 📹 👍
@HarryLowtonIT3 жыл бұрын
My pleasure!! Glad you found it helpful. I appreciate the support
@prashantpatale76942 жыл бұрын
Java Runtime or Chrome or Adobe Reader automatic updates thru their console if available so that the organisation don’t have to go thru continuous packaging and releases/deployments and change cycles.
@juhanpad693 жыл бұрын
Hi Harry, i have a query. There is no sequence for installation of apps using microsoft autopilot. For example i want Google chrome to be installed in the very last, so how do i achieve it ?
@Jimmy_Winberg2 жыл бұрын
Great video, everything worked perfectly for me except that all the settings I made in the Adobe customization wizard was not applied. I'm wondering if this is due to me calling the setup.exe instead of the MSI? I even got the EUALA agreement and everything, I believe I can suppress that part in the install command, but not sure why none of my settings are applied?
@ST-lg1mn2 жыл бұрын
Hey Harry.. great stuff.. quick question.. my apps shows up in the company portal of user but they don’t get the install option. They get view in Microsoft store.
@nijinnarendranath81602 жыл бұрын
If suppose I have all the installation commands as a batch file inside the Adobe folder and then create the win32 package; what would I have to give as the installation command? Would it be 'install.bat' and 'uninstall.bat' for the uninstall? Or should I be giving the installation command itself there?
@KphexTwin002 жыл бұрын
Brilliant video.
@HarryLowtonIT2 жыл бұрын
Glad it helped!
@Praveenkumar-bv2ms Жыл бұрын
Hi Harry One more doubt pls. I have chosen msi package and what if I'm not changing the default install and uninstall commands on Add App-Program in Intune ? It will impact the deployment ? The reason is, I don't have those install and uninstall commands with me. If it's impacting the software deployment can you pls post those commands here ? Thanks in advance. Regards Praveen
@Catonkey13 жыл бұрын
Hi Harry, love your vids...but do you have a video on setting up the Company Portal? Seems like a bit of key information that's missing.
@HarryLowtonIT3 жыл бұрын
Thanks :) that is a great point I will make a video on the company portal
@Gympie53 жыл бұрын
Can someone help me? I want to create a line-of-business app with a .msi installer. The installer is dual-mode (AllUsers=2), for user context and installable via Company Portal. I noticed the installation fails because it tries to install in "PerMachine" / "Device" mode. Can someone explain why Command-line arguments doesn't work but executed on the mdm install agent?
@HarryLowtonIT3 жыл бұрын
Hey - I hope all is well. Have you tried changing the install behavior to User? docs.microsoft.com/en-us/mem/autopilot/existing-devices#:~:text=Create%20an%20Autopilot%20for%20existing%20devices%20Task%20Sequence,package%20and%20then%20click%20Next%20More%20items...%20
@gideonbenzene2 жыл бұрын
Hi Harry, really appreciate your content and hard work. Please can you kindly assist with a solution regarding this ERROR I use to get any time I am trying to set up the .msi file? The error I get it the setup file you specified can not be accessed even though I am running the IntuneWinAppUtil is run outside the app folder to be deployed. A brief description can be seen for your video @ 5:56. Thank you.
@ScozzieMan3 жыл бұрын
Hi Harry, Great video but can you do a video on how you prep Adobe DC ready for this? EG extracting the MSI
@HarryLowtonIT3 жыл бұрын
Hey Gordon, I got round to make this video at the weekend: kzbin.info/www/bejne/ioekcneiZ69pa7s
@ricardoteixxeira3 жыл бұрын
Hello Harry. If I want to keep the install command that the msi file brings. It gonna works? Should I have the adobe installations files on the local storage (disc c for example) for each machine? Thanks for sharing your knowledge
@jaegermane28333 жыл бұрын
You sir are a god.
@HarryLowtonIT3 жыл бұрын
Haha, Thank you 🙏🏻
@MastertechInnovadores2 жыл бұрын
Hola, necesito activar usuario local en todos los equipos ¿Como puedo hacerlo? He intentado como comentas aquí implementando un script, pero me da error. Hi, I need to activate local user on all computers. How can I do it? I have tried as you comment here implementing a script, but it gives me an error.
@ravenbao33342 жыл бұрын
Hi Harry, what is the best way to deploy a simple file like a JPG or a TXT file to MacOS via Intune?
@JBreezedorsett2 жыл бұрын
HELLO, I WOULD LIKE TO KNOW WHERE EXACTLY DID YOU GO OR WHERE DO WE GO TO GET THAT INFORMATION FOR THE DISPLAY NAME, DISPLAY VERSION, PUBLISHER, DISK SPACE, THE INSTALL COMMAND, AND THE UNINSTALL COMMAND, DETECTION METHOD...I KNOW YOU ALREADY HAVE PRE -READY BUT WE DIDNT GET TO SEE WHERE DO YOU GO TO OBTAIN ALL THAT INFORMATION TO PLUG...
@HarryLowtonIT2 жыл бұрын
I have another video on my channel for deploying Adobe which covers all of that
@IT-TechExpert10 ай бұрын
Hello @HarryLowtonIT not sure if you seen any changes in intune but lately I've been having issues when setting up uninstall packages thru intune. For instance, removing a .url shortcut for all users profile. Seems to fail the removal. Could pls make a video for it or if you have one can you pls share? thank you, great content!
@adamknight50893 жыл бұрын
How did you get the Adobe Reader setup files? When I try I only get a small 'stub' which then is used to start downloading it from the web
@HarryLowtonIT3 жыл бұрын
Hey Red Knight - this should help www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/basics.html#expanding-exe-packages
@HarryLowtonIT3 жыл бұрын
I made a video this week showing how I prepared Adobe Reader - I hope it helps kzbin.info/www/bejne/ioekcneiZ69pa7s
@adhikm3122 жыл бұрын
really nice and cool instructions..
@HarryLowtonIT2 жыл бұрын
Thanks glad it is helpful!
@CB-zf9mi Жыл бұрын
Really good info, Quick question - where do i get install and uninstall command line ? i looked into vendor's document can not find it there, in my case i don't have any other file than just a appname_setup.exe file? I've converted it already but stuck in this phase, Any idea ?
@Synflood-dot-txt2 жыл бұрын
Love the Intune content. Really good explanations! Thanks :)
@HarryLowtonIT2 жыл бұрын
Cheers Bojan!! 👍
@carolinacadenas75242 жыл бұрын
This is a great video. Very well explained!!!
@HarryLowtonIT2 жыл бұрын
Thanks, Carolina 🙏 glad it helped you.
@fbifido23 жыл бұрын
can we use windows package manager - winget, to deployed everyday apps?
@nonya132 жыл бұрын
How do you get the App ID (I think thats what its called) that you have in the txt file ({AC76BA86-X-X-X})? Also how do you determine the install and uninstall parameters? Is MSI better than EXE?
@evansjam3162 жыл бұрын
Fantastic video and very simple to understand. Thank you
@HarryLowtonIT2 жыл бұрын
Thanks James 👍 glad the video helped.
@React_Sessions2 жыл бұрын
How would you go about updating that app when a new version is released?
@HeinoHD007 Жыл бұрын
Great Demo🎉
@vulcan22303 жыл бұрын
Thanks Harry!
@HarryLowtonIT3 жыл бұрын
Glad the video helped!!
@prashantpatale76942 жыл бұрын
Great Video, this is exactly what I was looking for. 👍
@HarryLowtonIT2 жыл бұрын
Great to hear!
@ankitabhardwaj11513 жыл бұрын
where did you get these install and uninstall Command line
@HarryLowtonIT3 жыл бұрын
Hey I would recommend checking out this video kzbin.info/www/bejne/ioekcneiZ69pa7s
@Mo-dg8xi2 жыл бұрын
Anyone else have issues running the Adobe Customization app? I've tried running in compatibility mode. still won't work and i have the mfc140u.dll - the error tells me that it isn't installed but it is. Any help is appreciated.
@ShaikhAfroz3 жыл бұрын
Love your work mate, well done and thank you!!
@HarryLowtonIT3 жыл бұрын
Thank you!!!
@redonspahija13073 жыл бұрын
Guys how do I finde The Install Comand Line of my software? I really searched the entire Internet but there was no Information... Ps. Nice Video Helped me a lot.
@HarryLowtonIT3 жыл бұрын
If it is an msi - msiexec.exe /? If it is an exe it is not as standard so can try /? /help
@massimilianogasbarro45806 ай бұрын
Hi Harry, Thanks for the provided video, really a useful resource, I have a question regarding the company portal app, you've installed Adobe from there, once was packaged, is there a way to bypass the company portal app and install directly on the target device? I mean, in this way would be easier to automate configuration for devices within the company, instead instructing the user to download applications from the company portal, Have a great day!
@idatoo3 жыл бұрын
@Harry Lowton, I love watching your videos. It's very easy to understand you. Adobe is commonly used in organizations and companies and I wanted to set this up for one of our clients. The problem I have with the video is that I can't get to the starting point that you have here. I wish you could provide step-by-step instructions perhaps a supplemental video or written instructions in how to use the Adobe Customization wizard to get to that starting point for this video.
@HarryLowtonIT3 жыл бұрын
Hey - I am glad you enjoy the videos. You are in luck I published the following video covering that exact topic: kzbin.info/www/bejne/ioekcneiZ69pa7s
@idatoo3 жыл бұрын
@@HarryLowtonIT Yea, I just found that link when I read further down in the comments. Could you include in the Resources section in the notes below the video? Thanks!
@HarryLowtonIT3 жыл бұрын
@@idatoo Great point! I have now added it to the resource section. Cheers.
@Amitwadhwa-ep3qd Жыл бұрын
From where did you get the input command
@sidhugadu3 жыл бұрын
Really awesome work... But i have a quick question is if there are couple of folders within the source folder would it copy all the folders to the intune file or do we have to use the catalog folder?
@HarryLowtonIT3 жыл бұрын
Thank you - Glad you found the video helpful. It will yes - I recommend looking at the following document docs.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare#example-commands
@harpreetsinghwasu860410 ай бұрын
Your video was very helpful and informational. I do have a question though - How did you create the .txt file that has all the information and also how did you get to know about the install and uninstall commands? what if we use the default install and uninstall commands that gets pre-populated after uploading the .intunewine file?
@aliquid21203 жыл бұрын
How can we force uninstall the app? For example before installing new version, the old version is runned and need to be closed, how can we do that?
@Praveenkumar-bv2ms Жыл бұрын
Hi Harry, Thanks. How we can push this Adobe deployment without user's intervention? Can you pls explain the steps for silently installing it to the user's laptop?
@HarryLowtonIT Жыл бұрын
Change to deployment type from available to required
@Sphengali3 жыл бұрын
What about uninstalling the previous version of Adobe Reader before installing a newer version?
@RuneHansen43002 жыл бұрын
Great guide, here is my problem, I installed a program and it came without and MSI, so the WIM file I got has no Install or uninstall command lines. How do you get those or how do I learn about those? :D
@abdulazeez31203 жыл бұрын
Thanks for your explanation. I have a query. Lets say if the user machines dont have local admin rights and they are standard azure AD joined users, then how do we setup the configuration? bcz i configured above method and it failed with standard users
@matthewpage703 жыл бұрын
If you're co-managed, maybe check Config Manager->Administration->Client Settings->Client Agent->Install Settings->All Users. Otherwise, if you set it to run as SYSTEM in Intune as part of the Win32 App, I would think that should work. Hybrid AAD over here.
@jonathankelt19383 жыл бұрын
Thanks for the video. What i really dont understand is the following: If I have an .msi, I can upload it with the app type "line-of-business app". No need to create an .intune file. With the IntuneWinAppUtil I can create a .intune file from a .msi or from an .exe. So my question is: When should I use "line-of-business app" and when should I use "Windows app (Win32)"? Or maybe asked from the other side: If I have an .exe, I will use the IntuneWinAppUtil, create an .intune file and upload it with the app type "line-of-business app" to Intune. But if I have an .msi, can I use both methods? And how decide. Thank you so much and greetings
@HarryLowtonIT3 жыл бұрын
This is a great question and if you are dealing with deploying MSI or EXE files you are going to get a lot more control using Win32 App model. To help you with what you should use we recommend you stick with one method. As can be seen in our documentation docs.microsoft.com/en-us/mem/intune/apps/apps-win32-app-management "When you're deploying Win32 apps, consider using the Intune Management Extension approach exclusively, particularly when you have a multiple-file Win32 app installer. If you mix the installation of Win32 apps and line-of-business apps during AutoPilot enrollment, the app installation might fail. The Intune management extension is installed automatically when a PowerShell script or Win32 app is assigned to the user or device." I hope that helps.
@GoaUk3652 жыл бұрын
Hi From where i can download Adobe DC package
@memem17922 жыл бұрын
your video is great
@HarryLowtonIT2 жыл бұрын
Thank you 🙏🏻 glad you found it helpful.
@mintlou3 жыл бұрын
Thanks, very helpful!
@HarryLowtonIT3 жыл бұрын
My pleasure! I'm glad it helped.
@Logan-ml2dt3 жыл бұрын
I've been waiting for a video explaining this for a little while and finally found it! Thank you.
@HarryLowtonIT3 жыл бұрын
Great news, glad it helped! I hope you have a good weekend Logan
@rasvindernamdeo63992 жыл бұрын
I am getting this error while creating the app- ERROR System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
@carlosizaguirre5323 Жыл бұрын
any tips for mass uninstall an app like notepad++ ?
@rashantha2 жыл бұрын
Superb. Can you do a video on blocking of application installation by standard user :)
@HarryLowtonIT2 жыл бұрын
Thanks for the suggestion I will add it to the list 👍
@rajneeshkaura3 жыл бұрын
Awesome Content 👍🏻
@HarryLowtonIT3 жыл бұрын
Thank you 🙌
@TommieJohnson-fu2ed8 ай бұрын
When i open I get on the bottom left 7 day trial how to get rid of that
@dare-tc3fz4 жыл бұрын
This was great. Could you do a video on creating transforms?
@HarryLowtonIT4 жыл бұрын
Thank you! I certainly can - would you want to see just a general overview of creating transforms and why they are useful? or did you have a specific application in mind?
@AlexNelson13 жыл бұрын
@@HarryLowtonIT You had the mst in the source folder but then I never saw it used. Is it auto-detected somehow?
@HarryLowtonIT3 жыл бұрын
I have made this video now - check it out: kzbin.info/www/bejne/ioekcneiZ69pa7s
@HarryLowtonIT3 жыл бұрын
@@AlexNelson1 The setup.ini calls the MST file. I made a video this week to show the steps: kzbin.info/www/bejne/ioekcneiZ69pa7s
@KS-ni7vv4 жыл бұрын
amazing video, please make more interesting videos like that, thank you
@HarryLowtonIT4 жыл бұрын
Thank you!! I certainly will. I appreciate the comment.
@adamsharpe55173 жыл бұрын
Super helpful, thank you! You pointed out that when Acrobat Reader got installed, it installed the latest version. Does this also automatically update Acrobat Reader on users' computers as new versions are released? Or do we have to redeploy periodically for every new version?
@HarryLowtonIT3 жыл бұрын
In my case i downloaded the last of Acrobat Reader. If you do not want to use auto update then I would like at app supersedence. Here is a video I have made on it kzbin.info/www/bejne/aZaThGiCnbSAjrs
@ppcli27013 жыл бұрын
@@HarryLowtonIT what supersedence settings would you use for adobe reader? I am running into a weird issue that it quits the install at the 15.** msi
@markus65563 жыл бұрын
very cool, very nice. Thank you a lot. 🖖
@jurellt2 жыл бұрын
Thank you.
@HarryLowtonIT2 жыл бұрын
👍 glad the video helped Jurell!
@gregborrageiro34103 жыл бұрын
This is so good and helpful! Done a quick search on your channel but do you have a video of creating a .exe package? I am having difficulty with one and i think its the detection rules that i dont quite understand
@mohanrajganesan49752 жыл бұрын
What about install and uninstall comment please suggest
@babypooful7 ай бұрын
mine says stuck on install pending I dont know why?
@Gokuladharshini_gd3 ай бұрын
can anyone know how to find the install and uninstall command of any applications?
@HarryLowtonIT3 ай бұрын
@@Gokuladharshini_gd I cover that in my installing Adobe video. I hope it helps
@runehansen96502 жыл бұрын
Any guides for .Exe files? :) they seem a bit more complicated with install/uninstall commands, and Path of file
@johelpereira65162 жыл бұрын
I wished you included the steps for the .exe as well
@jn1mrgn3 жыл бұрын
Thank God for 2x speed.
@HarryLowtonIT3 жыл бұрын
Glad it helped :)
@McLovinFluffin2 жыл бұрын
You should consider not skipping so many things. Like where did you get these install and uninstall paths lmao
@HarryLowtonIT2 жыл бұрын
How to Silently Install Adobe Acrobat Reader DC kzbin.info/www/bejne/ioekcneiZ69pa7s
@davidarauz15243 жыл бұрын
Hey can you make a video on how to extract all that info from ADOBE ?
@HarryLowtonIT3 жыл бұрын
Hey David - thanks for the comment I hope this video was helpful. Just to ensure I understand the ask what information are you interested in extracting ?
@davidarauz15243 жыл бұрын
@@HarryLowtonIT The adobe Msi
@HarryLowtonIT3 жыл бұрын
@@davidarauz1524 got ya :) certainly I can do that
@davidarauz15243 жыл бұрын
@@HarryLowtonIT Thank you, I really appreciate it
@johannsmetternich67693 жыл бұрын
Hi Harry, why do you take always so simple Applications like Adobe Reader. Any Software Deployment Solution can RollOut such a simple App. Please show me a more complex App to take in Intune. I think about a app with multiple configurations for diffrent users. Maybe an app.. which is not EXE oder MSI based...
@HarryLowtonIT3 жыл бұрын
Hi Johann, thanks for commenting I hope you still found some value from this video. I choose a simple app to hopefully make it more relatable for a larger audience. However, I would love to make a follow up with a more complex application. Do you have any applications you recommend I show ?
@misi_epa2 жыл бұрын
Nice
@HarryLowtonIT2 жыл бұрын
Cheers
@Ali_2.03 жыл бұрын
I don’t know why every youtuber just shows .exe file & create app through win 32 tool .msi still looking how to convert this exe to msi? If anybody can help ?
@pforpov3 жыл бұрын
Install 7zip , the. Right click on adobe.exe setup file and open archive with 7zip you will find msi their .
@HarryLowtonIT3 жыл бұрын
^^ yep this is the cliff notes of what i did. It is also worth reading through the following helpx.adobe.com/enterprise/using/deploying-acrobat.html
@HarryLowtonIT3 жыл бұрын
Ali - I made a video this weekend to show this in detail. I hope it helps. kzbin.info/www/bejne/ioekcneiZ69pa7s