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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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