slimzky Posted August 4, 2005 Posted August 4, 2005 i am currently having problems using the inno script wizard.. how can i add folders with subfolders & files inside that subfolder?
benners Posted August 5, 2005 Posted August 5, 2005 Under the files section of your script type Source: {app}\AVICodec\*.*; DestDir: {app}\AVICodec; Flags: recursesubdirs createallsubdirschange 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now