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
Accepted Answer
Might want to head over to http://www.tidesdk.org as Appcelerator open sourced the desktop sdk and the community is managing it now.
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.
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!