开发者

Suppressing the EULA dialog the first time AIR 2.0 is run

开发者 https://www.devze.com 2023-01-06 07:02 出处:网络
In AIR 1.5, 开发者_高级运维I accomplished this by putting a \'eulaAccepted\' file in Application Data\\Adobe\\AIR.This doesn\'t seem to be working in AIR 2.0.Has anyone figured out how to suppress the

In AIR 1.5, 开发者_高级运维I accomplished this by putting a 'eulaAccepted' file in Application Data\Adobe\AIR. This doesn't seem to be working in AIR 2.0. Has anyone figured out how to suppress the EULA dialog in AIR 2.0.2?

Thanks.


The problem was that prior to AIR 2.0, an empty eulaAccepted file would suppress the EULA dialog. In AIR 2.0, an empty file doesn't work. It has to contain "2".

0

精彩评论

暂无评论...
验证码 换一张
取 消