Make innosetup copy the full folder instead of only its content

hereForLearing

How to make innoSetup copy the full folder instead of copying the content of the folder only? I want to add my resources folder to the setup :

Source: "C:\Users\youss\eclipse-workspace\myApp\resources\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

but what happens is that when I install the app I can't find the root folder (resources), all what I find is its content, what breaks the app (all the paths to the resources become invalid)

Thank you.

Ken White

Change your destination (DestDir) to include the folder:

Source: "C:\Users\youss\eclipse-workspace\myApp\resources\*"; DestDir: "{app}\resources"; Flags: ignoreversion recursesubdirs createallsubdirs

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Robocopy copy directory instead of just its content

From Dev

Make content visible only after using jquery to copy html content

From Dev

delete a folder and its content

From Dev

Make every <td> width fit its content instead of the <td> with the longest content in the same column

From Dev

Route an entire folder and its content

From Dev

Set the terminal prompt in Ubuntu to show only the working directory name instead of its full path

From Dev

Copy node and alter its content

From Dev

puppet copy directory but not its content

From Dev

Python: copy folder content recursively

From Dev

Python: copy folder content recursively

From Dev

How do I make an app use a module outside of its own folder, by linking to it (instead of copying)?

From Dev

How to make flexbox child's height to fit to content instead of 100% height of its container

From Dev

How to copy content of one text file to another text file with only filename and its extension using PowerShell?

From Dev

Command to copy only folder with files

From Dev

Copy a full folder to another location on the same server

From Dev

Make a div the size of its content

From Dev

How do i make my divs scrollable ONLY when the content is full?

From Dev

Linux recursive copy files to its parent folder

From Dev

How to copy a file into folder and all its subdirectories

From Dev

Copy a folder and its contents to USB stick in Ubuntu

From Dev

how to make an application that make a copy of its database

From Dev

Windows 8 - How can I make a shortcut to My Documents that opens with the full path, instead of the default shortened User-folder path?

From Dev

Make a button whose background and content is drawn only within specified inner rectangle (not within all its frame)

From Dev

How to make div width only to fit its content and the next div to fill the remainder?

From Dev

How to move folder and its content in powershell

From Dev

How to move folder and its content in powershell

From Dev

jQuery to return the wrapper of the content instead of only the content

From Dev

Copy recursively a directory excluding a subdirectory and ITS CONTENT

From Dev

How to copy formula without changing its content?

Related Related

  1. 1

    Robocopy copy directory instead of just its content

  2. 2

    Make content visible only after using jquery to copy html content

  3. 3

    delete a folder and its content

  4. 4

    Make every <td> width fit its content instead of the <td> with the longest content in the same column

  5. 5

    Route an entire folder and its content

  6. 6

    Set the terminal prompt in Ubuntu to show only the working directory name instead of its full path

  7. 7

    Copy node and alter its content

  8. 8

    puppet copy directory but not its content

  9. 9

    Python: copy folder content recursively

  10. 10

    Python: copy folder content recursively

  11. 11

    How do I make an app use a module outside of its own folder, by linking to it (instead of copying)?

  12. 12

    How to make flexbox child's height to fit to content instead of 100% height of its container

  13. 13

    How to copy content of one text file to another text file with only filename and its extension using PowerShell?

  14. 14

    Command to copy only folder with files

  15. 15

    Copy a full folder to another location on the same server

  16. 16

    Make a div the size of its content

  17. 17

    How do i make my divs scrollable ONLY when the content is full?

  18. 18

    Linux recursive copy files to its parent folder

  19. 19

    How to copy a file into folder and all its subdirectories

  20. 20

    Copy a folder and its contents to USB stick in Ubuntu

  21. 21

    how to make an application that make a copy of its database

  22. 22

    Windows 8 - How can I make a shortcut to My Documents that opens with the full path, instead of the default shortened User-folder path?

  23. 23

    Make a button whose background and content is drawn only within specified inner rectangle (not within all its frame)

  24. 24

    How to make div width only to fit its content and the next div to fill the remainder?

  25. 25

    How to move folder and its content in powershell

  26. 26

    How to move folder and its content in powershell

  27. 27

    jQuery to return the wrapper of the content instead of only the content

  28. 28

    Copy recursively a directory excluding a subdirectory and ITS CONTENT

  29. 29

    How to copy formula without changing its content?

HotTag

Archive