<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to update win32 applications with Microsoft Intune	</title>
	<atom:link href="https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Sat, 10 May 2025 17:46:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Nathalie		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-252374</link>

		<dc:creator><![CDATA[Nathalie]]></dc:creator>
		<pubDate>Sat, 10 May 2025 17:46:45 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-252374</guid>

					<description><![CDATA[This is a very good blog and will help me as  I am about to start deploying applications.  At the moment, we&#039;re still in smoke testing phase so not done real deployments to user except as available to test them all.  What I cannot find anywhere and will continue searching is what to do with updating dependency win32apps.  Say I have a package which 7 other apps are dependent on, and are required apps.  With config manager I simply remove the dependence on all packages and add the new one manually.  I tend to deploy the new dependency app at the same time as I am not sure how quickly Config Manager will get around to notice the change and start deploying.  With Intune I may just have to go this way too.]]></description>
			<content:encoded><![CDATA[<p>This is a very good blog and will help me as  I am about to start deploying applications.  At the moment, we&#8217;re still in smoke testing phase so not done real deployments to user except as available to test them all.  What I cannot find anywhere and will continue searching is what to do with updating dependency win32apps.  Say I have a package which 7 other apps are dependent on, and are required apps.  With config manager I simply remove the dependence on all packages and add the new one manually.  I tend to deploy the new dependency app at the same time as I am not sure how quickly Config Manager will get around to notice the change and start deploying.  With Intune I may just have to go this way too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ash		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-204090</link>

		<dc:creator><![CDATA[Ash]]></dc:creator>
		<pubDate>Thu, 13 Jul 2023 08:03:28 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-204090</guid>

					<description><![CDATA[I need to do the reverse of this, we have two versions of citrix vda - cu2 and cu3. CU3 needs to go out to all new builds only and CU2 is going to be superseded in phases. how can i create a cu3 app to only target machines which do not have cu2 installed?]]></description>
			<content:encoded><![CDATA[<p>I need to do the reverse of this, we have two versions of citrix vda &#8211; cu2 and cu3. CU3 needs to go out to all new builds only and CU2 is going to be superseded in phases. how can i create a cu3 app to only target machines which do not have cu2 installed?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ITBryan		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-185689</link>

		<dc:creator><![CDATA[ITBryan]]></dc:creator>
		<pubDate>Sun, 17 Jul 2022 01:51:40 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-185689</guid>

					<description><![CDATA[I came here from the Windows Tech community forum post.
https://techcommunity.microsoft.com/t5/microsoft-intune/how-to-deal-with-application-version-in-intune-and-company/m-p/3574783#M11280

I&#039;ve tried your method, but I think this causes issues.
With the added Requirement rule, it prevents apps from being installed initially.
So if a user deletes the app or a new user is signing in for the first time, this Win32 app will never install.
It seems that because the requirement can&#039;t find the app, so can&#039;t see the version, it never installs.

How have you solved this?
For new users, I created a Power Automate Flow. When a new user is added, they get added to a group. This group has apps assigned to it, but these Win32 app deployments do not have the additional requirement for versioning.
After a few days, they are removed from the group and placed into a group with all other existing users. This other group has Win32 apps assigned with the requirement rule.

This is really only a partial solution. If a user signs into a different machine or accidentally deletes a required app, the apps will never install.]]></description>
			<content:encoded><![CDATA[<p>I came here from the Windows Tech community forum post.<br />
<a href="https://techcommunity.microsoft.com/t5/microsoft-intune/how-to-deal-with-application-version-in-intune-and-company/m-p/3574783#M11280" rel="nofollow ugc">https://techcommunity.microsoft.com/t5/microsoft-intune/how-to-deal-with-application-version-in-intune-and-company/m-p/3574783#M11280</a></p>
<p>I&#8217;ve tried your method, but I think this causes issues.<br />
With the added Requirement rule, it prevents apps from being installed initially.<br />
So if a user deletes the app or a new user is signing in for the first time, this Win32 app will never install.<br />
It seems that because the requirement can&#8217;t find the app, so can&#8217;t see the version, it never installs.</p>
<p>How have you solved this?<br />
For new users, I created a Power Automate Flow. When a new user is added, they get added to a group. This group has apps assigned to it, but these Win32 app deployments do not have the additional requirement for versioning.<br />
After a few days, they are removed from the group and placed into a group with all other existing users. This other group has Win32 apps assigned with the requirement rule.</p>
<p>This is really only a partial solution. If a user signs into a different machine or accidentally deletes a required app, the apps will never install.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-183173</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Thu, 26 May 2022 22:13:41 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-183173</guid>

					<description><![CDATA[If I&#039;m to upload a new version of a required Win32 app (in this case Google Drive Filestream v 58), will I need to delete the previous Win32 App Version (v 49) entry from my Intune App list or remove it from the required install groups?]]></description>
			<content:encoded><![CDATA[<p>If I&#8217;m to upload a new version of a required Win32 app (in this case Google Drive Filestream v 58), will I need to delete the previous Win32 App Version (v 49) entry from my Intune App list or remove it from the required install groups?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muminnek		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-183116</link>

		<dc:creator><![CDATA[Muminnek]]></dc:creator>
		<pubDate>Wed, 25 May 2022 15:00:10 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-183116</guid>

					<description><![CDATA[I&#039;m a bit lost with 32-bit apps on 64-bit client in Intune. When you set switch &#039;Associated with 32-bit app ...&#039; to Yes, you should use %ProgramFiles% not %ProgramFilesx(86)%. 

At least in MECM it works like this, I expect same in Intune. Why even there would be that &#039;Associate with 32-bit app&#039; switch then, when you avoid it by using %ProgramFilesx(86)%?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit lost with 32-bit apps on 64-bit client in Intune. When you set switch &#8216;Associated with 32-bit app &#8230;&#8217; to Yes, you should use %ProgramFiles% not %ProgramFilesx(86)%. </p>
<p>At least in MECM it works like this, I expect same in Intune. Why even there would be that &#8216;Associate with 32-bit app&#8217; switch then, when you avoid it by using %ProgramFilesx(86)%?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jaro		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-179522</link>

		<dc:creator><![CDATA[Jaro]]></dc:creator>
		<pubDate>Fri, 25 Feb 2022 18:58:55 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-179522</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-121828&quot;&gt;Pete Mitchell&lt;/a&gt;.

I use a simple custom detection script for this
$version = (Get-Item &#039;c:\Program Files\VideoLAN\VLC\vlc.exe&#039;).VersionInfo 
if ([version]::Parse($version.FileVersion) -lt [version]::Parse(&#039;3.0.16&#039;))
{ Write-Host &quot;true&quot; }
else
{ Write-Host &quot;false&quot; }
Still searching for solution in the scenario:
1. a software is installed from Intune
2. software update with version detection is deployed from intune and software is updated
3. client reinstalls software with older version
4. detection script won&#039;t check installed version - this is something I don&#039;t know how to overcome. how to force intune to check periodically if software match version with detection script and if not take an action to update it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-121828">Pete Mitchell</a>.</p>
<p>I use a simple custom detection script for this<br />
$version = (Get-Item &#8216;c:\Program Files\VideoLAN\VLC\vlc.exe&#8217;).VersionInfo<br />
if ([version]::Parse($version.FileVersion) -lt [version]::Parse(&#8216;3.0.16&#8217;))<br />
{ Write-Host &#8220;true&#8221; }<br />
else<br />
{ Write-Host &#8220;false&#8221; }<br />
Still searching for solution in the scenario:<br />
1. a software is installed from Intune<br />
2. software update with version detection is deployed from intune and software is updated<br />
3. client reinstalls software with older version<br />
4. detection script won&#8217;t check installed version &#8211; this is something I don&#8217;t know how to overcome. how to force intune to check periodically if software match version with detection script and if not take an action to update it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-175449</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Mon, 29 Nov 2021 12:49:28 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-175449</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-175362&quot;&gt;Ľuboš&lt;/a&gt;.

Hi Ľuboš,

That really depends on your needs. The current Supersedence feature doesn&#039;t fir our needs, so we&#039;re still using above workaround.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-175362">Ľuboš</a>.</p>
<p>Hi Ľuboš,</p>
<p>That really depends on your needs. The current Supersedence feature doesn&#8217;t fir our needs, so we&#8217;re still using above workaround.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ľuboš		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-175362</link>

		<dc:creator><![CDATA[Ľuboš]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 18:44:38 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-175362</guid>

					<description><![CDATA[Hello Peter,
now with Supersedence in Preview, would you recommend it as a solution for managing updates?
https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-supersedence]]></description>
			<content:encoded><![CDATA[<p>Hello Peter,<br />
now with Supersedence in Preview, would you recommend it as a solution for managing updates?<br />
<a href="https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-supersedence" rel="nofollow ugc">https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-supersedence</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-174281</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Thu, 28 Oct 2021 12:45:20 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-174281</guid>

					<description><![CDATA[How would you handle LOB apps which are available for installation?]]></description>
			<content:encoded><![CDATA[<p>How would you handle LOB apps which are available for installation?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Holm		</title>
		<link>https://inthecloud247.com/how-to-update-win32-applications-with-microsoft-intune/#comment-162108</link>

		<dc:creator><![CDATA[Alan Holm]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 14:03:57 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=5605#comment-162108</guid>

					<description><![CDATA[Hello,
I am trying to do this on our tenant. The scenario is we have Dell machines so we have DCU 4.0.0 installed and would like it intune to update the machines to 4.1.0. So far it has failed each time.]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I am trying to do this on our tenant. The scenario is we have Dell machines so we have DCU 4.0.0 installed and would like it intune to update the machines to 4.1.0. So far it has failed each time.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
