Hello,
added files automatically seems to get the DestDir: {app}-Flag, so these files will
always be installed in the application-directory.
Is there any way to change this without manually editing the script-file?
Especially data-files should be installed in DestDir: {userdocs}datadir, not in {app}.
Thanks,
Thomas
If you add the data files in the add files tab the files will be added in a folder inside the {app} folder with the data file folder name.
Ex.
Data file in c:developmyappdata
Data file will be included in
{App}data
If you want to chage this behavior you would need to add that line in a template file with the change you want.
>If you want to chage this behavior you would need to add that line in a template file with the change you want.
Fine, this will work for me.
Thanks a lot,
Thomas