Installer.ini line to copy a whole folder

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

Thanasis
Posts: 84
Joined: Sun Aug 28, 2011 2:53 am

Installer.ini line to copy a whole folder

Post by Thanasis »

I am trying to make a .mmip installer and was wondering how I can make it to copy complete folders (not files) to the {app}\Scripts directory. Below are the lines that I use but I can't get them to work.

Code: Select all


[Copy]
Src=MyApp\*.*
Tgt={app}\Scripts\MyApp\

When I run the created .mmip I get the error "MyApp was not installed". The folder structure is created within the folder "MyApp" but the files don't get copied. I use MM4 portable.

Thank you for your support.
Eyal
Posts: 3116
Joined: Sun Jun 26, 2005 9:27 am
Location: Québec

Re: Installer.ini line to copy a whole folder

Post by Eyal »

Hi Thanasis,

Sorry for late reply.

This will work:

Code: Select all

[Copy]
Src=MyApp\*.*
Tgt={app}\Scripts\MyApp\*.*
:~)
Skins for MediaMonkey: Cafe, Carbon, Helium, Spotify, Zekton. [ Wiki Zone ].
Post Reply