Packaging TideSDK apps on windows
by THavamani[ Edit ] 2013-04-29 16:21:26
Step 1:
Install python 2.7.3
Step 2:
Install imagemagick
Step 3:
Then install download tidesdk and manually extracted into
C:\Documents and Settings\All Users\Application Data\TideSDK
Step 4:
make sure directories exist
Then open the commend prompt make the following directories
mkdir "packages/win32/network"
mkdir "packages/win32/bundle"
Step 5:
package as installer
Then execute following commends in commend prompt
"C:\Python27\python.exe" "C:\Documents and Settings\All Users\Application Data\TideSDK\sdk\win32.3.1-beta\tidebuilder.py" -p -n -t network -d "packages/win32/network" -o "win32" "ti-project/"
"C:\Python27\python.exe" "C:\Documents and Settings\All Users\Application Data\TideSDK\sdk\win32.3.1-beta\tidebuilder.py" -p -n -t bundle -d "packages/win32/bundle" -o "win32" "ti-project/"
note:here
ti-project is application folder.just put your application folder name instead of it.
Then move to the folder "packages/win32/bundle" there you can see a executable file in your application name just you click that,your application will be launched.