Recently, some friends have asked the editor what to do if Adobe AIR cannot be installed? Here is the Adobe AIR guide for you Friends who need help can learn more about the solution for AIR failing to be installed.
Step 1: First, we use Notepad to write the installer.reg file with the following content:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSIServer]
“ImagePath”=-
“ImagePath”=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,
00,73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,
56,00,00,00
Step 2: Then save the file in ".reg" format, double-click the file and import the file contents into the registry.
Step 3: Start-Run Enter msiexec /unreg to confirm.
Step 4: Then start-run and enter msiexec /regserver to confirm.
Step 5: Finally, start the windows installer service, and then install Adobe AIR.
The above is all the content that the editor brings to you on what to do if Adobe AIR cannot be installed. I hope it can help you.