cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yann_bertaud
Level 4

Setting a folder name based on property value.

Hello

We are wanting to have the name of a folder under the installdir folder be set by a property value. ie I have a property called SetDir, its value is foo. I have a bunch of components which need to be installed to the folder whose name is derived from the SetDir property. How can i get the folder's name to be the value of the SetDir property?

this is a basic msi project.

thanks

yann
Labels (1)
0 Kudos
(1) Reply
charlieantao
Level 6

Setting the components destination directory to [INSTALLDIR][SetDir] should do the job.
0 Kudos