Can someone please help me making a native installer for air?

hello, I’m a newbie in adobe flash cs6 and need step by step instructions for
how to make a native installer to use the runtime api in adobe air 3.5
I want to make a simple program with a button, if I press the button, a little exe file opens
called “test.exe”
my air profile is already extended desktop..
(I use Windows7)
I’ve read a lot of forums and they all say:
Type something like this for the SDK or ATK or something in cmd:
AirTest.airi -package -storetype pkcs12 -keystroke AirTest.p12 -target native AirTest.exe AirTest.airi
I just kan’t figure out how to make a native installer from my air app…

I use the NSIS for my windows native installer.
http://nsis.sourceforge.net/Download
If you are new to using NSIS, Venis is helpful for wizardizing your scripts:
http://nsis.sourceforge.net/Venis_IX
You will need to publish your app with the "-target bundle" setting

Similar Messages

Maybe you are looking for