Page 1 of 1

self contained executable file

Posted: Wed Apr 22, 2009 5:05 am
by Ronaldo Garcia
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

Posted: Wed Apr 22, 2009 5:40 am
by Janschenkel
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.

Posted: Wed Apr 22, 2009 2:10 pm
by Ronaldo Garcia
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

Posted: Wed Apr 22, 2009 3:41 pm
by Mark
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