Good morning,
under Files and Folder I've created a new Folder PROPERTY Based. This Property has the default value set to "C:\". Using a VBS procedure called in the first Welcome Dialog, this property is set to the correct path, like "C:\Data\other_software\".
Inside this folder, I have some folders named with Capital Letter ("STD"):
PROPERTY_FOLDER\
.....|--- STD\
............|--- Folder1\
............|--- Folder2\
............|--- CAPITAL_FOLDER3\
To check the path of PROPERTY_FOLDER, I run with Log and I check the correct value of the property: it is set correctly from "C:\" to "C:\Data\other_software\".
At installation finish, I check folders and this is the result:
C:\
...|--- STD\
............|--- CAPITAL_FOLDER3\
...|--- Data\other_software\
.....................|--- STD\
.............................|--- Folder1\
.............................|--- Folder2\
Completely wrong!!!
Seems that Capital Folders are treated as PROPERTY and AI use the default value. This happens with ALL subfolder of PROPERTY_FOLDER which have CAPITAL letters as name.
So I have tried to rename all folders from CAPITAL to lower-case and the result is that folders are installed all correctly in the right path!
Is mandatory to use only lower-case letters in names of folders?
Thank you