Reputation: 5632
In windows installer project, I need to create a folder under user's Application Data
folder with the Manufacturer
name and ProductVersion
. Is this possible by referencing related property values? I tried using [ProductVersion]
as folder name but didn't work.
Upvotes: 1
Views: 83
Reputation: 11023
From what I know you cannot do this with VS setup projects. However, there are other free tools, that integrate with VS, which can help you. Also, switching the tool might interest even more since starting with VS 2012 Microsoft has removed their support for setup projects, so you still need to look for an alternative.
Upvotes: 2