[RESOLVED] How to include image folder to the target machine?
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?
Re: How to include image folder to the target machine?
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?
Re: How to include image folder to the target machine?
I use P&D Wizard.How to include the image folder?
Re: How to include image folder to the target machine?
i think it can’t be included by P&D Wizard. U can use INNO Script to include folders and so on.
Re: How to include image folder to the target machine?
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.
Re: How to include image folder to the target machine?
Quote:
Originally Posted by randem
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?
Re: How to include image folder to the target machine?
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.