On 11/29/05, Corey Laymon <[EMAIL PROTECTED]> wrote: > I have been using wpkg for the last month now and am really impressed. > However, I am experiencing one problem with an install. I have created a > batch file that will provide an xcopy of several files and directories, make > a reg entry and map a network resource. The batch file works fine on its > own. The problem is when I call it from WPKG, the batch starts copying > files, but stops after 165 files in one directory. I cannot figure out how > to get it to run the entire batch file xcopy. I tried running wpkg with the > /debug, but it just hangs at running install.bat. Any help would be > appreciated.
I have found that to automatically copy a bunch of files to a client, make registry changes and so on, the easiest way is to make an install package using Innosetup ( http://www.jrsoftware.org/ ). Its a free, open source setup package maker. It packs all your files into a tight little exe witch can be run interactively or without user interaction. Of course, it may not suit your purposes, but thats a much neater solution than a bat file. cheers, Kristofer ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
