I created a custom property with the value %userprofile% but the installer doesn't seem to interpret this, and just tried to install to a directory by that name.
That's right in spirit, but not quite what we'd like to do.
If we put it in the roaming data, users that don't have that ability to view hidden folders won't be able to find the appication and it's files if we ask for something during a tech support call.
We'd like to have our ap install to the %userprofile%/[ProgramName] directory, but I can't seem to figure out how to make this happen. (IE, C:\user\Killian\<apname> or c:\documents and settings\Killian\<apname>)
Anyone have any experience/tips on how to use a system variable like %userprofile% to ...