Hi Xerxis,
Thanks for the great tutorial! I have a question though..
How do I specify the subdirectory to install at? For instance, I have a plugin called ABC.dll, and in the plugin folder i have a subfolder 'ABC', which contains another two subfolders 'graphics' and 'lib', lib being the place I keep all the dll and activex ocx.
How do I go about making the installer create the folder structure correctly and install those files in their respecive folders?
EDIT: Never mind I figured out how