Desktop packaging | Public links

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

Hi,

I've just made the switch for Adobe Air to Titanium Desktop, and am very happy with my choice.

Since this is a Business Application, I don't want to create public links. I've set the PUBLISH PRIVACY to PRIVATE, but it created a Public Link.

All I wanted was to be able to download the installer file, and then distribute it internally. Is there anyway I can achieve such behavior?

Thanks,

V.

4 Answers

Thanks, I was able to compile my dmg with the TideSDK.

Can I compile for Windows also, under a MacOS environment? I have a Win7 Virtual Machine I can use, if it's needed, but I was unable to find the packaging instructions for Windows.

TIA,

V.

Hi Vasco. First. I think many folks should be pleased with the direction we are taking TideSDK. I'll be posting a rather long update on the project on our blog at http://tidesdk.org/blog since many positive developments to share. In our developments, are currently building on Ubuntu 12.04, Windows 7 and 8 and OSX Lion and Mountain Lion. We still have much work but it is coming and will announce a date for our first release.

We'll be sharing nightly build links quite soon so that you can install from the builds from our continuous integration system. Visit our site for links mailing list, and wiki. TideSDK devs and app developers like yourself online at #tidesdk on freenode. We've got many new things coming out shortly including a beautiful site blog and docs on their way that will be quite amazing when they are ready.

— answered 11 months ago by fairwinds dp
answer permalink
2 Comments
  • The reason I switched from Air to TideSDK was the support for SVG, since I'm developing an app that will require charts (created using KendoUI DataViz). If I could understand you, I will be able to compile my app into a Windows installer (msi?) on a MacOS Environment? Thanks, V.

    — commented 11 months ago by Vasco Costa

  • Vasco, you will be able to bundle your app for installation on the various platforms. Understand that you must bundle you apps for each os by having a machine or vm with the sdk installed. You cannot bundle a windows app on a mac for example. We may offer services so that developers can develop on one os and build for all os's to replace the service appc has taken down.

    I would encourage you to join the mailing list at https://groups.google.com/forum/?hl=en&fromgroups#!forum/tidesdk for questions at or join with other desktop developers and the TideSDK dev on irc at #tidesdk on freenode. You are going to find more support there when it comes to your desktop efforts.

    — commented 11 months ago by fairwinds dp

I am now ready to package my application, but I'm having problems with the network type installed. I tried a bundle packaging, as it should include the needed 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?

Your Answer

Think you can help? Login to answer this question!