Products like Google chrome install files to
for example, where 48.0.2564.116 is the version number. How do I accomplish something similar in my installer?

I tried setting the version in a property, [PROP_VERSION]. I also tried [ProductVersion], and $(var.ProductVersion). None of these work. Is this possible to do?
Code:
C:\user\xyz\AppData\Local\Google\Chrome\Application\48.0.2564.116

I tried setting the version in a property, [PROP_VERSION]. I also tried [ProductVersion], and $(var.ProductVersion). None of these work. Is this possible to do?
Comment