Re: [WiX-users] Add a folder to My Documents

2007-06-18 Thread Francis Kam
Looks like you could consider using AppDataFolder ( http://msdn2.microsoft.com/en-us/library/aa367565.aspx). -Francis On 6/18/07, Ward, Mike (MED US) <[EMAIL PROTECTED]> wrote: Ok, another newbie question. How do I add a folder to "My Documents". I tried the obvious.

Re: [WiX-users] Add a folder to My Documents

2007-06-18 Thread Mike Dimmick
First, it's recommended that you don't do that. PersonalFolder does not change for a per-machine installation, it always points to the installing user's profile. If you really do want to do that, the validation ICE38 checks that the key path is a registry key. You can either suppress ICE38 or fix