ユーザーのデスクトップ ブラウザーで実行される Flex アプリがあります。そこから Windows および Mac 用の AIR デスクトップ アプリを作成したいと考えています。
AIR初心者です。Flex 4.10 と Flash Builder 4.7 を使用しています。
このリンク:
http://help.adobe.com/en_US/air/build/air_buildingapps.pdf
PDF 244 ページの状態:
Users can install or update an AIR application by double-clicking an AIR file
on their computer or from the browser (using the seamless install feature). The
Adobe® AIR® installer application manages the installation, alerting the user if
they are updating an already existing application.
However, you can also have an installed application update itself to a new
version, using the Updater class.
最初の文は、私が達成しようとしているものです。「シームレスインストーラー」により、ユーザーは Web ページのアイコンをクリックしてアプリケーションを更新できると思います。それはいいです。最初の文の最初の部分はどうですか...Users can install or update an AIR application by double-clicking an AIR file on their computer...
その部分を機能させるにはどうすればよいですか?
次の文は「ただし、あなたも...」で始まるので、17章ではこれについて議論していないと思います。何かが既に存在する場合、カスタムを行うことは避けたいと思います。