Hello
I like to know if somebody create a install program with Runrev, I need to create a self contained file (Like Runrev Setup File), any clues?
Thank You
self contained executable file
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
self contained executable file
Ronaldo Garcia
IguanaSoftware.com
IguanaSoftware.com
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Take a look at InstallGadget - it was written in Revolution, using InnoSetup for Windows and PackageMaker for MacOSX under the hood - and is extremely easy to use.
HTH,
Jan Schenkel.
HTH,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
-
- Posts: 7
- Joined: Wed Oct 08, 2008 10:48 pm
- Contact:
Hello Jans
Thank you for your answer, i like to run some programs in the middle of my installation and i need to create like a zip file executable if the user have a valid customer license (validate thru the internet) the program do the installation.
Do you know how runrev create the installation file?
Thank You
Thank you for your answer, i like to run some programs in the middle of my installation and i need to create like a zip file executable if the user have a valid customer license (validate thru the internet) the program do the installation.
Do you know how runrev create the installation file?
Thank You
Ronaldo Garcia
IguanaSoftware.com
IguanaSoftware.com
Hi Ronaldo,
I do this kind of things for customers. Unfortunately, I can't share the code publicly, but if you need help, you can contact me by e-mail.
You can start a programme from within Revolution, using the launch command or with VBScript (AppleScript on Mac). You can store files in custom properties and write them to the application folder during installation. I prefer to use the compress function to compress data that is kept in custom properties. Just keep in mind that such executables need to run as admin.
Best,
Mark
I do this kind of things for customers. Unfortunately, I can't share the code publicly, but if you need help, you can contact me by e-mail.
You can start a programme from within Revolution, using the launch command or with VBScript (AppleScript on Mac). You can store files in custom properties and write them to the application folder during installation. I prefer to use the compress function to compress data that is kept in custom properties. Just keep in mind that such executables need to run as admin.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode