From: Curt Hibbs Date: 2005-07-27T22:13:38+09:00 Subject: Re: Build one-click-installer version - Files allready downloaded Wolfgang N�dasi-Donner wrote: > Hi, > > I moved to another problem building a own one-click-installer version for windows. > > Everithing works fine up to "nmake" (which works). The process wants to download the required files via ftp, > but I have already everithing in place (I downloaded a tarball "cvs_root.tar.gz" and expanded it). > > What I want is to build the things from that data and not to download something (my machine for building the > stuff will even have no network access in the next 8 weeks). > > It is relevant too, because I want to change some parts (replace the 1.8 Rexex-Engine by Onigurama - this is > the basic reason I do all these things). > > How to proceed???? The tarball is only downloaded when it doesn't exist in the download directory. The tarball is only unpacked and the target directory does not exist. So, now that you have made it to that state, you could modify those directories and they will not be overwritten by subsequent builds. Curt