Posts

Showing posts with the label Adobe AIR packaging

Packaging of Adobe AIR

Issue:- 1)        Setup.Msi does not work as a standalone 2)        Disabling updates Type :- MSI Solution:- The EXE file extracts setup.Msi. This Msi would can work as a standalone only after removing the property    SHAREDADDINFOLDER To check the whether the  updates are disabled or not, we have to install the application SettingsManager.air. To disable the update and EULA following files were added through custom action disableupdates eulaAccepted (data 3 in the file) There is no extension to these files.