Re: [WiX-users] ProgramFiles64Folder and ProgramFilesFolder in wix

2012-11-17 Thread Kun Shi (ofox)
Thanks, Peter! It solved my problem. Regards! -ofox - Original Message - > From: "Peter Shirtcliffe" > To: "General discussion for Windows Installer XML toolset." > > Sent: Friday, November 16, 2012 6:14:05 PM > Subject: Re: [WiX-users] ProgramFile

Re: [WiX-users] ProgramFiles64Folder and ProgramFilesFolder in wix

2012-11-16 Thread Peter Shirtcliffe
ProgramFilesFolder is a Windows Installer property. It is evaluated at runtime which requires square brackets around it and that will only work where the type of the attribute it appears in is "formatted". The type of the Value attribute of Property is just "string". You'll need Instead of Prope