8/11/2010 1:33:26 AM
Title:
How to customize Adobe air installer?
Hii Friends,
I am using Air2 sdk , i want Term & Condition Check box when user click to my application installer.
it should ask to accept term & cond'n .
how can i cusmize it plz give me solution or any help.
Thanks in advance
8/11/2010 4:25:37 AM
i don't think there is such option. We generally show the terms and conditions in html page and then ask the user to proceed when he selects the agree checkbox.
8/11/2010 4:50:20 AM
adobe air installer already shows a warning message which clearly states that application can do any harm to system ,on agreement user can install it.I think that covers every thing. You can show any license agreement if you want when users starts the application first time.
8/11/2010 5:00:38 AM
Hi...
@Zane.
but
* i want to put some custome msg to user if he is agree then only he can install.
and
* if i give this msg after the installation and then if urser is not agree then what happ?
8/11/2010 6:05:50 AM
you can keep the user decision saved in a text file and check that whenever application is initialized , If you find the answer no in text file then show that window each time user runs the application and only remove that screen when user agree , and store that in text file so that user does not get that window again.
8/11/2010 7:17:09 AM
Thanks for reply
is their any other way in air app?
i want before the app install, is their any way 4 that