Instalation Program

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Instalation Program

Post by magice »

I need to write a stack that will install my programs in a user defined directory and make all the appropriate registry changes. I have done this in the past by saving all the files as custom properties of the stack then writing them to the proper directories. This time however I have over 1000 supporting files and saving each as a custom property is tedious. I also have experimented with the revZip library, but have had no luck with it at all. Is there any way to have a stack extract an entire archive in one command? Also I am attempting to use .rar archives could that be a problem?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Instalation Program

Post by Klaus »

Hi Magice,

for WIndows I always use the free "InnoSetup", which does all the reg stuff for you and results in a SINGLE exe file:
http://www.jrsoftware.org/isinfo.php


Best

Klaus
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: Instalation Program

Post by magice »

I like the looks of that. I will give it a try.
Post Reply