ykrons
09-28-2009, 07:42 AM
Hi,
I'm a beginner with InstallShield and I have a lot of difficulties to build what is a simple install I think .
I have to different features that need to copy files in two folders.
Feature1
/Dir1/FileA
/Dir2/FileB
Feature2
/Dir1/FileC
/Dir2/FileD
Dir1 and Dir2 are extracted from Registry.
I manage the folder Dir1 with the INSTALLDIR property and it works fine.
However I can't find the way to create the folder Dir2 the same way.
I try to manually create a folder in "Destination Computer's folders" but the folder is linked to two different names (ie: [DIR1] and [DIR11]). I don't find a way with vbscript to link this two variables.
So is there a better way to install files in the same folder from two different feature?
Thanks in advance for your help
I'm a beginner with InstallShield and I have a lot of difficulties to build what is a simple install I think .
I have to different features that need to copy files in two folders.
Feature1
/Dir1/FileA
/Dir2/FileB
Feature2
/Dir1/FileC
/Dir2/FileD
Dir1 and Dir2 are extracted from Registry.
I manage the folder Dir1 with the INSTALLDIR property and it works fine.
However I can't find the way to create the folder Dir2 the same way.
I try to manually create a folder in "Destination Computer's folders" but the folder is linked to two different names (ie: [DIR1] and [DIR11]). I don't find a way with vbscript to link this two variables.
So is there a better way to install files in the same folder from two different feature?
Thanks in advance for your help