by Psyker7 » Sat Jun 23, 2012 8:23 am
I'm wanting to distribute a MMIP which contains quite a few source files (a python library is included)
Is there any easy way to copy a directory recursively for an install?
The page
http://www.mediamonkey.com/wiki/index.p ... 5D_section
Suggests you can do
[Copy]
Src=LastFmImportPython\*.*
Tgt={app}\Scripts\LastFmImportPython\
But this fails - presumably because there are directories under the LastFmImportPython folder.
Beyond writing a script to copy all the files manually in the install.ini, or writing a script myself to unzip the folder somewhere I'm at a loss

I'm wanting to distribute a MMIP which contains quite a few source files (a python library is included)
Is there any easy way to copy a directory recursively for an install?
The page
http://www.mediamonkey.com/wiki/index.php/Installation_Packages#.5BCopy.5D_section
Suggests you can do
[Copy]
Src=LastFmImportPython\*.*
Tgt={app}\Scripts\LastFmImportPython\
But this fails - presumably because there are directories under the LastFmImportPython folder.
Beyond writing a script to copy all the files manually in the install.ini, or writing a script myself to unzip the folder somewhere I'm at a loss :(