The value of VERSION needs to be resolved at build-time, not run-time,
otherwise you're going to generate a potentially invalid component.
$(var.xxx) is resolved at build-time; [PROPERTY] is resolved at run-time.
Shouldn't the registry key have been written as Key="SOFTWARE\
Company\Product\$(var.
The keypath is used to generate the guid at compile time, and I assume in
your example the registry key is the keypath.
Properties in the registry path will only be resolved at runtime which means
that the property name is being used for guid generation.
Use your $(var.version) to replace the [VE
2 matches
Mail list logo