TideSDK | Bundle Packaging

You must Login before you can answer or comment on any questions.

I am now ready to package my application, but I'm having problems with the network type installer.

It always gives me code 404 on the Application first run:

Could not query info: Invalid HTTP Status Code (404)
I presume the installer is having difficulty with reaching the correct servers and downloading the needed runtime, but I have run through most solutions on this forum, and none have worked.

So I tried a bundle packaging, as it should include such runtime, but I must be doing something wrong, since it does not bundle within the MSI.

The code I'm executing is as follows:

C:\TideSDK\sdk\win32\1.2.0.RC6d\tibuild.py -p --type=BUNDLE --os=win32 "C:\path_to_app\app_dir"
I also tried:
C:\TideSDK\sdk\win32\1.2.0.RC6d\tibuild.py -p -t bundle --os=win32 "C:\path_to_app\app_dir"
And all the uppercase/lowercase combinations. Also tried version 1.2.0.4, without sucess. Am I doing something wrong?

1 Answer

I would suggest you look here for help

http://www.tidesdk.org/#support

— answered 9 months ago by Aaron Saunders
answer permalink
4 Comments
  • As Aaron pointed out, you'll need to look to the TideSDK community for help. TideSDK is no longer an Appcelerator project and is not fully controlled by the TideSDK dev community.

    — commented 9 months ago by Anthony Decena

  • @Aaron, @Anthony: I suggest this Q/A system should display a message about tidesdk when users add the tags "desktop" or "tidesdk" to their question, so such questions could be avoided in future.

    — commented 9 months ago by Christian Engel

  • i did not down vote the question... and @Christian Engel I think that is a good idea if something like that could be implemented

    — commented 9 months ago by Aaron Saunders

  • Show 1 more comment

Your Answer

Think you can help? Login to answer this question!