Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: tcj on July 29, 2007, 09:38:55 AM

Title: Destination for added files
Post by: tcj on July 29, 2007, 09:38:55 AM
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
Title: Destination for added files
Post by: Randem on July 29, 2007, 02:04:38 PM
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.
Title: Destination for added files
Post by: tcj on July 30, 2007, 04:43:12 AM
>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