Page 1 of 1

Deploying Compiled Apps

Posted: Wed Nov 21, 2018 2:42 pm
by andyh1234
Hi,
Any suggestions on the best way to deploy compiled apps?

I've not compiled anything since 2013 so Im guessing things might have changed or moved on. Are there any current up to date deployment apps, sort of '1 click' type things for windows and mac?

Im happy codesigning the app and or installer separately if needed but its been such a long time ive forgotten what I used before to actually make a professional installer, and it is probably out of date anyway!

Thanks

Andy

Re: Deploying Compiled Apps

Posted: Wed Nov 21, 2018 3:13 pm
by richmond62
I tend to put them in a zip file and upload them to my Dropbox account,
and then people can easily download them and decompress them on their own machines.

Re: Deploying Compiled Apps

Posted: Wed Nov 21, 2018 8:23 pm
by mrcoollion
For Windows you could use NSIS portable from portableapps.com. Easy to work with and you can create a professional looking installer.

https://portableapps.com/apps/development

Or you could use Piccolo Installer v.1.1.6 from the livecode share.
http://livecodeshare.runrev.com/stack/6 ... er-v-1-1-1

And there are many more possibilities.....

Regards,

Paul

Re: Deploying Compiled Apps

Posted: Wed Nov 21, 2018 8:46 pm
by andyh1234
Thanks, guys, I appreciate the suggestions.

Andy