|
From: Karthik R. <ka...@ch...> - 2007-02-28 17:43:56
|
Aparna, Yes by default it requires 4 folders - you can change this if you want. When you say an exe - what do you want, just a single file that you can send to the client or when installed at the client site do you want just one exe to be there on the hard disk - say myapp.exe? To just distribute the file you could create a self-extracting zip file (using software like winzip) which you can send to the client; when the user executes the exe it will expand and create the 4 folders with your MyApp.bat which the user can then use. If you want a single folder on the client machine after install say c:\program files\MyApp\ without the 4 diff folders I believe you can edit the conf files and the batch files to look for all the files in one folder. Hope this helps. --karthik _____ From: wra...@li... [mailto:wra...@li...] On Behalf Of Aparna Khade Sent: Wednesday, February 28, 2007 7:03 AM To: wra...@li... Subject: [Wrapper-user] Need information regarding packaging the wrapper asan EXE Hi, I tried the Java Wrapper service by following the instructions for Method 1 under the Integrate section. By doing this, I was able to execute the application by using the appropriate .bat file (MyApp.bat) As far as I have understood, this approach requires that there be 4 folders: bin, lib, conf & logs. Is there a way in which I can package these 4 folders into an exe to be given to the client? Appreciate your prompt response. Thanks & Regards, Aparna Khade Data, Inc. 72 Summit Ave, Montvale, NJ 07645 Tel: 201-799-4982 |