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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now