Jump to content

Recommended Posts

Posted

i am currently having problems using the inno script wizard.. how can i add folders with subfolders & files inside that subfolder?


Posted

Under the files section of your script type

Source: {app}\AVICodec\*.*; DestDir: {app}\AVICodec; Flags: recursesubdirs createallsubdirs

change AVICodec to your folder name and all the files and subfolders in that folder will be added on compilation.

The only problem is if you want to assign certain flags like Replace on Restart or Register Server these will apply to all the files added with the wild card

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...