Quantcast
Channel: Wsus Package Publisher
Viewing all articles
Browse latest Browse all 3825

New Post: Install Error Adobe Air

$
0
0
Not for the faint of heart .......
Here's how I publish Air updates when dealing with point updates like going from Adobe Air 15.0.0.293 to 15.0.0.356. I've been successful with this method with versions 13 through 15.

As others have discovered in this thread, Adobe does a piss poor job of creating MSI's that will upgrade or install over the existing version, primarily because they are using the same product code in the setup.msi. In that regard, the windows installer will think you're trying to perform a reinstall and will end up telling you that the update is not needed.

The latest version of Air (15.0.0.356) has a product code in the MSI = {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}. The problem is that is the product code for all 15 versions. To get around this do the following:

Open the setup.msi using Orca, navigate to the Property Table and modify the product code by one letter, in this case changing the last letter from D to E {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DE}, then save the setup.msi

Once that is complete, create the update. You need the setup.msi and the Adobe Air folder. Creating the update is realtively easy.
Here I've had plenty of trouble getting the Windows Update client to detect the update unless I make sure the Package Level rules are deleted. I do not use the MSI Product Installed detection method but rather file version.

Update already installed?
<bar:FileVersion Path="Adobe AIR\Versions\1.0\Adobe AIR.dll" Comparison="GreaterThanOrEqualTo" Version="15.0.0.356" Csidl="44"/>

Update is installable?
<bar:FileVersion Path="Adobe AIR\Versions\1.0\Adobe AIR.dll" Comparison="LessThan" Version="15.0.0.356" Csidl="44"/>

Viewing all articles
Browse latest Browse all 3825

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>