Thanks Pranay, I think I understand what you are saying. I'll try what you mentioned, but at the same time also want to see if there are any other ways to implement this, for example can I use the windows MSI installer to convert the ".air" file to ".exe" file? If so, can anyone point to an existing tutorial on this?
Regards, Kapil On Tue, Nov 9, 2010 at 3:33 PM, Pranav Negandhi <[email protected]> wrote: > You cannot edit the registry during installation because installation is > handled by Adobe's own code. But you can use the NativeProcess API the first > time your application launches to make necessary changes to the registry. > You'll have to write a small application in a language that has access to > the Windows API. C# sounds like a good choice for that task. > > .p > > On Tue, Nov 9, 2010 at 1:15 PM, kapil kaushik <[email protected]>wrote: > >> Hi All, >> >> Suppose I created an executable file for my AIR application using the >> following process: >> >> http://help.adobe.com/en_US/air/build/WS789ea67d3e73a8b22388411123785d839c-8000.html >> >> I want to understand whether it is possible to access/modify the windows >> registry files during installation (since there do not seem to be any >> options here). If so, please point me to appropriate links. >> >> Regards, >> Kapil >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

