PDA

Click to See Complete Forum and Search --> : [RESOLVED] How to include image folder to the target machine?


matrik02
Sep 10th, 2007, 09:26 AM
I have Image folder, I want this folder and the picture inside that folder install on the target machine when I distribute my application.How to include that folder together?

Hack
Sep 10th, 2007, 09:29 AM
This is a deployment question, so it would be better suited for this section.

Moved to Application Deployment

What are you using to package app?

P&D Wizard?
Inno?
Something else?

matrik02
Sep 10th, 2007, 09:35 AM
I use P&D Wizard.How to include the image folder?

mattal
Sep 10th, 2007, 11:52 AM
i think it can’t be included by P&D Wizard. U can use INNO Script (http://www.***********/**********.html) to include folders and so on.

randem
Sep 10th, 2007, 07:23 PM
If you want to include a folder in PDW you need to include in your PDW script EVERY file in the folder in your script. PDW doesn't support folders.

matrik02
Sep 16th, 2007, 01:03 AM
If you want to include a folder in PDW you need to include in your PDW script EVERY file in the folder in your script. PDW doesn't support folders.

What you mean with PDW script? What is it?Where I can get the PDW script?

Can you helps me with sample, how to include the file in the folder in the PDW scripts?Where I need to type that line?

randem
Sep 16th, 2007, 03:48 AM
The PDW script is the Setup.lst file. You can add them in thru the wizard but you will need to do it one at a time. PDW is not flexible. One you edit the Setup.LST file you cannot make PDW recognize the changes in the wizard. So you will from then on need to modify the .lst file for future changes.